From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8453 invoked by alias); 18 Apr 2019 11:19:34 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 8439 invoked by uid 89); 18 Apr 2019 11:19:33 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=H*i:sk:f9f1adf, H*f:sk:f9f1adf X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 18 Apr 2019 11:19:32 +0000 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 57317756; Thu, 18 Apr 2019 11:19:31 +0000 (UTC) Received: from [10.36.117.224] (ovpn-117-224.ams2.redhat.com [10.36.117.224]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A636D600C2; Thu, 18 Apr 2019 11:19:30 +0000 (UTC) Subject: Re: Reading DWARF debug information from a PE executable To: Mark Wielaard , Artem Razin Cc: gdb@sourceware.org References: From: Nick Clifton Openpgp: preference=signencrypt Message-ID: Date: Thu, 18 Apr 2019 11:19:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-04/txt/msg00018.txt.bz2 Hi Mark, > On Thu, 2019-04-18 at 10:17 +0100, Nick Clifton wrote: >> Actually you might find it more helpful ask this question on the elfutils >> mailing list (elfutils-devel@sourceware.org) since libdwarf is part of that > elfutils contains libdw, a library for reading DWARF data and some ELF > and (linux) process introspection functions. libdwarf is its own > project for low level DWARF data: > https://sourceforge.net/projects/libdwarf/ Doh! Sorry - my bad. Cheers Nick