Home
last modified time | relevance | path

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

/ndk/
Dndk-gdb82 JDB_PORT=65534
262 JDB_PORT=
284 if [ -n "$JDB_PORT" ] && [ "$JDB_PORT" = "$DEBUG_PORT" ]; then
285 echo "ERROR: --port specified cannot be $JDB_PORT without --nowait"
760 if [ -n "$JDB_PORT" ]; then
762 run adb_cmd forward tcp:$JDB_PORT jdwp:$PID
764 $JDB_CMD -connect com.sun.jdi.SocketAttach:hostname=localhost,port=$JDB_PORT &
Dndk-gdb.py110 JDB_PORT = 65534 variable
759 ['forward', 'tcp:%d' % (JDB_PORT), 'jdwp:%d' % (PID)],
764 …CMD,'-connect','com.sun.jdi.SocketAttach:hostname=localhost,port=%d' % (JDB_PORT)], True, output_j…