Update doc on displayhint in command -var-list-children
authorYao Qi <yao@codesourcery.com>
Tue, 19 Nov 2013 11:00:38 +0000 (19:00 +0800)
committerYao Qi <yao@codesourcery.com>
Sat, 23 Nov 2013 12:33:11 +0000 (20:33 +0800)
commit9df9dbe031e8f643651f638823eed773a4037af7
tree6228d02fa6b677ef55f74016863fd1031ba141c8
parent6632e8ccecd8fe5de18ad78ced1c14755a24b169
Update doc on displayhint in command -var-list-children

Hi,
When using command -var-list-children, "displayhint" appears in the result of
each child, shown as the following output.

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

Current doc on command -var-list-children doesn't reflect this.  This
patch is to fix it.

gdb/doc:

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

* gdb.texinfo (GDB/MI Variable Objects): Add the description
of "displayhint" to the table about child results.
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo