From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32485 invoked by alias); 18 Apr 2007 05:38:54 -0000 Received: (qmail 32468 invoked by uid 22791); 18 Apr 2007 05:38:52 -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, 18 Apr 2007 06:38:49 +0100 Received: (qmail 18380 invoked from network); 18 Apr 2007 05:37:03 -0000 Received: from unknown (HELO 172.16.unknown.plus.ru) (vladimir@127.0.0.2) by mail.codesourcery.com with ESMTPA; 18 Apr 2007 05:37:03 -0000 From: Vladimir Prus To: Michael Snyder Subject: Re: Ping: frozen variable objects Date: Wed, 18 Apr 2007 06:57:00 -0000 User-Agent: KMail/1.9.1 Cc: Daniel Jacobowitz , gdb-patches@sources.redhat.com References: <200703251351.43195.vladimir@codesourcery.com> <20070410190335.GA22313@caradoc.them.org> <1176843149.5381.23.camel@svmsnyderlnx.palmsource.com> In-Reply-To: <1176843149.5381.23.camel@svmsnyderlnx.palmsource.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200704180938.41480.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-04/txt/msg00273.txt.bz2 On Wednesday 18 April 2007 00:52, Michael Snyder wrote: > On Tue, 2007-04-10 at 15:03 -0400, Daniel Jacobowitz wrote: > > On Sun, Mar 25, 2007 at 12:51:42PM +0300, Vladimir Prus wrote: > > > --- gdb/doc/gdb.texinfo (/mirrors/gdb_mainline) (revision 3540) > > > +++ gdb/doc/gdb.texinfo (/patches/gdb/frozen/gdb_mainline) (revision 3540) > > > @@ -19730,6 +19730,8 @@ access this functionality: > > > @tab set the value of this variable > > > @item @code{-var-update} > > > @tab update the variable and its children > > > +@item @code{-var-set-frozen} > > > +@tab set frozeness attribute > > I hate to jump in at this late date, but... > > "frozenness". > > Two n's. There's already patch to fix that ;-) - Volodya