PR 15276: Add $_caller_is, $_caller_matches, $_any_caller_is, $_any_caller_matches
authorDoug Evans <xdje42@gmail.com>
Sat, 6 Sep 2014 16:15:44 +0000 (09:15 -0700)
committerDoug Evans <xdje42@gmail.com>
Sat, 6 Sep 2014 16:15:44 +0000 (09:15 -0700)
commitfaa42425cb1f5cd279fc8c91d0b75d37853a128a
tree239606104986f50fe38a824610ed3fa46b7cdd7f
parent0d41ba00c60b5e0b66895cfa56c1db137a9345d8
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.
gdb/ChangeLog
gdb/NEWS
gdb/data-directory/Makefile.in
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/python/lib/gdb/function/caller_is.py [new file with mode: 0644]
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.python/py-caller-is.c [new file with mode: 0644]
gdb/testsuite/gdb.python/py-caller-is.exp [new file with mode: 0644]
This page took 0.031794 seconds and 4 git commands to generate.