From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 105588 invoked by alias); 20 Sep 2015 18:20:12 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 105578 invoked by uid 89); 20 Sep 2015 18:20:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Sun, 20 Sep 2015 18:20:11 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 45FD0116223; Sun, 20 Sep 2015 14:20:09 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id cyqj4gG6DRsb; Sun, 20 Sep 2015 14:20:09 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id E21E21161C6; Sun, 20 Sep 2015 14:20:08 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id E39AE40B87; Sun, 20 Sep 2015 11:20:05 -0700 (PDT) Date: Sun, 20 Sep 2015 18:20:00 -0000 From: Joel Brobecker To: Doug Evans Cc: Pierre-Marie de Rodat , Kevin Buettner , gdb-patches@sourceware.org Subject: pushed: [PATCH] Add proper handling for non-local references in nested functions Message-ID: <20150920182005.GA4239@adacore.com> References: <55775EB0.4080701@adacore.com> <55AF5F7E.5000600@adacore.com> <20150722173957.7ed51f18@pinnacle.lan> <55B0C583.6050601@adacore.com> <55BB538B.7090104@adacore.com> <55D1E2B5.4000200@adacore.com> <20150902234947.GA575@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2015-09/txt/msg00493.txt.bz2 > > gdb/ChangeLog: > > > > * dwarf2loc.c (locexpr_get_frame_base): Renames > > block_op_get_frame_base. > > (dwarf2_block_frame_base_locexpr_funcs): Replace reference to > > block_op_get_frame_base by reference to locexpr_get_frame_base. > > (loclist_get_frame_base): New function, near identical copy of > > locexpr_get_frame_base. > > (dwarf2_block_frame_base_loclist_funcs): Replace reference to > > block_op_get_frame_base by reference to loclist_get_frame_base. > > LGTM. Thank you, pushed! -- Joel