From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3528 invoked by alias); 8 Dec 2006 19:43:18 -0000 Received: (qmail 3517 invoked by uid 22791); 8 Dec 2006 19:43:16 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Fri, 08 Dec 2006 19:43:08 +0000 Received: from drow by nevyn.them.org with local (Exim 4.63) (envelope-from ) id 1Gslcf-0006Ty-1U; Fri, 08 Dec 2006 14:43:05 -0500 Date: Fri, 08 Dec 2006 19:43:00 -0000 From: Daniel Jacobowitz To: Nick Roberts Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] MI: -var-update bug Message-ID: <20061208194304.GA24699@nevyn.them.org> Mail-Followup-To: Nick Roberts , gdb-patches@sources.redhat.com References: <17785.48689.501272.349814@kahikatea.snap.net.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <17785.48689.501272.349814@kahikatea.snap.net.nz> User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes 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: 2006-12/txt/msg00128.txt.bz2 On Sat, Dec 09, 2006 at 08:34:09AM +1300, Nick Roberts wrote: > 2006-12-09 Nick Roberts > > * varobj.c (varobj_update): Ensure frame is restored when > variable object is out of scope. Thanks, this is OK. That reinit_frame_cache call is silly. I've been meaning to remove it for ages. Do you see any reason not to? -- Daniel Jacobowitz CodeSourcery