From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Koj2y-0003oH-Re for qemu-devel@nongnu.org; Sat, 11 Oct 2008 14:18:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Koj2x-0003ne-FB for qemu-devel@nongnu.org; Sat, 11 Oct 2008 14:18:36 -0400 Received: from [199.232.76.173] (port=59356 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Koj2x-0003na-8r for qemu-devel@nongnu.org; Sat, 11 Oct 2008 14:18:35 -0400 Received: from wf-out-1314.google.com ([209.85.200.173]:21610) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Koj2w-0002Ph-Ph for qemu-devel@nongnu.org; Sat, 11 Oct 2008 14:18:34 -0400 Received: by wf-out-1314.google.com with SMTP id 27so1069243wfd.4 for ; Sat, 11 Oct 2008 11:18:33 -0700 (PDT) Message-ID: Date: Sat, 11 Oct 2008 21:18:33 +0300 From: "Blue Swirl" Subject: Re: [Qemu-devel] GDB stub changes In-Reply-To: <200810111909.36022.paul@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200810111909.36022.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, Paul Brook On 10/11/08, Paul Brook wrote: > I've just committed changes to the qemu gdb remote protocol implementation > that add support for XML register descriptions. This is a relatively new GDB > feature that allows qemu to describe what CPU registers are available without > GDB needing prior knowledge of the CPU. Protocol details can be found in the > GDB documentation. > > Currently only ARM and ColdFire provide these descriptions, and only the basic > core+fpu registers are described. Future extensions include banked registers, > privileged registers, MMU state, etc. > > Other targets should not see any functional changes. Please test your > favourite targets and let me know if I broke anything. make[1]: *** No rule to make target `feature_to_c.sh', needed by `gdbstub-xml.c'. Stop.