Searched refs:JDB_PORT (Results 1 – 2 of 2) sorted by relevance
82 JDB_PORT=65534263 JDB_PORT=288 if [ -n "$JDB_PORT" ] && [ "$JDB_PORT" = "$DEBUG_PORT" ]; then289 echo "ERROR: --port specified cannot be $JDB_PORT without --nowait"825 if [ -n "$JDB_PORT" ]; then827 run adb_cmd forward tcp:$JDB_PORT jdwp:$PID829 $JDB_CMD -connect com.sun.jdi.SocketAttach:hostname=localhost,port=$JDB_PORT &
110 JDB_PORT = 65534 variable810 ['forward', 'tcp:%d' % (JDB_PORT), 'jdwp:%d' % (PID)],815 …CMD,'-connect','com.sun.jdi.SocketAttach:hostname=localhost,port=%d' % (JDB_PORT)], True, output_j…