Home | History | Annotate | Download | only in ndk

Lines Matching refs:launch

20  This wrapper script is used to launch a native debugging session
26 need to launch ndk-gdb-py from your application project directory
157 help='Launch application instead of attaching to existing one',
160 parser.add_argument( '--launch',
164 parser.add_argument( '--launch-list',
568 error('Launch this script from an application project directory, or use --project=<path>.')
670 # Launch the activity if needed
676 Try to use --launch=<name> directly instead as a work-around.''')
688 error('''Could not launch specified activity: %s
689 Use --launch-list to dump a list of valid values.''' % (OPTION_LAUNCH[0]))
711 Consider using --start or --launch=<name> if not.''')
721 # Launch gdbserver now
732 # error('Could not launch gdbserver on the device?')
755 # Setup JDB connection, for --start or --launch
793 # Now launch the appropriate gdb client with the right init commands