From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jyntw-0006ey-5y for qemu-devel@nongnu.org; Wed, 21 May 2008 08:58:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jyntu-0006eJ-MO for qemu-devel@nongnu.org; Wed, 21 May 2008 08:58:39 -0400 Received: from [199.232.76.173] (port=46779 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jyntu-0006eE-Ee for qemu-devel@nongnu.org; Wed, 21 May 2008 08:58:38 -0400 Received: from rv-out-0708.google.com ([209.85.198.251]:35835) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jyntt-00032o-RK for qemu-devel@nongnu.org; Wed, 21 May 2008 08:58:38 -0400 Received: by rv-out-0708.google.com with SMTP id f25so2128476rvb.22 for ; Wed, 21 May 2008 05:58:35 -0700 (PDT) Message-ID: <291f35090805210558l3eae915ch5937c311f37f91bd@mail.gmail.com> Date: Wed, 21 May 2008 16:58:35 +0400 From: "Maxim Gorbachyov" Subject: Re: [Qemu-devel] [PATCH 2/5] gdbstub: gdb pass-through qemu monitor support In-Reply-To: <483180AD.40704@windriver.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1210860693-22245-1-git-send-email-jason.wessel@windriver.com> <1210860693-22245-2-git-send-email-jason.wessel@windriver.com> <1210860693-22245-3-git-send-email-jason.wessel@windriver.com> <20080515221716.GC27300@edgar.se.axis.com> <483180AD.40704@windriver.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 On Mon, May 19, 2008 at 5:29 PM, Jason Wessel wrote: [cut] > > Seems reasonable too, see newly attached patch. > > Obviously you need the new monitor patch applied prior to this one. > This patch was updated against the prior patch. It was noticed [by Jan Kiszka and me] that the output on the monitor console goes both to the local as well as the remote one - but only if you issue a command via gdb. When you type in the command locally (ie. on the qemu side), that output is not forwarded to the gdb frontend. Is this behavior desired?