From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 754 invoked by alias); 19 Jun 2007 21:31:14 -0000 Received: (qmail 741 invoked by uid 22791); 19 Jun 2007 21:31:13 -0000 X-Spam-Status: No, hits=0.2 required=5.0 tests=AWL,BAYES_00,DK_POLICY_SIGNSOME,FORGED_RCVD_HELO,SPF_FAIL X-Spam-Check-By: sourceware.org Received: from alnrmhc16.comcast.net (HELO alnrmhc16.comcast.net) (204.127.225.96) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 19 Jun 2007 21:31:11 +0000 Received: from gateway.sf.frob.com (c-69-181-208-57.hsd1.ca.comcast.net[69.181.208.57]) by comcast.net (alnrmhc16) with ESMTP id <20070619213110b1600gatg2e>; Tue, 19 Jun 2007 21:31:10 +0000 Received: from magilla.localdomain (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id 9FEEE357B; Tue, 19 Jun 2007 14:31:09 -0700 (PDT) Received: by magilla.localdomain (Postfix, from userid 5281) id 8D9BB4D05D3; Tue, 19 Jun 2007 14:31:09 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Sami Wagiaalla Cc: frysk Subject: Re: Dwarf expertise needed In-Reply-To: Sami Wagiaalla's message of Tuesday, 19 June 2007 17:27:16 -0400 <46784A34.2030402@redhat.com> Emacs: because you deserve a brk today. Message-Id: <20070619213109.8D9BB4D05D3@magilla.localdomain> Date: Tue, 19 Jun 2007 21:31:00 -0000 X-IsSubscribed: yes Mailing-List: contact frysk-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-owner@sourceware.org X-SW-Source: 2007-q2/txt/msg00342.txt.bz2 > Okay it sounds like I missunderstood what addrdie does. I guess what I > am trying to do is find the narrowest scope which contains the given pc. > Is there a way to get all dies whos ranges contain the pc maybe ? The > problem I am trying to solve is given a pc find the inlined/concrete > function that contains it. This is what dwarf_getscopes is for.