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

/external/deqp/android/scripts/
H A Ddebug.py49 jdbPort,
125 common.execute("%s forward tcp:%i jdwp:%i" % (adbCmd, jdbPort, programPid))
129 jdbProcess = subprocess.Popen("%s -connect com.sun.jdi.SocketAttach:hostname=localhost,port=%i -sourcepath ../package" % (jdbCmd, jdbPort), shell=True, stdin=subprocess.PIPE, stdout=open("jdb-stdout.txt", "wb"), stderr=open("jdb-stderr.txt", "wb"))
223 parser.add_argument('--jdb-port', dest='jdbPort', default=60003, type=int, help="Host port used to forward jdb commands to device.")
236 jdbPort=args.jdbPort, variable

Completed in 84 milliseconds