From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32531 invoked by alias); 27 Apr 2011 09:48:32 -0000 Received: (qmail 32521 invoked by uid 22791); 27 Apr 2011 09:48:32 -0000 X-SWARE-Spam-Status: No, hits=-6.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,TW_BJ,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 27 Apr 2011 09:48:18 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p3R9mItR013494 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 27 Apr 2011 05:48:18 -0400 Received: from [10.36.8.241] (vpn2-8-241.ams2.redhat.com [10.36.8.241]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p3R9mHP7008483; Wed, 27 Apr 2011 05:48:17 -0400 Message-ID: <4DB7E69B.8040801@redhat.com> Date: Wed, 27 Apr 2011 09:48:00 -0000 From: Nick Clifton User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.15) Gecko/20110307 Fedora/3.1.9-0.39.b3pre.fc14 Thunderbird/3.1.9 MIME-Version: 1.0 To: Tom Tromey CC: Binutils Development Subject: Re: Patch: DWARF browser References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/msg00399.txt.bz2 Hi Tom, > I have been wanting a nicer way to browse DWARF, so I came up with the > appended. It is an Emacs mode for DWARF browsing, plus a couple of new > supporting readelf features. Nice - the patch is approved, although please also add a line to binutils/NEWS mentioning the new feature. A patch to add this functionality to objdump is pre-approved. Cheers Nick