HomeSort by relevance Sort by last modified time
    Searched refs:JDB_PORT (Results 1 - 2 of 2) sorted by null

  /ndk/
ndk-gdb 80 JDB_PORT=65534
258 JDB_PORT=
280 if [ -n "$JDB_PORT" ] && [ "$JDB_PORT" = "$DEBUG_PORT" ]; then
281 echo "ERROR: --port specified cannot be $JDB_PORT without --nowait"
721 if [ -n "$JDB_PORT" ]; then
723 run adb_cmd forward tcp:$JDB_PORT jdwp:$PID
725 $JDB_CMD -connect com.sun.jdi.SocketAttach:hostname=localhost,port=$JDB_PORT &
ndk-gdb.py 86 JDB_PORT = 65534
732 ['forward', 'tcp:%d' % (JDB_PORT), 'jdwp:%d' % (PID)],
737 background_spawn([JDB_CMD,'-connect','com.sun.jdi.SocketAttach:hostname=localhost,port=%d' % (JDB_PORT)], True, output_jdb, True, input_jdb)

Completed in 4506 milliseconds