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 gdb-7.8-branch updated. gdb-7.8-release-43-ge94a942


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, gdb-7.8-branch has been updated
       via  e94a94219df34ec7350518ffec3c971dd17a1fdb (commit)
      from  21937e7e8d2ae2d76f6244de80e126218bb1e2db (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=e94a94219df34ec7350518ffec3c971dd17a1fdb

commit e94a94219df34ec7350518ffec3c971dd17a1fdb
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]