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. 86e4ed39595933e04a9dcbc7dec18c1056c9cbe1


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  86e4ed39595933e04a9dcbc7dec18c1056c9cbe1 (commit)
      from  7c50a93137df660f7b2d9d68c0db748a9cb7868f (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=86e4ed39595933e04a9dcbc7dec18c1056c9cbe1

commit 86e4ed39595933e04a9dcbc7dec18c1056c9cbe1
Author: Doug Evans <dje@google.com>
Date:   Thu Dec 4 12:01:22 2014 -0800

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

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

Summary of changes:
 gdb/ChangeLog                           |    6 +++++
 gdb/NEWS                                |    1 +
 gdb/doc/ChangeLog                       |    5 ++++
 gdb/doc/python.texi                     |   11 ++++++++++
 gdb/python/py-objfile.c                 |   32 +++++++++++++++++++++++++++++++
 gdb/testsuite/ChangeLog                 |    5 ++++
 gdb/testsuite/gdb.python/py-objfile.exp |   26 +++++++++++++++++++++++++
 7 files changed, 86 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]