From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17850 invoked by alias); 10 May 2002 17:15:28 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 17841 invoked from network); 10 May 2002 17:15:24 -0000 Received: from unknown (HELO SUGAH2.triscend.com) (63.87.30.34) by sources.redhat.com with SMTP; 10 May 2002 17:15:24 -0000 Received: by SUGAH2.triscend.com with Internet Mail Service (5.5.2653.19) id <27AV7K2J>; Fri, 10 May 2002 10:15:03 -0700 Message-ID: <2407239113CD914CBA855A47698F01B062232D@SUGAH2.triscend.com> From: Craig Hackney To: "'Richard.Earnshaw@arm.com'" , Craig Hackney Cc: 'Andrew Cagney' , "'gdb@sources.redhat.com'" Subject: RE: Displaying more than 16 registers with GDB for ARM targets Date: Fri, 10 May 2002 10:15:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-SW-Source: 2002-05/txt/msg00110.txt.bz2 Thats Great News! I have already hacked a few files to support this for our A7 target, let me know if you are interested in seeing the patch files. -----Original Message----- From: Richard Earnshaw [mailto:rearnsha@arm.com] Sent: Friday, May 10, 2002 10:07 AM To: Craig Hackney Cc: 'Andrew Cagney'; 'gdb@sources.redhat.com'; Richard.Earnshaw@arm.com Subject: Re: Displaying more than 16 registers with GDB for ARM targets Adding support for the modal registers (irq/fiq etc) is one of the things I'm going to try to take into account while I'm fixing the current mess with accessing the regcache. R.