From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 36023 invoked by alias); 14 Feb 2017 00:50:06 -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 35998 invoked by uid 89); 14 Feb 2017 00:50:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=0168, quality, Hx-languages-length:225 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; Tue, 14 Feb 2017 00:50:04 +0000 Received: by mail-vk0-f44.google.com with SMTP id t8so71544934vke.3 for ; Mon, 13 Feb 2017 16:50:04 -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:from:date:message-id:subject:to; bh=LWKUiMKDZPi55WutJybf25kkSbz8sgKYz1uiLdRAMgE=; b=Qin/6OiQV2bh1JM7nVJKmRQzZ01o8tCuxv9tfxuNkLa+vKElZFeceSULCi7tcXUwK9 BNTZZHct01AgoIvqgN3Y2JKytJ6gh7VOPiJMO0Vd2fe7JWEYgvWTf2wg5SY+i8K3G+Iq gAMVboQsiVEYorURHJSnQwCeiSbXkwB0hcUL9pndYk/PPTSILrE1q0FmXkNwPrJ6yNWX WvD06CYPdDIFYVh8mn0kJNvrB5RO9QKnY085tsq9OvrhUwykdE3kPv/mDiMx+5L8McKO 3Z6Ga8Q2cwouWy32OVyAVLfBP3VtXCJB8A23wk0BuBk49yR99qp+N/27LsCUDa04GzN1 AvUQ== X-Gm-Message-State: AMke39mU51dLuYwr7S7TFNt4eqlCZcPjwQorfmUmC/D5ySAtXpvm819ErhkrIn7X5yq+O852s5/TVIvtsQ1sZQ== X-Received: by 10.31.231.193 with SMTP id e184mr10669708vkh.16.1487033403310; Mon, 13 Feb 2017 16:50:03 -0800 (PST) MIME-Version: 1.0 Received: by 10.176.92.38 with HTTP; Mon, 13 Feb 2017 16:50:02 -0800 (PST) From: Ananth Sowda Date: Tue, 14 Feb 2017 00:50:00 -0000 Message-ID: Subject: dwarflint tool To: gdb@sourceware.org Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2017-02/txt/msg00032.txt.bz2 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. Thanks