From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7261 invoked by alias); 16 May 2002 17:28:02 -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 7242 invoked from network); 16 May 2002 17:28:00 -0000 Received: from unknown (HELO neptune.kirkland.local) (12.104.72.61) by sources.redhat.com with SMTP; 16 May 2002 17:28:00 -0000 Received: by neptune.kirkland.local with Internet Mail Service (5.5.2650.21) id ; Thu, 16 May 2002 10:27:58 -0700 Message-ID: <43CB1396676FD4119F03001083FD2994F5F21F@neptune.kirkland.local> From: "Kevin \"Squail\" Endres" To: "'Richard.Earnshaw@arm.com'" Cc: gdb@sources.redhat.com Subject: RE: cross targeted gdb and corefiles Date: Thu, 16 May 2002 10:28:00 -0000 MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2002-05/txt/msg00193.txt.bz2 target OS is linux (kernel is 2.4.18). :]k -----Original Message----- From: Richard Earnshaw [mailto:rearnsha@arm.com] Sent: Thursday, May 16, 2002 10:25 AM To: Kevin "Squail" Endres Cc: gdb@sources.redhat.com; Richard.Earnshaw@arm.com Subject: Re: cross targeted gdb and corefiles > I am using a gdb built from a cvs snapshot from 4-29 that is i386 hosted and > ARM targeted. > > this gdb does not support reading arm cores. I would like to get a backtrace > for an arm failure (indeterminant - cannot set a breakpoint) without running > an arm native gdb (or running my application under gdbserver). Is that > possible?? Not at present. > > if not - is it a feature slated to be added to cross targeted gdb soon? I > know i run my application under gdbserver... Maybe. Some targets can now do this. Precisely which target OS are you using? R.