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. 4e1bbde013bae26b550a047baa8c6b999d811f23


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  4e1bbde013bae26b550a047baa8c6b999d811f23 (commit)
      from  5b69e3572d1ee8e8e6e1991fd07f87a96c48746d (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=4e1bbde013bae26b550a047baa8c6b999d811f23

commit 4e1bbde013bae26b550a047baa8c6b999d811f23
Author: Doug Evans <dje@google.com>
Date:   Mon Oct 13 12:24:54 2014 -0700

    Remove some code duplication in py-objfile.c, py-progspace.c.
    
    gdb/ChangeLog:
    
    	* py-objfile.c (objfpy_initialize): New function.
    	(objfpy_new, objfile_to_objfile_object): Call it.
    	* py-progspace.c (pspy_initialize): New function.
    	(pspy_new, pspace_to_pspace_object): Call it.

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

Summary of changes:
 gdb/ChangeLog             |    7 ++++
 gdb/python/py-objfile.c   |   82 +++++++++++++++++---------------------------
 gdb/python/py-progspace.c |   81 +++++++++++++++++---------------------------
 3 files changed, 70 insertions(+), 100 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]