From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56033) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZQJ8s-0006Fi-JB for qemu-devel@nongnu.org; Fri, 14 Aug 2015 13:51:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZQJ8r-0008C2-QA for qemu-devel@nongnu.org; Fri, 14 Aug 2015 13:51:46 -0400 Received: from mnementh.archaic.org.uk ([2001:8b0:1d0::1]:34969) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZQJ8r-0008Bo-JA for qemu-devel@nongnu.org; Fri, 14 Aug 2015 13:51:45 -0400 From: Peter Maydell Date: Fri, 14 Aug 2015 18:46:32 +0100 Message-Id: <1439574392-4403-5-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1439574392-4403-1-git-send-email-peter.maydell@linaro.org> References: <1439574392-4403-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH v2 4/4] scripts/qemu-gdb: Add brief comment describing usage List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Jan Kiszka , Markus Armbruster , "Dr. David Alan Gilbert" , Stefan Hajnoczi , patches@linaro.org Add a brief comment describing how to use the debug support from GDB. Signed-off-by: Peter Maydell --- 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