Index: gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.403 diff -u -p -r1.403 gdb.texinfo --- gdb.texinfo 14 Apr 2007 09:51:29 -0000 1.403 +++ gdb.texinfo 15 Apr 2007 10:34:14 -0000 @@ -17296,7 +17296,7 @@ New fields may be added to the output of @item The range of values for fields with specified values, e.g., -@code{in_scope} (@pxref{-var-update-fields}) may be extended. +@code{in_scope} (@pxref{-var-update fields}) may be extended. @c The format of field's content e.g type prefix, may change so parse it @c at your own risk. Yes, in general? @@ -19564,7 +19564,8 @@ list of variable objects whose values ha be a root variable object. Here, ``changed'' means that the result of @code{-var-evaluate-expression} before and after the @code{-var-update} is different. If @samp{*} is used as the variable -object names, all existing variable objects are updated. The option +object names, all existing variable objects are updated, except +for frozen ones (@pxref{-var-set-frozen}). The option @var{print-values} determines whether both names and values, or just names are printed. The possible values of this options are the same as for @code{-var-list-children} (@pxref{-var-list-children}). It is @@ -19585,7 +19586,7 @@ type_changed="false"@}] (gdb) @end smallexample -@anchor{-var-update-fields} +@anchor{-var-update fields} The field in_scope may take three values: @table @code @@ -19610,16 +19611,17 @@ be prepared for this possibility. @xref @subheading The @code{-var-set-frozen} Command @findex -var-set-frozen +@anchor{-var-set-frozen} @subsubheading Synopsis @smallexample - -var-set-frozen @var{name} @samp{flag} + -var-set-frozen @var{name} @var{flag} @end smallexample -Set the frozeness flag on the variable object @var{name}. The +Set the frozenness flag on the variable object @var{name}. The @var{flag} parameter should be either @samp{1} to make the variable -frozen or @samp{0} to make it unfozen. If a variable object is +frozen or @samp{0} to make it unfrozen. If a variable object is frozen, then neither itself, nor any of its children, are implicitly updated by @code{-var-update} (@pxref{-var-update}) of a parent variable or by @code{-var-update *}. Only