From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kt2tx-0002J2-DE for qemu-devel@nongnu.org; Thu, 23 Oct 2008 12:19:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kt2ts-0002HX-Vg for qemu-devel@nongnu.org; Thu, 23 Oct 2008 12:19:08 -0400 Received: from [199.232.76.173] (port=36433 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kt2ts-0002HP-Kl for qemu-devel@nongnu.org; Thu, 23 Oct 2008 12:19:04 -0400 Received: from mail.codesourcery.com ([65.74.133.4]:49397) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Kt2ts-00071b-7n for qemu-devel@nongnu.org; Thu, 23 Oct 2008 12:19:05 -0400 Message-ID: <4900A3E8.7050708@codesourcery.com> Date: Thu, 23 Oct 2008 17:18:48 +0100 From: Andrew Stubbs MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Handle debug signals on PowerPC References: <48F3713D.1030706@codesourcery.com> In-Reply-To: <48F3713D.1030706@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: > 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 >