Home | History | Annotate | Download | only in ndk

Lines Matching refs:gdb

23 # See docs/NDK-GDB.TXT for usage description. Essentially, you just
24 # need to launch ndk-gdb from your application project directory
117 # ./ndk-gdb --project=/path/to/project
228 echo "Setup a gdb debugging session for your Android NDK application."
229 echo "Read $$NDK/docs/NDK-GDB.TXT for complete usage instructions."
243 echo " --exec=<file> Execute gdb initialization commands in <file> after connection"
303 CMD_OUT=`mktemp /tmp/ndk-gdb-cmdout-XXXXXX`
427 echo "ndk-gdb will only work if your device is running Android 2.2 or higher."
432 echo "ERROR: ndk-gdb requires a target device running Android 2.2 (API level 8) or higher."
521 log "Using gdb setup init: $GDBSETUP_INIT"
632 # Now launch the appropriate gdb client with the right init commands
634 GDBCLIENT=${TOOLCHAIN_PREFIX}gdb
635 GDBSETUP=$APP_OUT/gdb.setup