Home | History | Annotate | Download | only in ndk

Lines Matching refs:DEBUG_PORT

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)],
853 gdbsetup.write('target remote :%d\n' % (DEBUG_PORT))