This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-check_binutils in repository toolchain/ci/binutils-gdb.
from 80d49d6a1b RISC-V : Support bitmanip-0.93 ZBA/ZBB/ZBC instructions adds f302f9e26e gdb/testsuite: squash duplicate test names in gdb.threads/*.exp adds 7807d76a1c gdb/python: fix FrameDecorator regression on Python 2 adds 012d442686 Fix a potential buffer overrun qwhen writing out PE aux entries. adds ee42883cff Fix potentially undefined behaviour use of strcpcy. adds 383228bc3f Fix cygwin build error adds d6bfbc3981 Re-enable the dislay of debug sections in separate debuginfo [...] adds 44266f362b Retain .debug_addr sections loaded in the main file. adds 95557f1e09 Automatic date update in version.in adds d0c99a23b2 gdb/testsuite: add test for run/attach while program is running adds f058c5210f gdb: remove unneeded argument in check_multi_target_resumption adds a1f463bedd Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 6 ++ bfd/peXXigen.c | 2 +- bfd/version.h | 2 +- binutils/ChangeLog | 14 +++ binutils/readelf.c | 9 +- gdb/ChangeLog | 15 +++ gdb/infrun.c | 2 +- gdb/python/py-framefilter.c | 6 +- gdb/testsuite/ChangeLog | 32 ++++++ gdb/testsuite/gdb.base/run-attach-while-running.c | 69 ++++++++++++ .../gdb.base/run-attach-while-running.exp | 120 +++++++++++++++++++++ gdb/testsuite/gdb.python/py-framefilter-addr.c | 40 +++++++ gdb/testsuite/gdb.python/py-framefilter-addr.exp | 61 +++++++++++ gdb/testsuite/gdb.python/py-framefilter-addr.py | 52 +++++++++ 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 ++- gdb/windows-nat.c | 2 +- include/ChangeLog | 5 + include/coff/internal.h | 4 +- ld/ChangeLog | 5 + ld/pe-dll.c | 4 +- 25 files changed, 496 insertions(+), 59 deletions(-) create mode 100644 gdb/testsuite/gdb.base/run-attach-while-running.c create mode 100644 gdb/testsuite/gdb.base/run-attach-while-running.exp create mode 100644 gdb/testsuite/gdb.python/py-framefilter-addr.c create mode 100644 gdb/testsuite/gdb.python/py-framefilter-addr.exp create mode 100644 gdb/testsuite/gdb.python/py-framefilter-addr.py