From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lm67v-00087e-SF for qemu-devel@nongnu.org; Tue, 24 Mar 2009 08:53:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lm67r-0007xR-48 for qemu-devel@nongnu.org; Tue, 24 Mar 2009 08:53:07 -0400 Received: from [199.232.76.173] (port=38218 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lm67r-0007xI-1e for qemu-devel@nongnu.org; Tue, 24 Mar 2009 08:53:03 -0400 Received: from mx20.gnu.org ([199.232.41.8]:44217) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lm67q-0002uk-MC for qemu-devel@nongnu.org; Tue, 24 Mar 2009 08:53:02 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lm67o-000238-TH for qemu-devel@nongnu.org; Tue, 24 Mar 2009 08:53:01 -0400 From: Paul Brook Subject: Re: [Qemu-devel] qemu-user/gdbstub : gdb remote pipe connexion addition ? Date: Tue, 24 Mar 2009 12:52:57 +0000 References: <20090320145101.GA20641@otto.imag.fr> In-Reply-To: <20090320145101.GA20641@otto.imag.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200903241252.57755.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: Philippe Waille > Qemu gdbstub only allows GDB remote target connexion through IP socket. Actually that's not true. System emulation it can talk to stdio. For userspace emulation using stdio IMHO doesn't make a whole lot of sense. The user application is almost certainly already using that for something else. This is different to e.g. gdbserver and openocd where the debug stub is a separate process from the user application. Paul