From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lm6PH-0005qG-Iu for qemu-devel@nongnu.org; Tue, 24 Mar 2009 09:11:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lm6PC-0005pF-61 for qemu-devel@nongnu.org; Tue, 24 Mar 2009 09:11:03 -0400 Received: from [199.232.76.173] (port=60568 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lm6PB-0005p8-Tk for qemu-devel@nongnu.org; Tue, 24 Mar 2009 09:10:57 -0400 Received: from mx20.gnu.org ([199.232.41.8]:44999) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lm6PB-0005fB-Nz for qemu-devel@nongnu.org; Tue, 24 Mar 2009 09:10:57 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lm6PA-0002kA-OH for qemu-devel@nongnu.org; Tue, 24 Mar 2009 09:10:57 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH 2/2 -v2] gdbstub: Rework configuration via command line and monitor Date: Tue, 24 Mar 2009 13:10:53 +0000 References: <49C0D693.2030301@siemens.com> <49C4B806.5010107@web.de> In-Reply-To: <49C4B806.5010107@web.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200903241310.53947.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: Jan Kiszka On Saturday 21 March 2009, Jan Kiszka wrote: > Introduce a more powerful gdbstub configuration (system emulation olny) > via new switch '-gdb dev'. Keep '-s' as shorthand for '-gdb tcp::1234'. > Use the same syntax also for the corresponding monitor command > 'gdbserver'. Its default also remains to listen on port 1234. I don't see how this is an improvement. In fact it provides less functionality than the current -p, which is also consistent with other similar qemu options. Paul