OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEBUG_PORT
(Results
1 - 2
of
2
) sorted by null
/ndk/
ndk-gdb
81
DEBUG_PORT
=5039
245
DEBUG_PORT
="$optarg"
288
if [ -n "$JDB_PORT" ] && [ "$JDB_PORT" = "$
DEBUG_PORT
" ]; then
313
echo " --port=<port> Use tcp:localhost:<port> to communicate with gdbserver [$
DEBUG_PORT
]"
787
run adb_cmd forward tcp:$
DEBUG_PORT
localfilesystem:$DATA_DIR/$DEBUG_SOCKET
851
echo "target remote :$
DEBUG_PORT
" >> $GDBSETUP
ndk-gdb.py
109
DEBUG_PORT
= 5039
134
global VERBOSE,
DEBUG_PORT
, DELAY, DEVICE_SERIAL
178
help='Use tcp:localhost:<
DEBUG_PORT
> to communicate with gdbserver',
179
type=int, default=
DEBUG_PORT
,
180
dest='
debug_port
')
771
['forward', 'tcp:%d' % (
DEBUG_PORT
), 'localfilesystem:%s/%s' % (DATA_DIR,DEBUG_SOCKET)],
[
all
...]
Completed in 953 milliseconds