From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24414 invoked by alias); 30 Dec 2003 18:01:13 -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 24407 invoked from network); 30 Dec 2003 18:01:11 -0000 Received: from unknown (HELO rj.sgi.com) (192.48.171.6) by sources.redhat.com with SMTP; 30 Dec 2003 18:01:11 -0000 Received: from cthulhu.engr.sgi.com (cthulhu.engr.sgi.com [192.26.80.2]) by rj.sgi.com (8.12.9/8.12.9/linux-outbound_gateway-1.1) with ESMTP id hBUG9AOO012460; Tue, 30 Dec 2003 08:09:11 -0800 Received: from quasar.engr.sgi.com (quasar.engr.sgi.com [163.154.6.61]) by cthulhu.engr.sgi.com (SGI-8.12.5/8.12.5) with ESMTP id hBUI0aa0026830; Tue, 30 Dec 2003 10:00:36 -0800 (PST) Received: from quasar.engr.sgi.com (localhost [127.0.0.1]) by quasar.engr.sgi.com (SGI-8.12.5/8.12.5) with ESMTP id hBUHwtxl067137; Tue, 30 Dec 2003 09:59:46 -0800 (PST) Received: (from davea@localhost) by quasar.engr.sgi.com (SGI-8.12.5/8.12.5/Submit) id hBUHvMPN067891; Tue, 30 Dec 2003 09:57:22 -0800 (PST) Date: Tue, 30 Dec 2003 18:01:00 -0000 From: David Anderson Message-Id: <200312301757.hBUHvMPN067891@quasar.engr.sgi.com> To: eliz@elta.co.il Subject: Re: inner block not inside outer block Cc: gdb@sources.redhat.com, drow@mvista.com X-SW-Source: 2003-12/txt/msg00284.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? From:"Eli Zaretskii" |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 There was one release with a botch in the #include stuff, which lead to a build error on linux. The current version is libdwarf20031006.tar.gz |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.) reality.sgiweb.org went down Monday at 6:30 or so Pacific Time. As of 10AM Pacific Time it seems to be back up. If you still have problems building, let me know the details as I do want it to build correctly! David Anderson