Doc 'dynamic' for command -var-list-children
authorYao Qi <yao@codesourcery.com>
Tue, 19 Nov 2013 11:11:21 +0000 (19:11 +0800)
committerYao Qi <yao@codesourcery.com>
Thu, 21 Nov 2013 03:41:55 +0000 (11:41 +0800)
Hi,
I find "dynamic=1" appear in the result of each child of the output of
-var-list-children,

  -var-list-children  ss1
  ^done,numchild="2",children=[child={name="ss1.a",exp="a",numchild="0",type="struct s",thread-id="1",dynamic="1"},child={name="ss1.b",exp="b",numchild="0",type="struct s",thread-id="1",dynamic="1"}],has_more="0"

but the doc doesn't mention this.  This patch is to copy the description
of "dynamic=1" here.

gdb/doc:

2013-11-21  Yao Qi  <yao@codesourcery.com>

* gdb.texinfo (GDB/MI Variable Objects): Add attribute 'dynamic'
for the output of command -var-list-children.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 87df810..5a906ca 100644 (file)
@@ -1,5 +1,10 @@
 2013-11-21  Yao Qi  <yao@codesourcery.com>
 
+       * gdb.texinfo (GDB/MI Variable Objects): Add attribute
+       'dynamic' for the output of command -var-list-children.
+
+2013-11-21  Yao Qi  <yao@codesourcery.com>
+
        * gdb.texinfo (Caching Target Data): Remove "see" before
        @pxref.
 
index d1fa6c8..ec9d901 100644 (file)
@@ -32519,6 +32519,12 @@ Otherwise this result is not present.
 
 @item frozen
 If the variable object is frozen, this variable will be present with a value of 1.
+
+@item dynamic
+This attribute will be present and have the value @samp{1} if the
+varobj is a dynamic varobj.  If the varobj is not a dynamic varobj,
+then this attribute will not be present.
+
 @end table
 
 The result may have its own attributes: