HomeSort by relevance Sort by last modified time
    Searched refs:GDBSETUP (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/skia/platform_tools/android/bin/
android_gdb_exe 27 GDBSETUP=$GDB_TMP_DIR/gdb.setup
39 } > $GDBSETUP
45 "$GDB_COMMAND" -x $GDBSETUP
android_gdb_apk 47 GDBSETUP=$GDB_TMP_DIR/gdb.setup
48 echo "file $GDB_TMP_DIR/app_process" >> $GDBSETUP
49 echo "target remote :$PORT" >> $GDBSETUP
50 echo "set solib-absolute-prefix $GDB_TMP_DIR" >> $GDBSETUP
51 echo "set solib-search-path $GDB_TMP_DIR" >> $GDBSETUP
56 "$GDB_COMMAND" -x $GDBSETUP
  /external/skia/platform_tools/android/bin/
android_gdb_exe 27 GDBSETUP=$GDB_TMP_DIR/gdb.setup
39 } > $GDBSETUP
45 "$GDB_COMMAND" -x $GDBSETUP
android_gdb_apk 47 GDBSETUP=$GDB_TMP_DIR/gdb.setup
48 echo "file $GDB_TMP_DIR/app_process" >> $GDBSETUP
49 echo "target remote :$PORT" >> $GDBSETUP
50 echo "set solib-absolute-prefix $GDB_TMP_DIR" >> $GDBSETUP
51 echo "set solib-search-path $GDB_TMP_DIR" >> $GDBSETUP
56 "$GDB_COMMAND" -x $GDBSETUP
  /ndk/
ndk-gdb 781 GDBSETUP=$APP_OUT/gdb.setup
782 cp -f $GDBSETUP_INIT $GDBSETUP
784 #echo "set debug remote 1" >> $GDBSETUP
785 echo "file `native_path $APP_PROCESS`" >> $GDBSETUP
786 echo "target remote :$DEBUG_PORT" >> $GDBSETUP
788 cat $OPTION_EXEC >> $GDBSETUP
790 $GDBCLIENT -x `native_path $GDBSETUP`

Completed in 769 milliseconds