Home
last modified time | relevance | path

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

/external/deqp/android/scripts/
Ddebug.py72 gdbCmd, argument
192 gdbProcess = subprocess.Popen(common.shellquote(gdbCmd) + " -x gdb.setup", shell=True)
675 if args.gdbCmd == None:
676 args.gdbCmd = device.getGdbCommand(common.getPlatform())
685 gdbCmd=os.path.normpath(args.gdbCmd),