This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-allmodconfig in repository toolchain/ci/binutils-gdb.
from de28a3b72e [gdb/testsuite, 2/2] Fix gdb.linespec/explicit.exp with check-read1 adds 4b5e8d19af Implement 'set print frame-info|frame-arguments presence'. adds c7e4c0a648 Test 'set print frame-info|frame-arguments presence'. adds bc4268a5d9 Document 'set print frame-info|frame-arguments presence'. adds 3d2357068b Two fixes for test suite's terminal adds e48de49be5 Automatic date update in version.in adds c620ed8866 Add Objfile.lookup_{global,static}_symbol functions adds 25ec892484 Fix misspelling (nonexistant -> nonexistent) adds 34d5c40a07 Re: Support .gnu.lto_.lto section in ELF files new b13057d9ce [gdb/testsuite] Fail in gdb_compile if nopie results in PIE [...]
The 1 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: bfd/ChangeLog | 6 + bfd/bfd-in2.h | 2 +- bfd/bfd.c | 3 + bfd/version.h | 2 +- gdb/ChangeLog | 47 ++++++++ gdb/NEWS | 22 ++++ gdb/doc/ChangeLog | 12 ++ gdb/doc/gdb.texinfo | 63 ++++++++++- gdb/doc/python.texi | 17 +++ gdb/extension.h | 5 +- gdb/frame.h | 37 ++++-- gdb/python/py-framefilter.c | 90 +++++++++++++-- gdb/python/py-objfile.c | 78 +++++++++++++ gdb/stack.c | 126 ++++++++++++++++++--- gdb/stack.h | 12 ++ gdb/testsuite/ChangeLog | 31 +++++ 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 +++++++++++- gdb/testsuite/gdb.python/py-objfile.c | 3 + gdb/testsuite/gdb.python/py-objfile.exp | 14 +++ gdb/testsuite/lib/gdb.exp | 18 +++ gdb/testsuite/lib/tuiterm.exp | 27 ++++- 24 files changed, 699 insertions(+), 51 deletions(-)