OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEBUG_PORT
(Results
1 - 4
of
4
) sorted by null
/external/qemu-pc-bios/bochs/bios/
rombios.h
34
#define
DEBUG_PORT
0x403
rombios.c
[
all
...]
/ndk/
ndk-gdb
77
DEBUG_PORT
=5039
236
DEBUG_PORT
="$optarg"
285
echo " --port=<port> Use tcp:localhost:<port> to communicate with gdbserver [$
DEBUG_PORT
]"
678
run adb_cmd forward tcp:$
DEBUG_PORT
localfilesystem:$DATA_DIR/$DEBUG_SOCKET
704
echo "target remote :$
DEBUG_PORT
" >> $GDBSETUP
ndk-gdb.py
78
DEBUG_PORT
= 5039
102
global VERBOSE,
DEBUG_PORT
, DELAY, DEVICE_SERIAL
141
help='Use tcp:localhost:<
DEBUG_PORT
> to communicate with gdbserver',
142
type=int, default=
DEBUG_PORT
,
143
dest='
debug_port
')
647
['forward', 'tcp:%d' % (
DEBUG_PORT
), 'localfilesystem:%s/%s' % (DATA_DIR,DEBUG_SOCKET)],
673
gdbsetup.write('target remote :%d\n' % (
DEBUG_PORT
))
Completed in 385 milliseconds