From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10759 invoked by alias); 18 Apr 2019 09:48:03 -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 10718 invoked by uid 89); 18 Apr 2019 09:48:02 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.7 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy=H*i:sk:aca58c1, H*f:sk:aca58c1 X-HELO: gnu.wildebeest.org Received: from wildebeest.demon.nl (HELO gnu.wildebeest.org) (212.238.236.112) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 18 Apr 2019 09:48:00 +0000 Received: from tarox.wildebeest.org (tarox.wildebeest.org [172.31.17.39]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 4E0AF300072A; Thu, 18 Apr 2019 11:47:57 +0200 (CEST) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id D493F40782EB; Thu, 18 Apr 2019 11:47:57 +0200 (CEST) Message-ID: Subject: Re: Reading DWARF debug information from a PE executable From: Mark Wielaard To: Nick Clifton , Artem Razin Cc: gdb@sourceware.org Date: Thu, 18 Apr 2019 09:48:00 -0000 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 X-IsSubscribed: yes X-SW-Source: 2019-04/txt/msg00016.txt.bz2 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 th= at > project. Or you could try the binutils mailing list (binutils@sourceware= .org)=20 > as the facilities that you are asking for are available in the BFD librar= y,=20 > which is part of the binutils project. 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:=20 https://sourceforge.net/projects/libdwarf/ Cheers, Mark