diff options
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 87df810..5a906ca 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -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. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index d1fa6c8..ec9d901 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -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: |