scripts/qemu-gdb: Add brief comment describing usage
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 14 Aug 2015 17:46:32 +0000 (18:46 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 11 Sep 2015 16:14:50 +0000 (17:14 +0100)
Add a brief comment describing how to use the debug support
from GDB.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 1439574392-4403-5-git-send-email-peter.maydell@linaro.org

scripts/qemu-gdb.py

index f98cd21..d6f2e5a 100644 (file)
@@ -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