Home
last modified time | relevance | path

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

/ndk/
Dndk-gdb81 DEBUG_PORT=5039
244 DEBUG_PORT="$optarg"
284 if [ -n "$JDB_PORT" ] && [ "$JDB_PORT" = "$DEBUG_PORT" ]; then
308 … echo " --port=<port> Use tcp:localhost:<port> to communicate with gdbserver [$DEBUG_PORT]"
740 run adb_cmd forward tcp:$DEBUG_PORT localfilesystem:$DATA_DIR/$DEBUG_SOCKET
786 echo "target remote :$DEBUG_PORT" >> $GDBSETUP
Dndk-gdb.py109 DEBUG_PORT = 5039 variable
134 global VERBOSE, DEBUG_PORT, DELAY, DEVICE_SERIAL
179 type=int, default=DEBUG_PORT,
738 … ['forward', 'tcp:%d' % (DEBUG_PORT), 'localfilesystem:%s/%s' % (DATA_DIR,DEBUG_SOCKET)],
802 gdbsetup.write('target remote :%d\n' % (DEBUG_PORT))