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

  /external/chromium_org/third_party/skia/platform_tools/android/bin/
android_gdb_exe 27 GDBSETUP=$GDB_TMP_DIR/gdb.setup
42 } > $GDBSETUP
48 "$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

Completed in 313 milliseconds