This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb and binutils branch master updated. c78feb398f06b959c2b0533837244f27cd81ac6d


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  c78feb398f06b959c2b0533837244f27cd81ac6d (commit)
      from  27b81af3ea740c4fc562b19916f70d251d8fe300 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c78feb398f06b959c2b0533837244f27cd81ac6d

commit c78feb398f06b959c2b0533837244f27cd81ac6d
Author: Yao Qi <yao@codesourcery.com>
Date:   Tue Nov 19 19:11:21 2013 +0800

    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.

-----------------------------------------------------------------------

Summary of changes:
 gdb/doc/ChangeLog   |    5 +++++
 gdb/doc/gdb.texinfo |    6 ++++++
 2 files changed, 11 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
gdb and binutils


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]