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-aarch64-mainline-defconfig in repository toolchain/ci/binutils-gdb.
from 4ac31493c8 Automatic date update in version.in adds fc46e8bd35 RISC-V: Add elfNN_riscv_mkobject to initialize RISC-V tdata. adds 9d95b8e9d6 Update Swedish translation for the gas sub-directory and a n [...] new fc75c28ba1 gdb: protect some 'regcache_read_pc' calls new 7ca9b62a2b gdb/infrun: move a 'regcache_read_pc' call down to first use new 293b3ebcba gdb/infrun: extract out a code piece into 'mark_non_executin [...] new d890404b63 gdb: introduce 'all_non_exited_process_targets' and 'switch_ [...] new 6ad8291970 gdb/infrun: enable/disable thread events of all targets in s [...] new a05575d39a gdb/infrun: handle already-exited threads when attempting to stop
The 6 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 | 5 + bfd/elfnn-riscv.c | 9 + gas/ChangeLog | 4 + gas/po/sv.po | 621 ++- gdb/ChangeLog | 51 + gdb/infrun.c | 197 +- gdb/process-stratum-target.c | 25 + gdb/process-stratum-target.h | 10 + gdb/regcache.c | 18 + gdb/remote.c | 20 + gdb/testsuite/ChangeLog | 13 + gdb/testsuite/gdb.base/annota1.exp | 2 +- gdb/testsuite/gdb.cp/annota2.exp | 2 +- .../persistent-lang.cc => gdb.multi/multi-exit.c} | 0 gdb/testsuite/gdb.multi/multi-exit.exp | 134 + .../killed-outside.c => gdb.multi/multi-kill.c} | 18 +- gdb/testsuite/gdb.multi/multi-kill.exp | 127 + gdb/thread.c | 2 +- gdbsupport/ChangeLog | 5 + gdbsupport/common-regcache.h | 5 + gold/ChangeLog | 4 + gold/po/sr.po | 4217 ++++++++++++++++++++ 22 files changed, 5022 insertions(+), 467 deletions(-) copy gdb/testsuite/{gdb.base/persistent-lang.cc => gdb.multi/multi-exit.c} (100%) create mode 100644 gdb/testsuite/gdb.multi/multi-exit.exp copy gdb/testsuite/{gdb.base/killed-outside.c => gdb.multi/multi-kill.c} (77%) create mode 100644 gdb/testsuite/gdb.multi/multi-kill.exp create mode 100644 gold/po/sr.po