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. a0be3e44c7f510df608e4a480dd05c173ce280ce


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  a0be3e44c7f510df608e4a480dd05c173ce280ce (commit)
      from  137d04f77229e4e61098c5595a1edf70c3bc4d28 (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=a0be3e44c7f510df608e4a480dd05c173ce280ce

commit a0be3e44c7f510df608e4a480dd05c173ce280ce
Author: Doug Evans <dje@google.com>
Date:   Mon Dec 8 08:50:48 2014 -0800

    New "owner" attribute for gdb.Objfile.
    
    gdb/ChangeLog:
    
    	* NEWS: Mention gdb.Objfile.owner.
    	* python/py-objfile.c (objfpy_get_owner): New function.
    	(objfile_getset): Add "owner".
    
    gdb/doc/ChangeLog:
    
    	* python.texi (Objfiles In Python): Document Objfile.owner.
    
    gdb/testsuite/ChangeLog:
    
    	* gdb.python/py-objfile.exp: Add tests for objfile.owner.

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

Summary of changes:
 gdb/ChangeLog                           |    6 ++++++
 gdb/NEWS                                |    1 +
 gdb/doc/ChangeLog                       |    4 ++++
 gdb/doc/python.texi                     |    8 ++++++++
 gdb/python/py-objfile.c                 |   22 ++++++++++++++++++++++
 gdb/testsuite/ChangeLog                 |    4 ++++
 gdb/testsuite/gdb.python/py-objfile.exp |    6 ++++++
 7 files changed, 51 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]