From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kzx8m-00087y-8N for qemu-devel@nongnu.org; Tue, 11 Nov 2008 12:35:00 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kzx8l-00087J-3p for qemu-devel@nongnu.org; Tue, 11 Nov 2008 12:34:59 -0500 Received: from [199.232.76.173] (port=43629 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kzx8j-00086v-MZ for qemu-devel@nongnu.org; Tue, 11 Nov 2008 12:34:57 -0500 Received: from mail.codesourcery.com ([65.74.133.4]:54861) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Kzx8j-0006GG-9u for qemu-devel@nongnu.org; Tue, 11 Nov 2008 12:34:57 -0500 Message-ID: <4919C22F.2020906@codesourcery.com> Date: Tue, 11 Nov 2008 17:34:39 +0000 From: Andrew Stubbs MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Handle debug signals on PowerPC References: <48F3713D.1030706@codesourcery.com> <4900A3E8.7050708@codesourcery.com> In-Reply-To: <4900A3E8.7050708@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-1; 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 Ping. Andrew Stubbs wrote: > Ping. > > Andrew Stubbs wrote: >> Hi, >> >> The attached patch allows PowerPC QEMU to be used with the debugger. >> >> Currently, any attempt to debug causes an unknown exception error. >> Note that there are also a few other issues that prevent QEMU from >> working at all (for me, at any rate, and not just with debugging), but >> those fixes are not yet ready. >> >> Andrew >> > > >