qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 4/4] scripts/qemu-gdb: Add brief comment describi


From: Peter Maydell
Subject: [Qemu-devel] [PATCH v2 4/4] scripts/qemu-gdb: Add brief comment describing usage
Date: Fri, 14 Aug 2015 18:46:32 +0100

Add a brief comment describing how to use the debug support
from GDB.

Signed-off-by: Peter Maydell <address@hidden>
---
 scripts/qemu-gdb.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/scripts/qemu-gdb.py b/scripts/qemu-gdb.py
index f98cd21..d6f2e5a 100644
--- a/scripts/qemu-gdb.py
+++ b/scripts/qemu-gdb.py
@@ -13,6 +13,9 @@
 # Contributions after 2012-01-13 are licensed under the terms of the
 # GNU GPL, version 2 or (at your option) any later version.
 
+# Usage:
+# At the (gdb) prompt, type "source scripts/qemu-gdb.py".
+# "help qemu" should then list the supported QEMU debug support commands.
 
 import gdb
 
-- 
1.9.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]