On Friday 13 April 2007 13:53, Eli Zaretskii wrote: > > From: Vladimir Prus > > Date: Wed, 11 Apr 2007 18:43:43 +0400 > > Cc: gdb-patches@sources.redhat.com > > > > > Hmm, that line at the bottom says there's detailed documentation > > > below. But you didn't add any for -var-set-frozen. > > > > Wierd, that docs were in previous patch. I've revived them now. > > Thanks. I'm okay with the doco patch, after you fix the following > minor problems: .... > > If a variable object is > > +frozen, then neither itself, nor any of its children, are > > +implicitly updated by @code{-var-update} of a parent variable or > > +by @code{-var-update *}. > > A @pxref here to where -var-update is described would be a good idea. Here's what I've just checked in. There was already -var-update anchor, but it was on the list of varobj attributes, so I've renamed it, and added -var-update anchor at the top of -var-update description. - Volodya