From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5865 invoked by alias); 30 Dec 2003 14:42:23 -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 5858 invoked from network); 30 Dec 2003 14:42:22 -0000 Received: from unknown (HELO aragorn.inter.net.il) (192.114.186.23) by sources.redhat.com with SMTP; 30 Dec 2003 14:42:22 -0000 Received: from zaretski (pns03-195-8.inter.net.il [80.230.195.8]) by aragorn.inter.net.il (Mirapoint Messaging Server MOS 3.3.8-GR) with ESMTP id CDU41063; Tue, 30 Dec 2003 16:41:44 +0200 (IST) Date: Tue, 30 Dec 2003 14:42:00 -0000 From: "Eli Zaretskii" To: Daniel Jacobowitz Message-Id: <5469-Tue30Dec2003163920+0200-eliz@elta.co.il> CC: gdb@sources.redhat.com In-reply-to: <20031228184655.GA29177@nevyn.them.org> (message from Daniel Jacobowitz on Sun, 28 Dec 2003 13:46:56 -0500) Subject: Re: inner block not inside outer block Reply-to: Eli Zaretskii References: <20031228184655.GA29177@nevyn.them.org> X-SW-Source: 2003-12/txt/msg00281.txt.bz2 > Date: Sun, 28 Dec 2003 13:46:56 -0500 > From: Daniel Jacobowitz > > You can't use readelf but I assume you can get one of > the other DWARF debugging tools to work - maybe dwarfdump - and figure > out what the actual bounds of the blocks in question are? I tried dwarfdump (the version from 29-Aug-2001), but couldn't build it, not even on Debian GNU/Linux: it chokes on the missing definition of the `Elf' data type. How did you manage to build it? Is there perhaps a newer version that is better? (I tried to google for it and found a pointer to Dave Anderson's page where there's supposed to be a version from this year, but that page seems to be unreachable.) Or maybe there are alternative tools--what are they? TIA