From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19382 invoked by alias); 28 Feb 2007 06:36:58 -0000 Received: (qmail 19374 invoked by uid 22791); 28 Feb 2007 06:36:57 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 28 Feb 2007 06:36:53 +0000 Received: (qmail 27937 invoked from network); 28 Feb 2007 06:36:41 -0000 Received: from unknown (HELO ?172.16.64.38?) (vladimir@127.0.0.2) by mail.codesourcery.com with ESMTPA; 28 Feb 2007 06:36:41 -0000 From: Vladimir Prus To: Daniel Jacobowitz Subject: Re: [PATCH] varobj.c Date: Wed, 28 Feb 2007 06:36:00 -0000 User-Agent: KMail/1.9.1 Cc: Nick Roberts , gdb-patches@sourceware.org References: <17875.38347.137214.962583@kahikatea.snap.net.nz> <20070227170403.GF31729@caradoc.them.org> In-Reply-To: <20070227170403.GF31729@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200702280909.14822.vladimir@codesourcery.com> 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: 2007-02/txt/msg00371.txt.bz2 On Tuesday 27 February 2007 20:04, Daniel Jacobowitz wrote: > On Thu, Feb 15, 2007 at 12:05:47PM +1300, Nick Roberts wrote: > > > > Following Denis' patch, this patch makes GDB throw a user error if a non > > root variable is used for -var-update. Currently GDB does: > > > > (gdb) > > -var-update var1.1 > > ^done,changelist=[{name="var1.1",in_scope="false"}] > > (gdb) > > > > even though the expression that var1.1 represents may be inscope and have > > changed value. > > Vladimir, didn't you have some in-progress patch that actually wanted > to update root varobjs? Anyway, if so, we can change it back later. You mean, update *non-root* varobjs? Yes, frozen varobjs patches makes that possible. I believe the last version of said patch was posted in: http://article.gmane.org/gmane.comp.gdb.patches/31838 and nobody has reviewed it yet. - Volodya