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. 940df408121be31beed22ef7a5ad133cb1592726


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  940df408121be31beed22ef7a5ad133cb1592726 (commit)
      from  a0d09f12dbd69d68bb7db0e4c77f3288dec6f81b (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=940df408121be31beed22ef7a5ad133cb1592726

commit 940df408121be31beed22ef7a5ad133cb1592726
Author: Siva Chandra <sivachandra@chromium.org>
Date:   Mon Aug 4 18:07:43 2014 -0700

    Fix xmethod Python so that it works with Python3.
    
    gdb/
    
    	* python/lib/gdb/command/xmethods.py (set_xm_status1): Use the
    	'items'	methods instead of 'iteritems' method on dictionaries.
    
    gdb/testsuite/
    
    	* gdb.python/py-xmethods.py (A_getarrayind)
    	(E_method_char_worker.__call__, E_method_int_worker.__call__):
    	Use 'print' with function call syntax.
    	(E_method_matcher.match): Fix tab vs space indentation mixup.

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

Summary of changes:
 gdb/ChangeLog                           |    5 +++++
 gdb/python/lib/gdb/command/xmethods.py  |    2 +-
 gdb/testsuite/ChangeLog                 |    7 +++++++
 gdb/testsuite/gdb.python/py-xmethods.py |   20 ++++++++++----------
 4 files changed, 23 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]