From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5497 invoked by alias); 10 Jan 2012 10:28:16 -0000 Received: (qmail 5487 invoked by uid 22791); 10 Jan 2012 10:28:15 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 10 Jan 2012 10:27:53 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 21FF82BB115; Tue, 10 Jan 2012 05:27:53 -0500 (EST) 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 y86Z39vDpQft; Tue, 10 Jan 2012 05:27:53 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id AE2B22BB066; Tue, 10 Jan 2012 05:27:52 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id B9A63145615; Tue, 10 Jan 2012 14:27:29 +0400 (RET) Date: Tue, 10 Jan 2012 10:40:00 -0000 From: Joel Brobecker To: Paul Hilfinger Cc: gdb-patches@sourceware.org Subject: Re: [RFA] Have block_innermost_frame start from selected frame Message-ID: <20120110102729.GA5070@adacore.com> References: <20111230215222.86B713FEE8@kwai.gnat.com> <8339c1td3u.fsf@gnu.org> <20120109071645.93E9F92BF6@kwai.gnat.com> <20120110043213.GC31383@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120110043213.GC31383@adacore.com> User-Agent: Mutt/1.5.20 (2009-06-14) 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 X-SW-Source: 2012-01/txt/msg00289.txt.bz2 > > 2011-12-27 Paul Hilfinger > > > > * gdb/blockframe.c (block_innermost_frame): Start search from selected frame, > > if present, or otherwise the current frame. > > > > * gdb/c-exp.y, gdb/m2-exp.y, gdb/objc-exp.y: Update innermost_block > > > > * gdb/doc/gdb.texinfo (Variables): Document use of :: for non-static > > variables. I had also meant to say that the patch is pre-approved, once the small code changes I recommended are applied! Ooops... Thank you, Paul. -- Joel