From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jy8GO-00020I-5j for qemu-devel@nongnu.org; Mon, 19 May 2008 12:31:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jy8GJ-0001yD-Ui for qemu-devel@nongnu.org; Mon, 19 May 2008 12:31:03 -0400 Received: from [199.232.76.173] (port=41690 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jy8GJ-0001y7-PH for qemu-devel@nongnu.org; Mon, 19 May 2008 12:30:59 -0400 Received: from mail.codesourcery.com ([65.74.133.4]:33415) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Jy8GJ-0006C7-5S for qemu-devel@nongnu.org; Mon, 19 May 2008 12:30:59 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH 2/5] gdbstub: gdb pass-through =?iso-8859-1?q?qemu=09monitor?= support Date: Mon, 19 May 2008 17:30:50 +0100 References: <1210860693-22245-1-git-send-email-jason.wessel@windriver.com> <20080515221716.GC27300@edgar.se.axis.com> <483180AD.40704@windriver.com> In-Reply-To: <483180AD.40704@windriver.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200805191730.50809.paul@codesourcery.com> 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 Cc: "Edgar E. Iglesias" On Monday 19 May 2008, Jason Wessel wrote: > Edgar E. Iglesias wrote: > > On Thu, May 15, 2008 at 09:11:30AM -0500, Jason Wessel wrote: > >> This patch adds a feature to the gdbstub to allow gdb to issue monitor > >> commands that can pass-through to the qemu monitor. It seems rather silly to have both gdbstub qRcmd and the monitor interface support a different set of commands. I see no reason why the singlestep control should be gdbstub specific, rather than just annother monitor command. Paul