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

  /external/skia/platform_tools/android/bin/
android_gdb_native 28 GDBSETUP=$GDB_TMP_DIR/gdb.setup
43 } > $GDBSETUP
49 "$GDB_COMMAND" -x $GDBSETUP
55 rm $GDBSETUP
android_gdb_app 56 GDBSETUP=$GDB_TMP_DIR/gdb.setup
57 echo "file $GDB_TMP_DIR/app_process" >> $GDBSETUP
58 echo "target remote :$PORT" >> $GDBSETUP
59 echo "set solib-absolute-prefix $GDB_TMP_DIR" >> $GDBSETUP
60 echo "set solib-search-path $GDB_TMP_DIR" >> $GDBSETUP
65 "$GDB_COMMAND" -x $GDBSETUP
71 rm $GDBSETUP

Completed in 122 milliseconds