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


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  faa42425cb1f5cd279fc8c91d0b75d37853a128a (commit)
      from  0d41ba00c60b5e0b66895cfa56c1db137a9345d8 (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=faa42425cb1f5cd279fc8c91d0b75d37853a128a

commit faa42425cb1f5cd279fc8c91d0b75d37853a128a
Author: Doug Evans <xdje42@gmail.com>
Date:   Sat Sep 6 09:15:44 2014 -0700

    PR 15276: Add $_caller_is, $_caller_matches, $_any_caller_is, $_any_caller_matches
    
    gdb/ChangeLog:
    
    	PR 15276
    	* NEWS: Mention $_caller_is, $_caller_matches, $_any_caller_is,
    	$_any_caller_matches.
    	* data-directory/Makefile.in (PYTHON_FILE_LIST): Add caller_is.py.
    	* python/lib/gdb/function/caller_is.py: New file.
    
    gdb/testsuite/ChangeLog:
    
    	PR 15276
    	* gdb.python/py-caller-is.c: New file.
    	* gdb.python/py-caller-is.exp: New file.
    
    gdb/doc/ChangeLog:
    
    	PR 15276
    	* gdb.texinfo (Convenience Funs): Document $_caller_is,
    	$_caller_matches, $_any_caller_is, $_any_caller_matches.

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

Summary of changes:
 gdb/ChangeLog                             |    8 ++
 gdb/NEWS                                  |    7 ++
 gdb/data-directory/Makefile.in            |    1 +
 gdb/doc/ChangeLog                         |    6 +
 gdb/doc/gdb.texinfo                       |   64 ++++++++++++
 gdb/python/lib/gdb/function/caller_is.py  |  160 +++++++++++++++++++++++++++++
 gdb/testsuite/ChangeLog                   |    6 +
 gdb/testsuite/gdb.python/py-caller-is.c   |   41 ++++++++
 gdb/testsuite/gdb.python/py-caller-is.exp |   73 +++++++++++++
 9 files changed, 366 insertions(+), 0 deletions(-)
 create mode 100644 gdb/python/lib/gdb/function/caller_is.py
 create mode 100644 gdb/testsuite/gdb.python/py-caller-is.c
 create mode 100644 gdb/testsuite/gdb.python/py-caller-is.exp


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]