From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HEFwz-0000xI-IV for qemu-devel@nongnu.org; Mon, 05 Feb 2007 21:20:53 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HEFwy-0000vY-9Z for qemu-devel@nongnu.org; Mon, 05 Feb 2007 21:20:53 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HEFwy-0000vL-2m for qemu-devel@nongnu.org; Mon, 05 Feb 2007 21:20:52 -0500 Received: from mail.codesourcery.com ([65.74.133.4]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1HEFwx-0004ny-Lm for qemu-devel@nongnu.org; Mon, 05 Feb 2007 21:20:51 -0500 From: Paul Brook Subject: Re: [Qemu-devel] qemu gdbstub.c vl.c gdbstub.h monitor.c Date: Tue, 6 Feb 2007 02:20:37 +0000 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200702060220.38255.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 On Monday 05 February 2007 20:46, Fabrice Bellard wrote: > CVSROOT: /sources/qemu > Module name: qemu > Changes by: Fabrice Bellard 07/02/05 20:46:05 > > Modified files: > . : gdbstub.c vl.c gdbstub.h monitor.c > > Log message: > gdbserver fix What exactly are you fixing here? Accepting the same syntax as other character devices (in addition to just a port number) was a deliberate feature, and you seem to have reverted that. I specifically want to be able to talk to the stub over stdio. Paul