OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DEBUG_PORT
(Results
1 - 2
of
2
) sorted by null
/external/qemu-pc-bios/bochs/bios/
rombios.h
34
#define
DEBUG_PORT
0x403
/ndk/
ndk-gdb.py
85
DEBUG_PORT
= 5039
110
global VERBOSE,
DEBUG_PORT
, DELAY, DEVICE_SERIAL
154
help='Use tcp:localhost:<
DEBUG_PORT
> to communicate with gdbserver',
155
type=int, default=
DEBUG_PORT
,
156
dest='
debug_port
')
711
['forward', 'tcp:%d' % (
DEBUG_PORT
), 'localfilesystem:%s/%s' % (DATA_DIR,DEBUG_SOCKET)],
775
gdbsetup.write('target remote :%d\n' % (
DEBUG_PORT
))
Completed in 606 milliseconds