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.py85 gdb_cmd = "%s %s" % (args.gdb, args.binary) variable
87 gdb_cmd += " %s" % (args.gdb_args)
89 gdb_cmd += " -q -n -batch"
91 gdb_cmd += " -ex 'set pagination off'"
93 gdb_cmd += " -ex 'set confirm off'"
95 gdb_cmd += " -ex 'target remote %s'" % (socket_name)
99 gdb_cmd += f" -ex \"py sys.argv={args.test_args}\""
100 gdb_cmd += " -x %s" % (args.test)
104 log(output, "GDB CMD: %s" % (gdb_cmd))
110 result = subprocess.call(gdb_cmd, shell=True, stdout=output, stderr=stderr,