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 80d49d6a1b8 RISC-V : Support bitmanip-0.93 ZBA/ZBB/ZBC instructions new f302f9e26e8 gdb/testsuite: squash duplicate test names in gdb.threads/*.exp new 7807d76a1cc gdb/python: fix FrameDecorator regression on Python 2
The 2 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 | 5 ++ gdb/python/py-framefilter.c | 6 ++- gdb/testsuite/ChangeLog | 26 +++++++++ .../py-framefilter-addr.c} | 23 ++++---- gdb/testsuite/gdb.python/py-framefilter-addr.exp | 61 +++++++++++++++++++++ ...filter-invalidarg.py => py-framefilter-addr.py} | 33 +++++------- gdb/testsuite/gdb.threads/execl.exp | 11 ++-- gdb/testsuite/gdb.threads/print-threads.exp | 62 +++++++++++----------- gdb/testsuite/gdb.threads/queue-signal.exp | 12 +++-- .../signal-command-multiple-signals-pending.exp | 6 ++- gdb/testsuite/lib/gdb.exp | 2 +- gdb/testsuite/lib/prelink-support.exp | 12 +++-- 12 files changed, 180 insertions(+), 79 deletions(-) copy gdb/testsuite/{gdb.base/cast-call.c => gdb.python/py-framefilter-addr.c} (83%) create mode 100644 gdb/testsuite/gdb.python/py-framefilter-addr.exp copy gdb/testsuite/gdb.python/{py-framefilter-invalidarg.py => py-framefilter-addr [...]