Searched refs:DEBUG_PORT (Results 1 - 2 of 2) sorted by relevance

/ndk/
H A Dndk-gdb79 DEBUG_PORT=5039
240 DEBUG_PORT="$optarg"
280 if [ -n "$JDB_PORT" ] && [ "$JDB_PORT" = "$DEBUG_PORT" ]; then
304 echo " --port=<port> Use tcp:localhost:<port> to communicate with gdbserver [$DEBUG_PORT]"
701 run adb_cmd forward tcp:$DEBUG_PORT localfilesystem:$DATA_DIR/$DEBUG_SOCKET
738 echo "target remote :$DEBUG_PORT" >> $GDBSETUP
H A Dndk-gdb.py85 DEBUG_PORT = 5039 variable
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,
711 ['forward', 'tcp:%d' % (DEBUG_PORT), 'localfilesystem:%s/%s' % (DATA_DIR,DEBUG_SOCKET)],
775 gdbsetup.write('target remote :%d\n' % (DEBUG_PORT))

Completed in 69 milliseconds