From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17301 invoked by alias); 15 Feb 2017 21:42:19 -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 17283 invoked by uid 89); 15 Feb 2017 21:42:18 -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,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=H*f:sk:s-PO4Hz, HX-Received:10.99.174.71 X-HELO: mail-pf0-f182.google.com Received: from mail-pf0-f182.google.com (HELO mail-pf0-f182.google.com) (209.85.192.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 15 Feb 2017 21:42:08 +0000 Received: by mail-pf0-f182.google.com with SMTP id 202so31160812pfx.2 for ; Wed, 15 Feb 2017 13:42:08 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=TPxNuMfpdxYRCVc41EW7PjExBXw4jRbikfoBc2aEi2U=; b=Od44S6sSN5phJoXXrvVGZ3jS8r6ZKKCldS1F2T7kJZqmu22Dza138O0CTUkNo8l80H KmmvZeBIp1g3CBuWPHZzje8p8uFsahZYtHIMyMfXc+444BL1fZol13/7CqNw66qlWhGk 7DFV5Q/uanwuEa4NqjaqlCPtU5zYcJ31IEow+HAEbwF2YDNWQGy1q37PYs+Ty9wVNvNr j5tdGuFPa1+DqqtuFuWJthpPeChEaKlpo25Xtdc9LMvEPGeFsFZwTiFTCsWzDqze+DYy 0bII75w83bIOzFPvrG5JLmTMPqovrHecnMkpxHd6cVedHuPkl/acFKvyZuWeGGiN/ZtA YWUw== X-Gm-Message-State: AMke39k4zKDVFqnCunjugd2tKFoKSCitk6dxXqTk2Kpk9QQE3jZsRYQXpGReKxX2GNC9Xi90 X-Received: by 10.99.174.71 with SMTP id e7mr42009302pgp.3.1487194927376; Wed, 15 Feb 2017 13:42:07 -0800 (PST) Received: from [10.15.164.87] ([38.142.8.210]) by smtp.googlemail.com with ESMTPSA id m6sm9247429pgn.58.2017.02.15.13.42.06 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Feb 2017 13:42:06 -0800 (PST) Subject: Re: dwarflint tool To: Ananth Sowda , Yao Qi References: Cc: GDB From: Jim Wilson Message-ID: Date: Wed, 15 Feb 2017 21:42:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2017-02/txt/msg00039.txt.bz2 On 02/15/2017 10:59 AM, Ananth Sowda wrote: > I downloaded elfutils sources and built everything. I don't see > dwarflint or any reference to in source code. It is on the dwarf branch. See for instance https://sourceware.org/elfutils/DwarfLint Jim