Home | History | Annotate | Download | only in ndk

Lines Matching refs:gdb

25  See docs/NDK-GDB.TXT for usage description. Essentially, you just
26 need to launch ndk-gdb-py from your application project directory
109 Setup a gdb debugging session for your Android NDK application.
110 Read ''' + NDK + '''/docs/NDK-GDB.html for complete usage instructions.''')
146 help='Execute gdb initialization commands in <EXEC_FILE> after connection',
262 # Silent if gdb is running in tui mode to keep things tidy.
508 ndk-gdb will only work if your device is running Android 2.2 or higher.''')
512 error('''ndk-gdb requires a target device running Android 2.2 (API level 8) or higher.
530 log('Using gdb setup init: %s' % (GDBSETUP_INIT))
664 # Now launch the appropriate gdb client with the right init commands
667 GDBSETUP = '%s/gdb.setup' % (APP_OUT)