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 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 [...] adds fc75c28ba1 gdb: protect some 'regcache_read_pc' calls adds 7ca9b62a2b gdb/infrun: move a 'regcache_read_pc' call down to first use adds 293b3ebcba gdb/infrun: extract out a code piece into 'mark_non_executin [...] adds d890404b63 gdb: introduce 'all_non_exited_process_targets' and 'switch_ [...] adds 6ad8291970 gdb/infrun: enable/disable thread events of all targets in s [...] adds a05575d39a gdb/infrun: handle already-exited threads when attempting to stop adds 971a374783 [gdb/testsuite] Split up multi-exec test-cases adds 02eba61aa6 [gdb/testsuite] Fix gdb.fortran/nested-funcs-2.exp with gdbserver
No new revisions were added by this update.
Summary of changes: 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 | 43 + gdb/testsuite/gdb.base/align-c++.exp | 27 + gdb/testsuite/gdb.base/align-c.exp | 23 + gdb/testsuite/gdb.base/{align.exp => align.exp.in} | 26 +- gdb/testsuite/gdb.base/annota1.exp | 2 +- .../gdb.base/infcall-nested-structs-c++.exp | 24 + .../gdb.base/infcall-nested-structs-c.exp | 20 + ...d-structs.exp => infcall-nested-structs.exp.in} | 27 +- gdb/testsuite/gdb.base/info-types-c++.exp | 22 + gdb/testsuite/gdb.base/info-types-c.exp | 18 + .../gdb.base/{info-types.exp => info-types.exp.in} | 21 +- gdb/testsuite/gdb.base/max-depth-c++.exp | 22 + gdb/testsuite/gdb.base/max-depth-c.exp | 18 + .../gdb.base/{max-depth.exp => max-depth.exp.in} | 21 +- gdb/testsuite/gdb.cp/annota2.exp | 2 +- gdb/testsuite/gdb.cp/infcall-nodebug-c++-d0.exp | 25 + gdb/testsuite/gdb.cp/infcall-nodebug-c++-d1.exp | 25 + gdb/testsuite/gdb.cp/infcall-nodebug-c-d0.exp | 21 + gdb/testsuite/gdb.cp/infcall-nodebug-c-d1.exp | 21 + ...{infcall-nodebug.exp => infcall-nodebug.exp.in} | 26 +- gdb/testsuite/gdb.fortran/nested-funcs-2.exp | 2 +- .../persistent-lang.cc => gdb.multi/multi-exit.c} | 0 gdb/testsuite/gdb.multi/multi-exit.exp | 134 + gdb/testsuite/gdb.multi/multi-kill.c | 42 + 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 ++++++++++++++++++++ 38 files changed, 5350 insertions(+), 568 deletions(-) create mode 100644 gdb/testsuite/gdb.base/align-c++.exp create mode 100644 gdb/testsuite/gdb.base/align-c.exp rename gdb/testsuite/gdb.base/{align.exp => align.exp.in} (87%) create mode 100644 gdb/testsuite/gdb.base/infcall-nested-structs-c++.exp create mode 100644 gdb/testsuite/gdb.base/infcall-nested-structs-c.exp rename gdb/testsuite/gdb.base/{infcall-nested-structs.exp => infcall-nested-struct [...] create mode 100644 gdb/testsuite/gdb.base/info-types-c++.exp create mode 100644 gdb/testsuite/gdb.base/info-types-c.exp rename gdb/testsuite/gdb.base/{info-types.exp => info-types.exp.in} (90%) create mode 100644 gdb/testsuite/gdb.base/max-depth-c++.exp create mode 100644 gdb/testsuite/gdb.base/max-depth-c.exp rename gdb/testsuite/gdb.base/{max-depth.exp => max-depth.exp.in} (94%) create mode 100644 gdb/testsuite/gdb.cp/infcall-nodebug-c++-d0.exp create mode 100644 gdb/testsuite/gdb.cp/infcall-nodebug-c++-d1.exp create mode 100644 gdb/testsuite/gdb.cp/infcall-nodebug-c-d0.exp create mode 100644 gdb/testsuite/gdb.cp/infcall-nodebug-c-d1.exp rename gdb/testsuite/gdb.cp/{infcall-nodebug.exp => infcall-nodebug.exp.in} (82%) copy gdb/testsuite/{gdb.base/persistent-lang.cc => gdb.multi/multi-exit.c} (100%) create mode 100644 gdb/testsuite/gdb.multi/multi-exit.exp create mode 100644 gdb/testsuite/gdb.multi/multi-kill.c create mode 100644 gdb/testsuite/gdb.multi/multi-kill.exp create mode 100644 gold/po/sr.po