From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30618 invoked by alias); 16 May 2002 22:56:31 -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 30611 invoked from network); 16 May 2002 22:56:30 -0000 Received: from unknown (HELO neptune.kirkland.local) (12.104.72.61) by sources.redhat.com with SMTP; 16 May 2002 22:56:30 -0000 Received: by neptune.kirkland.local with Internet Mail Service (5.5.2650.21) id ; Thu, 16 May 2002 15:56:28 -0700 Message-ID: <43CB1396676FD4119F03001083FD2994F5F227@neptune.kirkland.local> From: "Kevin \"Squail\" Endres" To: "Kevin \"Squail\" Endres" , 'Kevin Buettner' , 'Daniel Jacobowitz' , "'Richard.Earnshaw@arm.com'" Cc: "'gdb@sources.redhat.com'" Subject: RE: cross targeted gdb and corefiles Date: Thu, 16 May 2002 15:56:00 -0000 MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2002-05/txt/msg00208.txt.bz2 sorry - for the record - asm/elf.h and asm/proc/ptrace.h -----Original Message----- From: Kevin "Squail" Endres Sent: Thursday, May 16, 2002 3:55 PM To: 'Kevin Buettner'; Kevin "Squail" Endres; 'Daniel Jacobowitz'; Richard.Earnshaw@arm.com Cc: gdb@sources.redhat.com Subject: RE: cross targeted gdb and corefiles I dug through my headers - I stole the definitions from asm/proc.h and asm/ptrace/proc.h we will see if it works! :]k -----Original Message----- From: Kevin Buettner [mailto:kevinb@redhat.com] Sent: Thursday, May 16, 2002 3:54 PM To: Kevin "Squail" Endres; 'Kevin Buettner'; 'Daniel Jacobowitz'; Richard.Earnshaw@arm.com Cc: gdb@sources.redhat.com Subject: Re: cross targeted gdb and corefiles On May 16, 3:43pm, Kevin \Squail\ Endres wrote: > ahh - so i need to find out what gregset_t and fpregset_t should be.... any > hits where to look?? Look in in your target's header files. (That's a place to start; it may actually drag in some definitions from the kernel headers.)