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)
commitc78feb398f06b959c2b0533837244f27cd81ac6d
treea165df47cf94cd47bcb9787a4e2941aa7f05f697
parent27b81af3ea740c4fc562b19916f70d251d8fe300
Doc 'dynamic' for command -var-list-children

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