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-aarch64-check_binutils in repository toolchain/ci/binutils-gdb.
from b926827d44 Automatic date update in version.in adds 7790aa804e testsuite: fix whitespace problems in gdb.mi/mi-break.exp adds c33be6de41 [gdb/testsuite] Fix gdb.mi/mi-info-sources.exp for extra debug info adds f253158faf Fix a translation problem for the text generated by readelf [...] adds 0200b0feb8 Updated French translation for the binutils sub-directory adds 16e7bd3b25 [gdb/testsuite] Fix gdb.btrace/tsx.exp on system with tsx di [...] adds ef744040b4 Add the SEC_ELF_OCTETS flag to debug sections created by the [...] new c9e7dfb64f Automatic date update in version.in new bf80931081 gdb: introduce intrusive_list, make thread_info use it new 08bdefb58b gdb: make inferior_list use intrusive_list new 8b6a69b2f3 gdb: use intrusive list for step-over chain new 7846f3aa61 gdb: add setter / getter for thread_info resumed state new 1edb66d856 gdb: make thread_info::suspend private, add getters / setters new a66f729819 gdb: maintain per-process-target list of resumed threads wit [...] new 273dadf2c2 gdb: optimize check for resumed threads with pending wait st [...] new 71a2349005 gdb: optimize selection of resumed thread with pending event new 922cc93d5d gdb: maintain ptid -> thread map, optimize find_thread_ptid new 0618ae4149 gdb: optimize all_matching_threads_iterator new f148d9d334 Fix some dangling references to `netbsd-tdep`
The 12 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/version.h | 2 +- binutils/ChangeLog | 4 + binutils/po/fr.po | 5780 +++++++++++++++++----------- binutils/readelf.c | 56 +- gas/ChangeLog | 6 + gas/config/obj-elf.c | 16 + gdb/Makefile.in | 1 + gdb/ada-tasks.c | 4 +- gdb/breakpoint.c | 3 +- gdb/configure.tgt | 8 +- gdb/elf-none-tdep.c | 2 +- gdb/fbsd-tdep.c | 6 +- gdb/gcore.c | 4 +- gdb/gdb-gdb.py.in | 98 +- gdb/gdbthread.h | 192 +- gdb/infcmd.c | 33 +- gdb/inferior-iter.h | 25 +- gdb/inferior.c | 107 +- gdb/inferior.h | 30 +- gdb/inflow.c | 2 +- gdb/infrun.c | 476 ++- gdb/infrun.h | 4 +- gdb/linux-fork.c | 3 +- gdb/linux-nat.c | 12 +- gdb/linux-tdep.c | 2 +- gdb/netbsd-tdep.c | 4 +- gdb/process-stratum-target.c | 77 + gdb/process-stratum-target.h | 31 + gdb/progspace.c | 3 +- gdb/python/py-inferior.c | 2 +- gdb/record-btrace.c | 3 +- gdb/record-full.c | 3 +- gdb/regcache.c | 6 +- gdb/remote.c | 68 +- gdb/scoped-mock-context.h | 15 +- gdb/sparc-tdep.h | 2 +- gdb/testsuite/gdb.btrace/tsx.exp | 8 + gdb/testsuite/gdb.mi/mi-break.exp | 74 +- gdb/testsuite/gdb.mi/mi-info-sources.exp | 73 +- gdb/testsuite/lib/mi-support.exp | 28 + gdb/thread-iter.c | 147 +- gdb/thread-iter.h | 34 +- gdb/thread.c | 223 +- gdb/unittests/intrusive_list-selftests.c | 818 ++++ gdbsupport/intrusive_list.h | 586 +++ gdbsupport/ptid.cc | 8 + gdbsupport/ptid.h | 7 + gdbsupport/reference-to-pointer-iterator.h | 82 + 48 files changed, 6130 insertions(+), 3048 deletions(-) create mode 100644 gdb/unittests/intrusive_list-selftests.c create mode 100644 gdbsupport/intrusive_list.h create mode 100644 gdbsupport/reference-to-pointer-iterator.h