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
145 Setup a gdb debugging session for your Android NDK application.
146 Read ''' + NDK + '''/docs/NDK-GDB.html for complete usage instructions.''',
183 help='Execute gdb initialization commands in <EXEC_FILE> after connection',
329 # Silent if gdb is running in tui mode to keep things tidy.
599 ndk-gdb will only work if your device is running Android 2.2 or higher.''')
603 error('''ndk-gdb requires a target device running Android 2.2 (API level 8) or higher.
621 log('Using gdb setup init: %s' % (GDBSETUP_INIT))
793 # Now launch the appropriate gdb client with the right init commands
796 GDBSETUP = '%s/gdb.setup' % (APP_OUT)
834 log("Exited gdb, returncode %d" % gdbp.returncode)