From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 79363 invoked by alias); 14 Feb 2017 16:21: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 79352 invoked by uid 89); 14 Feb 2017 16:21:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=AWL,BAYES_40,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=ham version=3.3.2 spammy=sowda, Sowda, ananth, Ananth X-HELO: mail-qt0-f181.google.com Received: from mail-qt0-f181.google.com (HELO mail-qt0-f181.google.com) (209.85.216.181) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 14 Feb 2017 16:21:25 +0000 Received: by mail-qt0-f181.google.com with SMTP id k15so115320611qtg.3 for ; Tue, 14 Feb 2017 08:21:25 -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=fa6BtiV8NETRMSi1tDMpboMrGQT00AH9J9jN0Lmt9CI=; b=NXFyV++j4VV5pyhP/bYOkHkzXAkQ/LF1cRdzePfe6xI8YpFhxNW+lvFDqY2PtDhDA0 K3IQDcWVIX7/CBLuRnXamcxhL09XyuYKAq5MVyqYXjYq6Kznip4kvGn5Q23Kjfv5Ikdg JuXpo1vJzp9GrkcdLTLzkM0sOpN6sCwVTT+5Ss/jgLM/0DGBloG1/zv+qGYv5js7m91U ZNT9sjW8OR/K8UxEugUtRKJR7VX+EbA38yRfxcKJQT4LnR1HGqAOaVJ6q9NdggA+oqDN f84hEfBGibKcw4KxhcSxI4mLoW8bi3YTBA3C5sZA1sBvh5wNCORXMnoBToqZAu56A37+ nU7w== X-Gm-Message-State: AMke39mLtrpNSwkuD17/6CkE0C0HvnqrHYr3edTwAYrYWFRrl2fs9cP5PoOwOlK5rs6CqADJwzsHr9OCm/+Rgg== X-Received: by 10.237.34.150 with SMTP id p22mr27022872qtc.76.1487089283694; Tue, 14 Feb 2017 08:21:23 -0800 (PST) MIME-Version: 1.0 Received: by 10.12.140.194 with HTTP; Tue, 14 Feb 2017 08:21:23 -0800 (PST) In-Reply-To: References: From: Yao Qi Date: Tue, 14 Feb 2017 16:21:00 -0000 Message-ID: Subject: Re: dwarflint tool To: Ananth Sowda Cc: GDB Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-02/txt/msg00033.txt.bz2 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? --=20 Yao (=E9=BD=90=E5=B0=A7)