From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 95221 invoked by alias); 18 Apr 2019 13:16:01 -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 95152 invoked by uid 89); 18 Apr 2019 13:15:55 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 spammy=HX-Languages-Length:621, Topics, 46963, sk:gdbdig X-HELO: mout.gmx.com Received: from mout.gmx.com (HELO mout.gmx.com) (74.208.4.201) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 18 Apr 2019 13:15:44 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mail.com; s=dbd5af2cbaf7; t=1555593338; bh=G7lfsU8JuACvf9frm0AbIE56jijD7JqRJFeXptLj2UE=; h=X-UI-Sender-Class:Subject:To:References:From:Date:In-Reply-To; b=b7X33f7FoaNNmyr0AMz7sJ1LJl88JmyXpaAvhqeizYZHLkaG3ggOKskSbDZr5VsVI 9/WIsYzJkkgqtj/yujuL5zkkMdCxMzMOlnYJyFuuMTXcpeQUhf2PHq1zPvO4m/RqPw yxsAizaFY12TKBWOsmSdf30skYjaqwvLafsxn0bI= X-UI-Sender-Class: 214d933f-fd2f-45c7-a636-f5d79ae31a79 Received: from [192.168.88.9] ([73.70.124.20]) by mail.gmx.com (mrgmxus002 [74.208.5.15]) with ESMTPSA (Nemesis) id 0MGBN3-1h5n8o38sR-00F8WL for ; Thu, 18 Apr 2019 15:15:37 +0200 Subject: Re: Reading DWARF debug from a PE executable To: gdb@sourceware.org References: <1555579034.33136.ezmlm@sourceware.org> From: David Anderson Openpgp: preference=signencrypt Message-ID: <6799a8ac-5531-a996-e82f-acf68a39e1a8@linuxmail.org> Date: Thu, 18 Apr 2019 13:16: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: <1555579034.33136.ezmlm@sourceware.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-SW-Source: 2019-04/txt/msg00019.txt.bz2 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