HomeSort by relevance Sort by last modified time
    Searched refs:GDBSETUP (Results 1 - 3 of 3) 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
  /ndk/
ndk-gdb 846 GDBSETUP=$APP_OUT/gdb.setup
847 cp -f $GDBSETUP_INIT $GDBSETUP
849 #echo "set debug remote 1" >> $GDBSETUP
850 echo "file `native_path $APP_PROCESS`" >> $GDBSETUP
851 echo "target remote :$DEBUG_PORT" >> $GDBSETUP
853 cat $OPTION_EXEC >> $GDBSETUP
855 $GDBCLIENT -x `native_path $GDBSETUP`

Completed in 30 milliseconds