This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 07dca93f3b Automatic date update in version.in new ea3b06874c Rationalize "backtrace" command line parsing new 1cf7e64086 Change backtrace_command_1 calling to use flags new 978d6c756f Allow hiding of some filtered frames new 63283d4a29 Remove EXT_LANG_BT_COMPLETED new 7a630bc2f9 Avoid manual resource management in py-framefilter.c new 92256134f3 Allow C-c to work in backtrace in more cases new 4ca59a9f36 Throw a "quit" on a KeyboardException in py-framefilter.c new fb7eb8b582 Move some code later in backtrace_command_1 new 1f111921a0 Return EXT_LANG_BT_ERROR in one more spot in py-framefilter.c new eb68e48764 Call wrap_hint in one more spot in py-framefilter.c new 9507b29c0a Improve "backtrace" help text new 76c939acfd Simplify exception handling in py-framefilter.c new 675015399b Remove verbose code from backtrace command
The 13 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gdb/ChangeLog | 81 ++++ gdb/doc/ChangeLog | 9 + gdb/doc/gdb.texinfo | 66 +-- gdb/extension.h | 9 +- gdb/python/py-framefilter.c | 645 +++++++++------------------- gdb/stack.c | 173 +++----- gdb/testsuite/ChangeLog | 11 + gdb/testsuite/gdb.python/py-framefilter.exp | 9 + gdb/testsuite/gdb.python/py-framefilter.py | 6 +- 9 files changed, 428 insertions(+), 581 deletions(-)