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 de28a3b72e [gdb/testsuite, 2/2] Fix gdb.linespec/explicit.exp with check-read1 new 4b5e8d19af Implement 'set print frame-info|frame-arguments presence'. new c7e4c0a648 Test 'set print frame-info|frame-arguments presence'. new bc4268a5d9 Document 'set print frame-info|frame-arguments presence'.
The 3 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 | 40 +++++++ gdb/NEWS | 19 ++++ gdb/doc/ChangeLog | 7 ++ gdb/doc/gdb.texinfo | 63 ++++++++++- gdb/extension.h | 5 +- gdb/frame.h | 37 ++++-- gdb/python/py-framefilter.c | 90 +++++++++++++-- gdb/stack.c | 126 ++++++++++++++++++--- gdb/stack.h | 12 ++ gdb/testsuite/ChangeLog | 14 +++ gdb/testsuite/gdb.base/frame-args.exp | 60 ++++++++++ gdb/testsuite/gdb.base/options.exp | 1 + .../gdb.python/py-framefilter-invalidarg.exp | 2 +- gdb/testsuite/gdb.python/py-framefilter.exp | 72 +++++++++++- 14 files changed, 500 insertions(+), 48 deletions(-)