OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JDB
(Results
1 - 2
of
2
) sorted by null
/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)
806
# Setup
JDB
connection, for --start or --launch
808
log('Set up
JDB
connection, using
jdb
command: %s' % JDB_CMD)
814
error('Could not forward
JDB
port'
[
all
...]
ndk-gdb
77
JDB_CMD=${JDB_CMD:-$(find_program
jdb
)}
285
echo "ERROR: '
jdb
' not found; you must either install the JDK, or specify --nowait"
367
log "Using
JDB
command: $JDB_CMD"
823
# Setup
JDB
connection, for --start or --launch
826
log "Setup
JDB
connection"
Completed in 56 milliseconds