From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 704 invoked by alias); 26 Apr 2011 21:14:02 -0000 Received: (qmail 692 invoked by uid 22791); 26 Apr 2011 21:14:01 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 26 Apr 2011 21:13:47 +0000 Received: from kpbe18.cbf.corp.google.com (kpbe18.cbf.corp.google.com [172.25.105.82]) by smtp-out.google.com with ESMTP id p3QLDkho011449 for ; Tue, 26 Apr 2011 14:13:47 -0700 Received: from gxk9 (gxk9.prod.google.com [10.202.11.9]) by kpbe18.cbf.corp.google.com with ESMTP id p3QLCU0N027791 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Tue, 26 Apr 2011 14:13:45 -0700 Received: by gxk9 with SMTP id 9so503394gxk.40 for ; Tue, 26 Apr 2011 14:13:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.91.72.38 with SMTP id z38mr1143628agk.57.1303852424696; Tue, 26 Apr 2011 14:13:44 -0700 (PDT) Received: by 10.100.131.8 with HTTP; Tue, 26 Apr 2011 14:13:44 -0700 (PDT) In-Reply-To: References: Date: Tue, 26 Apr 2011 21:14:00 -0000 Message-ID: Subject: Re: Patch: DWARF browser From: Cary Coutant To: Tom Tromey Cc: Binutils Development Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2011-04/txt/msg00388.txt.bz2 > I have been wanting a nicer way to browse DWARF, so I came up with the > appended. =A0It is an Emacs mode for DWARF browsing, plus a couple of new > supporting readelf features. Nice! For the emacs-challenged, I'll offer this Perl script that I wrote a while back. It takes readelf -wi output, and converts it to an HTML file with disclosure triangles to collapse subtrees, and DIE references as hotlinks: http://www.bayarea.net/~cary/dwarf/witohtml.pl -cary