projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e5acb3
)
test/guest-debug: echo QEMU command as well
author
Alex Bennée
<alex.bennee@linaro.org>
Fri, 8 Jan 2021 22:42:38 +0000
(22:42 +0000)
committer
Alex Bennée
<alex.bennee@linaro.org>
Mon, 18 Jan 2021 10:04:31 +0000
(10:04 +0000)
This helps with debugging.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <
20210108224256
.2321-3-alex.bennee@linaro.org>
tests/guest-debug/run-test.py
patch
|
blob
|
history
diff --git
a/tests/guest-debug/run-test.py
b/tests/guest-debug/run-test.py
index 71c556905463ce236ca8d349d9e5796c077af74c..0c4f5c3808314b6d0da717de6bfac7beab8f7a99 100755
(executable)
--- 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