Home
last modified time | relevance | path

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

/openbmc/qemu/tests/guest-debug/
H A Drun-test.py96 gdb_cmd = "%s %s" % (args.gdb, args.binary) variable
98 gdb_cmd += " %s" % (args.gdb_args)
100 gdb_cmd += " -q -n -batch"
102 gdb_cmd += " -ex 'set pagination off'"
104 gdb_cmd += " -ex 'set confirm off'"
106 gdb_cmd += " -ex 'target remote %s'" % (socket_name)
110 gdb_cmd += f" -ex \"py sys.argv={args.test_args}\""
111 gdb_cmd += " -x %s" % (args.test)
115 log(output, "GDB CMD: %s" % (gdb_cmd))
121 result = subprocess.call(gdb_cmd, shell=True, stdout=output, stderr=stderr,