From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JweBB-00065O-Kc for qemu-devel@nongnu.org; Thu, 15 May 2008 10:11:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JweBA-00064U-Hz for qemu-devel@nongnu.org; Thu, 15 May 2008 10:11:32 -0400 Received: from [199.232.76.173] (port=47126 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JweB9-00063z-VE for qemu-devel@nongnu.org; Thu, 15 May 2008 10:11:32 -0400 Received: from mail.windriver.com ([147.11.1.11]:50472 helo=mail.wrs.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JweB9-0003TE-1R for qemu-devel@nongnu.org; Thu, 15 May 2008 10:11:31 -0400 Received: from ALA-MAIL03.corp.ad.wrs.com (ala-mail03 [147.11.57.144]) by mail.wrs.com (8.13.6/8.13.6) with ESMTP id m4FEBTfu000016 for ; Thu, 15 May 2008 07:11:29 -0700 (PDT) From: Jason Wessel Date: Thu, 15 May 2008 09:11:28 -0500 Message-Id: <1210860693-22245-1-git-send-email-jason.wessel@windriver.com> Subject: [Qemu-devel] [PATCH 0/5] gdbstub and single step improvments Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following series of patches improves the gdbstub inside qemu to add some functionality as well as to fix some minor problems. The last patch in the series fixes a ppc specific single stepping problem found with testing the new code. --- Jason Wessel (5): gdbstub: replace singlestep q packets with qRcmd packets gdbstub: gdb pass-through qemu monitor support vl.c: always run the real time timers when single stepping gdbstub: support for gdb "detach/kill/quit" ppc: fix crash in ppc system single step support console.h | 1 + cpu-all.h | 2 + cpu-exec.c | 2 +- exec.c | 21 ++++++++ gdbstub.c | 135 +++++++++++++++++++++++++++++++++++++++-------- monitor.c | 8 ++- qemu-doc.texi | 43 +++++++++------ target-ppc/translate.c | 4 -- vl.c | 3 +- 9 files changed, 170 insertions(+), 49 deletions(-)