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. 9df9dbe031e8f643651f638823eed773a4037af7


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  9df9dbe031e8f643651f638823eed773a4037af7 (commit)
      from  6632e8ccecd8fe5de18ad78ced1c14755a24b169 (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=9df9dbe031e8f643651f638823eed773a4037af7

commit 9df9dbe031e8f643651f638823eed773a4037af7
Author: Yao Qi <yao@codesourcery.com>
Date:   Tue Nov 19 19:00:38 2013 +0800

    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.

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

Summary of changes:
 gdb/doc/ChangeLog   |    5 +++++
 gdb/doc/gdb.texinfo |    5 +++++
 2 files changed, 10 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]