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. 0a1e61210c1740acbd5739afdf0f445a7e613d5c


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  0a1e61210c1740acbd5739afdf0f445a7e613d5c (commit)
       via  0061ea2440bff35c29fa18c752528680dc985242 (commit)
      from  46b2ff5b53f12137013b59d399ef65a0b98990bc (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=0a1e61210c1740acbd5739afdf0f445a7e613d5c

commit 0a1e61210c1740acbd5739afdf0f445a7e613d5c
Author: Yao Qi <yao@codesourcery.com>
Date:   Sun Nov 10 10:31:09 2013 +0800

    Check has_more in mi_create_dynamic_varobj
    
    Hi,
    I find "has_more" is not checked when a dynamic varobj is created in
    proc mi_create_dynamic_varobj.  This patch adds the check to
    "has_more".
    
    gdb/testsuite:
    
    2013-11-22  Yao Qi  <yao@codesourcery.com>
    
    	* lib/mi-support.exp (mi_create_dynamic_varobj): Update
    	comment and add one more argument "has_more".
    	* gdb.python/py-mi.exp: Callers update.

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

commit 0061ea2440bff35c29fa18c752528680dc985242
Author: Yao Qi <yao@codesourcery.com>
Date:   Sun Nov 10 10:30:46 2013 +0800

    Use mi_create_floating_varobj
    
    In gdb.python/py-mi.exp, two varobjs container and nscont are created
    when pretty-printing is still not enabled, so they are not dynamic
    varobj, IIUC.  In this patch, we use mi_create_floating_varobj instead
    of mi_create_dynamic_varobj.
    
    gdb/testsuite:
    
    2013-11-22  Yao Qi  <yao@codesourcery.com>
    
    	* gdb.python/py-mi.exp: Use mi_create_floating_varobj instead
    	of mi_create_dynamic_varobj.

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

Summary of changes:
 gdb/testsuite/ChangeLog            |   11 +++++++++++
 gdb/testsuite/gdb.python/py-mi.exp |   20 +++++++++++---------
 gdb/testsuite/lib/mi-support.exp   |    5 +++--
 3 files changed, 25 insertions(+), 11 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]