From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4696 invoked by alias); 16 May 2002 23:17:19 -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 4455 invoked from network); 16 May 2002 23:17:14 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by sources.redhat.com with SMTP; 16 May 2002 23:17:14 -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 QAA08479; Thu, 16 May 2002 16:17:09 -0700 (PDT) Received: (from kev@localhost) by romulus.sfbay.redhat.com (8.11.6/8.11.6) id g4GNGZj20167; Thu, 16 May 2002 16:16:35 -0700 Date: Thu, 16 May 2002 16:17:00 -0000 From: Kevin Buettner Message-Id: <1020516231635.ZM20166@localhost.localdomain> In-Reply-To: "Kevin \"Squail\" Endres" "RE: cross targeted gdb and corefiles" (May 16, 4:05pm) References: <43CB1396676FD4119F03001083FD2994F5F228@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/msg00210.txt.bz2 On May 16, 4:05pm, Kevin \Squail\ Endres wrote: > I know i have to set so-absolute-prefix to my libs to get everything to live > correctly... How do i do that and read in a core??? Can't you do... (gdb) set solib-absolute-prefix /my/prefix/to/the/sys-root (gdb) target core core ? Kevin