From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24213 invoked by alias); 16 May 2002 22:53:40 -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 24195 invoked from network); 16 May 2002 22:53:39 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by sources.redhat.com with SMTP; 16 May 2002 22:53:39 -0000 Received: from romulus.sfbay.redhat.com (romulus.sfbay.redhat.com [172.16.27.251]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id PAA06151; Thu, 16 May 2002 15:53:35 -0700 (PDT) Received: (from kev@localhost) by romulus.sfbay.redhat.com (8.11.6/8.11.6) id g4GMrUR19996; Thu, 16 May 2002 15:53:30 -0700 Date: Thu, 16 May 2002 15:53:00 -0000 From: Kevin Buettner Message-Id: <1020516225330.ZM19995@localhost.localdomain> In-Reply-To: "Kevin \"Squail\" Endres" "RE: cross targeted gdb and corefiles" (May 16, 3:43pm) References: <43CB1396676FD4119F03001083FD2994F5F225@neptune.kirkland.local> To: "Kevin \"Squail\" Endres" , "'Kevin Buettner'" , "'Daniel Jacobowitz'" , Richard.Earnshaw@arm.com Subject: Re: cross targeted gdb and corefiles Cc: gdb@sources.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-05/txt/msg00206.txt.bz2 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.)