From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LfPmm-0006Mz-9z for qemu-devel@nongnu.org; Thu, 05 Mar 2009 21:27:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LfPml-0006Ls-Nn for qemu-devel@nongnu.org; Thu, 05 Mar 2009 21:27:40 -0500 Received: from [199.232.76.173] (port=45906 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LfPml-0006Li-Kk for qemu-devel@nongnu.org; Thu, 05 Mar 2009 21:27:39 -0500 Received: from main.gmane.org ([80.91.229.2]:54745 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LfPmk-0004GQ-U0 for qemu-devel@nongnu.org; Thu, 05 Mar 2009 21:27:39 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LfPmg-0000wH-1g for qemu-devel@nongnu.org; Fri, 06 Mar 2009 02:27:34 +0000 Received: from 89-186-142-125.dynamic.primacom.net ([89.186.142.125]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 06 Mar 2009 02:27:34 +0000 Received: from js by 89-186-142-125.dynamic.primacom.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 06 Mar 2009 02:27:34 +0000 From: Julian Stecklina Date: Fri, 06 Mar 2009 03:27:23 +0100 Message-ID: <87ocwfe67o.fsf@tabernacle.lan> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Sender: news Subject: [Qemu-devel] Re: [6718] monitor: Pass-through for gdbstub (Jan Kiszka) 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 Jun Koi writes: > On Fri, Mar 6, 2009 at 8:01 AM, Anthony Liguori wrote: >> Revision: 6718 >>          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6718 >> Author:   aliguori >> Date:     2009-03-05 23:01:55 +0000 (Thu, 05 Mar 2009) >> Log Message: >> ----------- >> monitor: Pass-through for gdbstub (Jan Kiszka) >> >> Create a monitor terminal and pass it through the gdbstub. This allows >> to use gdb's monitor command to access the QEMU monitor. Works for all >> commands except for non-detached migration and password retrieval (user >> will receive error messages instead). > > Does this mean we can enter gdb commands from monitor interface? The other way around. You can enter monitor commands in GDB. Regards, -- Julian Stecklina Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding