From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 82412 invoked by alias); 3 Aug 2017 09:13:45 -0000 Mailing-List: contact elfutils-devel-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: List-Subscribe: Sender: elfutils-devel-owner@sourceware.org Received: (qmail 82397 invoked by uid 89); 3 Aug 2017 09:13:44 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.99.2 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=H*M:132 X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on sourceware.org X-Spam-Level: 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, 03 Aug 2017 09:13:42 +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 8ABCA325862D; Thu, 3 Aug 2017 11:13:40 +0200 (CEST) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id 79C11404062B; Thu, 3 Aug 2017 11:13:40 +0200 (CEST) Message-ID: <1501751620.3741.132.camel@klomp.org> Subject: Re: Latest version of dwarflint? From: Mark Wielaard To: "Ananthakrishna Sowda (asowda)" Cc: "elfutils-devel@sourceware.org" Date: Thu, 03 Aug 2017 09:13:00 -0000 In-Reply-To: <81113170-F590-4C51-BEA0-C8EF3A4422DA@contoso.com> References: <81113170-F590-4C51-BEA0-C8EF3A4422DA@contoso.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.12.11 (3.12.11-22.el7) Mime-Version: 1.0 X-IsSubscribed: yes X-SW-Source: 2017-q3/txt/msg00071.txt.bz2 On Wed, 2017-08-02 at 19:47 +0000, Ananthakrishna Sowda (asowda) wrote: > I found the dwarflint and locstats tools in the =E2=80=98dwarf =E2=80=98 = branch of elfutils. > https://sourceware.org/elfutils/DwarfLint > Any plans of merging this into main branch? Currently not, sorry. > I get following error from locstats: >=20 > error: .debug_info: DIE 0x3f10fc: dwarf_getlocation_addr: invalid DWARF >=20 > This error is reported on DW_OP_GNU_entry_value in DWARF location list. A= ny newer version of these tools which can handle DWARF5 ops such as DW_OP_G= NU_entry-value? There is a standalone version of dwlocstat here: https://github.com/pmachata/dwlocstat It should handle DW_OP_GNU_entry_value but is also a bit old so might not handle the latest DWARF extensions. Cheers, Mark