HomeSort by relevance Sort by last modified time
    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 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')
738 ['forward', 'tcp:%d' % (DEBUG_PORT), 'localfilesystem:%s/%s' % (DATA_DIR,DEBUG_SOCKET)],
802 gdbsetup.write('target remote :%d\n' % (DEBUG_PORT))
    [all...]

Completed in 90 milliseconds