HomeSort by relevance Sort by last modified time
    Searched refs:jdb (Results 1 - 3 of 3) sorted by null

  /sdk/files/
android.el 3 ;;; Set up GUD+JDB to attach to a Java process running on the phone or
6 (defvar android-jdb-port-history '("8700")
7 "history of ports supplied to `android-jdb'")
9 (defvar android-jdb-project-root-history '()
10 "history of project roots supplied to `android-jdb'")
11 (defvar android-jdb-history nil
12 "history of commands supplied to `android-jdb'")
14 (defvar android-jdb-activity-class-history ()
17 (defcustom android-jdb-command-name "jdb"
    [all...]
  /ndk/
ndk-gdb.py 237 (found_jdb, JDB_CMD) = find_program('jdb', [])
297 error('Failed to find jdb.\n..you can use --nowait to disable jdb\n..but may miss early breakpoints.')
334 # Likewise, silent in tui mode (also prepends 'JDB :: ')
337 print('JDB :: %s' % text)
755 # Setup JDB connection, for --start or --launch
757 log('Set up JDB connection, using jdb command: %s' % JDB_CMD)
763 error('Could not forward JDB port')
    [all...]
ndk-gdb 77 JDB_CMD=${JDB_CMD:-$(find_program jdb)}
281 echo "ERROR: 'jdb' not found; you must either install the JDK, or specify --nowait"
362 log "Using JDB command: $JDB_CMD"
758 # Setup JDB connection, for --start or --launch
761 log "Setup JDB connection"

Completed in 153 milliseconds