From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 109659 invoked by alias); 15 Feb 2017 19:00:30 -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 105624 invoked by uid 89); 15 Feb 2017 19:00:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=asowda@gmail.com, asowdagmailcom, H*i:sk:s-PO4Hz, H*f:sk:s-PO4Hz X-HELO: mail-vk0-f44.google.com Received: from mail-vk0-f44.google.com (HELO mail-vk0-f44.google.com) (209.85.213.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 15 Feb 2017 18:59:55 +0000 Received: by mail-vk0-f44.google.com with SMTP id t8so104979572vke.3 for ; Wed, 15 Feb 2017 10:59:55 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=JmwYxJB0eWCKZ4SYCKjvAZtJSPP8g11eyRt+5SXdzfE=; b=IfxjwFEacGM6UADYw26pQhkyDnaRSZ7+6fpN4FaltXuWyFFTsN5qPo+wMhTGwm+sjv UgQQW3MIEKOcFFJIJ8X//9xlpUANUKXg9I2CmN7EdgKPbz+dyLHs1TSmsi4+zRxoKI/m BxMqBhMnau3YZhNqR6RWWquJdCO8bd0UjJJbhl4hFRY1BasD6YNMCPA8eJVzBYyGjvzm 050EwiS65OiVy4xiAnFe+z49EbODrKk2fvRW+l6cyLMNbUrNF5KPHCJNvy/BHi36osyl snvbw8RIJlh1lAXOvxZxl3JVYbJNtEoFhHSYtIbQdJDu0AKx746CGFWH8w8frEAE4ATT VEMQ== X-Gm-Message-State: AMke39nqd5+kk/bcsAODggyA5toL2bbcuo7xbnDTA7TaZo12QA/zrWdoFNNhTq2dOFIlqh1+JttHXEVIswZNJg== X-Received: by 10.31.154.145 with SMTP id c139mr18029437vke.118.1487185194092; Wed, 15 Feb 2017 10:59:54 -0800 (PST) MIME-Version: 1.0 Received: by 10.176.92.38 with HTTP; Wed, 15 Feb 2017 10:59:53 -0800 (PST) In-Reply-To: References: From: Ananth Sowda Date: Wed, 15 Feb 2017 19:00:00 -0000 Message-ID: Subject: Re: dwarflint tool To: Yao Qi Cc: GDB Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-SW-Source: 2017-02/txt/msg00037.txt.bz2 I downloaded elfutils sources and built everything. I don't see dwarflint or any reference to in source code. On Tue, Feb 14, 2017 at 8:21 AM, Yao Qi wrote: > On Tue, Feb 14, 2017 at 12:50 AM, Ananth Sowda wrote: >> I'm looking for dwarflint tool to test quality and coverage of DWARF >> location information. I'm not finding it latest elfutils source code. >> ( I checked version 0.168). Please direct me where to find it. > > As far as I know, elfutils is moved to sourceware.org > https://sourceware.org/elfutils/ Is it what you need? > > -- > Yao (=E9=BD=90=E5=B0=A7)