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

/external/deqp/android/scripts/
H A Ddebug.py48 hostGDBPort,
107 common.execute("%s forward tcp:%i tcp:%i" % (adbCmd, hostGDBPort, targetGDBPort))
137 gdbSetup.write("target remote :%i\n" % hostGDBPort)
221 parser.add_argument('--host-gdb-port', dest='hostGDBPort', default=60002, type=int, help="Host port that is forwarded to device gdbserver port.")
234 hostGDBPort=args.hostGDBPort, variable

Completed in 79 milliseconds