From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5646 invoked by alias); 16 May 2002 17:25:08 -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 5613 invoked from network); 16 May 2002 17:25:05 -0000 Received: from unknown (HELO fw-cam.cambridge.arm.com) (193.131.176.3) by sources.redhat.com with SMTP; 16 May 2002 17:25:05 -0000 Received: by fw-cam.cambridge.arm.com; id SAA25390; Thu, 16 May 2002 18:25:03 +0100 (BST) Received: from unknown(172.16.1.2) by fw-cam.cambridge.arm.com via smap (V5.5) id xma025315; Thu, 16 May 02 18:24:54 +0100 Received: from cam-mail2.cambridge.arm.com (cam-mail2.cambridge.arm.com [172.16.1.91]) by cam-admin0.cambridge.arm.com (8.9.3/8.9.3) with ESMTP id SAA18354; Thu, 16 May 2002 18:24:53 +0100 (BST) Received: from sun18.cambridge.arm.com (sun18.cambridge.arm.com [172.16.2.18]) by cam-mail2.cambridge.arm.com (8.9.3/8.9.3) with ESMTP id SAA21124; Thu, 16 May 2002 18:24:53 +0100 (BST) Message-Id: <200205161724.SAA21124@cam-mail2.cambridge.arm.com> To: "Kevin \"Squail\" Endres" cc: gdb@sources.redhat.com, Richard.Earnshaw@arm.com Reply-To: Richard.Earnshaw@arm.com Organization: ARM Ltd. X-Telephone: +44 1223 400569 (direct+voicemail), +44 1223 400400 (switchbd) X-Fax: +44 1223 400410 X-Address: ARM Ltd., 110 Fulbourn Road, Cherry Hinton, Cambridge CB1 9NJ. X-Url: http://www.arm.com/ Subject: Re: cross targeted gdb and corefiles In-reply-to: Your message of "Thu, 16 May 2002 10:10:09 PDT." <43CB1396676FD4119F03001083FD2994F5F21D@neptune.kirkland.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 16 May 2002 10:25:00 -0000 From: Richard Earnshaw X-SW-Source: 2002-05/txt/msg00192.txt.bz2 > 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.