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. 6dddd6a5747532ef6e9703432c51680011df4e8d


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  6dddd6a5747532ef6e9703432c51680011df4e8d (commit)
      from  f161c17134bdfa5f5e72d7afb7dfccf5599a67e1 (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=6dddd6a5747532ef6e9703432c51680011df4e8d

commit 6dddd6a5747532ef6e9703432c51680011df4e8d
Author: Doug Evans <dje@google.com>
Date:   Fri Dec 12 09:48:13 2014 -0800

    New python function gdb.lookup_objfile.
    
    gdb/ChangeLog:
    
    	* NEWS: Mention gdb.lookup_objfile.
    	* python/python.c (GdbMethods): Add lookup_objfile.
    	* python/python-internal.h (gdbpy_lookup_objfile): Declare.
    	* python/py-objfile.c: #include "symtab.h".
    	(objfpy_build_id_ok, objfpy_build_id_matches): New functions.
    	(objfpy_lookup_objfile_by_name): New function.
    	(objfpy_lookup_objfile_by_build_id): New function.
    	(gdbpy_lookup_objfile): New function.
    
    gdb/doc/ChangeLog:
    
    	* python.texi (Objfiles In Python): Document gdb.lookup_objfile.
    
    gdb/testsuite/ChangeLog:
    
    	* lib/gdb-python.exp (get_python_valueof): New function.
    	* gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.

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

Summary of changes:
 gdb/ChangeLog                           |   11 +++
 gdb/NEWS                                |    1 +
 gdb/doc/ChangeLog                       |    4 +
 gdb/doc/python.texi                     |   21 +++++
 gdb/python/py-objfile.c                 |  142 +++++++++++++++++++++++++++++++
 gdb/python/python-internal.h            |    1 +
 gdb/python/python.c                     |    8 ++
 gdb/testsuite/ChangeLog                 |    5 +
 gdb/testsuite/gdb.python/py-objfile.exp |   24 +++++-
 gdb/testsuite/lib/gdb-python.exp        |   21 +++++
 10 files changed, 237 insertions(+), 1 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]