From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7846 invoked by alias); 17 May 2006 19:06:21 -0000 Received: (qmail 7823 invoked by uid 22791); 17 May 2006 19:06:17 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Wed, 17 May 2006 19:06:15 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1FgRLZ-0003H7-2D; Wed, 17 May 2006 15:06:13 -0400 Date: Wed, 17 May 2006 19:07:00 -0000 From: Daniel Jacobowitz To: Greg Page Cc: gdb-patches@sources.redhat.com Subject: Re: Patch for GDB rs6000-tdep.c Message-ID: <20060517190613.GA12559@nevyn.them.org> Mail-Followup-To: Greg Page , gdb-patches@sources.redhat.com References: <446B64BA.8050905@ind.alcatel.com> <20060517183610.GA11377@nevyn.them.org> <446B72FE.1070505@ind.alcatel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <446B72FE.1070505@ind.alcatel.com> User-Agent: Mutt/1.5.11+cvs20060403 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-05/txt/msg00387.txt.bz2 On Wed, May 17, 2006 at 01:01:18PM -0600, Greg Page wrote: > gdbserver seems to use a file generated from > gdb-6.4/gdb/./regformats/reg-ppc.dat to define its notion of the PPC's > registers. I was referring to that file. I was assuming this came from > the FSF tree since I got the tar ball from http://www.gnu.org/. > > With the patch, it seems to work okay. Are there other known issues? You won't be able to access any of the SPE registers! Presumably, if you're debugging an e500 target, you'll want to do that. -- Daniel Jacobowitz CodeSourcery