From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 36409 invoked by alias); 18 Apr 2019 13:26:36 -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 36398 invoked by uid 89); 18 Apr 2019 13:26:35 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=gdbdigesthelpsourcewareorg, gdb-digest-help@sourceware.org, H*f:sk:6799a8a, H*i:sk:6799a8a X-HELO: mail-oi1-f170.google.com Received: from mail-oi1-f170.google.com (HELO mail-oi1-f170.google.com) (209.85.167.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 18 Apr 2019 13:26:34 +0000 Received: by mail-oi1-f170.google.com with SMTP id i21so1564260oib.11 for ; Thu, 18 Apr 2019 06:26:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=5S1ueQwQHnCjIhGq1n6vxEC1E+XqeyoghADqczGDhSU=; b=EGtjJxu5pkWNfqwlBEeLL31hA2RJroeFl08hg5HCUo1yLBOIgsYmhEF2S0B16hqFZ9 08DETZNNa7cRAtTtD/rzqyU6ccrG9Qg7uYCv1BwtNGmxDmiSPrZV4W5wlJfrtXGDSAhk uCrQkAKvJ38a9okuqvngK4Nm4gIXYlr3lK7E5IA2LG1E0m2mh5n4yx+5U2lXnJZgYzQI lV2J5M2YwR0o17SqRMr0OqcpB2Xo4/BJEw1XeUFYlIjKAyGdDoxah+1fUv74rftPgJxM CM0wsMDoTMPtyNfVa+z06Kr0uB0JFhKb8RgrzgUZQ85xun9ADaFLug2MHLn1NjUntjfe Ac9g== MIME-Version: 1.0 References: <1555579034.33136.ezmlm@sourceware.org> <6799a8ac-5531-a996-e82f-acf68a39e1a8@linuxmail.org> In-Reply-To: <6799a8ac-5531-a996-e82f-acf68a39e1a8@linuxmail.org> From: Artem Razin Date: Thu, 18 Apr 2019 13:26:00 -0000 Message-ID: Subject: Re: Reading DWARF debug from a PE executable To: David Anderson Cc: gdb@sourceware.org Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-04/txt/msg00020.txt.bz2 Hi David, My mistake was is that I've downloaded libdwarf not from sourceforge (https://sourceforge.net/p/libdwarf) but from github (https://github.com/tomhughes/libdwarf) that is a bit outdated. Thank you so much! On Thu, Apr 18, 2019 at 4:16 PM David Anderson wrote: > > On 4/18/19 2:17 AM, gdb-digest-help@sourceware.org wrote: > > > > gdb Digest 18 Apr 2019 09:17:14 -0000 Issue 4928 > > > > Topics (messages 46961 through 46963): > > > > Reading DWARF debug information from a PE executable > > 46961 by: Artem Razin > > 46963 by: Nick Clifton > > libdwarf (various sites mirror it or > have clones or forks) is on sourceforge.net and the status > and access is described > in www.prevanders.net/dwarf.html. > > Current libdwarf/dwarfdump build fine and work > on mingw (for reading PE executables or DLLS with DWARF) by: > > configure --disable-libelf ; make > > David Anderson -- Best regards, Artem A. Razin