From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BLRWc-0002dI-JF for qemu-devel@nongnu.org; Wed, 05 May 2004 14:53:46 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BLRVz-0002OK-Fi for qemu-devel@nongnu.org; Wed, 05 May 2004 14:53:44 -0400 Received: from [193.252.22.26] (helo=mwinf0501.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BLRVy-0002N4-N2 for qemu-devel@nongnu.org; Wed, 05 May 2004 14:53:06 -0400 Received: from bellard.org (ATuileries-112-1-2-164.w80-14.abo.wanadoo.fr [80.14.188.164]) by mwinf0501.wanadoo.fr (SMTP Server) with ESMTP id E69BF402C59 for ; Wed, 5 May 2004 20:53:05 +0200 (CEST) Message-ID: <40993895.1070607@bellard.org> Date: Wed, 05 May 2004 20:55:17 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] Stuff. References: <1083706269.26125.1150.camel@imladris.demon.co.uk> In-Reply-To: <1083706269.26125.1150.camel@imladris.demon.co.uk> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 > And is it possible to use the gdbstub when emulating userspace, rather > than a whole system? I see my ARM ld.so segfaulting, and I'd like to be > able to work out why. Adding user space gdbstub support is possible. It is not on the top of my TODO list, so I won't do it in the near future. Fabrice.