diff mbox series

[v2,1/9] test/guest-debug: echo QEMU command as well

Message ID 20201218112707.28348-2-alex.bennee@linaro.org
State Superseded
Headers show
Series gdbstub/next (cleanups, softmmu, SVE) | expand

Commit Message

Alex Bennée Dec. 18, 2020, 11:26 a.m. UTC
This helps with debugging.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

Message-Id: <20201214153012.12723-2-alex.bennee@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

---
 tests/guest-debug/run-test.py | 1 +
 1 file changed, 1 insertion(+)

-- 
2.20.1
diff mbox series

Patch

diff --git a/tests/guest-debug/run-test.py b/tests/guest-debug/run-test.py
index 71c5569054..0c4f5c3808 100755
--- a/tests/guest-debug/run-test.py
+++ b/tests/guest-debug/run-test.py
@@ -53,6 +53,7 @@  if __name__ == '__main__':
         cmd = "%s %s -g %s %s" % (args.qemu, args.qargs, socket_name,
                                   args.binary)
 
+    print("QEMU CMD: %s" % (cmd))
     inferior = subprocess.Popen(shlex.split(cmd))
 
     # Now launch gdb with our test and collect the result