From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cs4zU-0000y8-Dk for qemu-devel@nongnu.org; Fri, 21 Jan 2005 15:02:45 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cs4zS-0000wo-24 for qemu-devel@nongnu.org; Fri, 21 Jan 2005 15:02:42 -0500 Received: from [129.104.30.34] (helo=mx1.polytechnique.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cs4mr-0002Fh-SP for qemu-devel@nongnu.org; Fri, 21 Jan 2005 14:49:42 -0500 Received: from localhost (localhost [127.0.0.1]) by djali.polytechnique.org (Postfix) with ESMTP id 01E2D331D3 for ; Fri, 21 Jan 2005 20:49:40 +0100 (CET) Received: from djali.polytechnique.org ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 24369-07 for ; Fri, 21 Jan 2005 20:49:39 +0100 (CET) Received: from [84.99.204.178] (unknown [84.99.204.178]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ssl.polytechnique.org (Postfix) with ESMTP id C4B35331AE for ; Fri, 21 Jan 2005 20:49:39 +0100 (CET) Message-ID: <41F15D05.3070204@bellard.org> Date: Fri, 21 Jan 2005 20:50:29 +0100 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] gdb stub and user-mode References: <71624198-6B91-11D9-9617-000A959CB196@alum.mit.edu> In-Reply-To: <71624198-6B91-11D9-9617-000A959CB196@alum.mit.edu> 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 Ronnie Misra wrote: > Hey, > > I'm trying to hack the gdb stub to work in user-mode. Has anyone tried > to do this already? At least not me :-) The main problem is to handle guest signals... Which target CPU do you want to support first ? Fabrice.