This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_tk1/gnu-master-arm-spec2k6-O2_LTO in repository toolchain/ci/binutils-gdb.
from 8dddb06c59 Remove dwarf2_per_cu_data::v adds a09520cdd9 gdbsupport: use result_of_t instead of result_of in parallel-for.h adds 30bf8e1ce4 gdb: use decltype instead of typeof in dwarf2/read.c adds 71bc95ed20 gdb: allocate subfile with new adds ebd4e6d017 gdb: change subfile::name and buildsym_compunit::m_comp_dir [...] adds b08c778be9 gdb: use std::vector for temporary linetable_entry array in [...] adds 558802e4d1 gdb: change subfile::line_vector to an std::vector adds a8b7a13911 gdb: fix "passing NULL to memcpy" UBsan error in dwarf2/cook [...] adds 36baf73637 Fix bug in Ada number lexing adds 1b35e577c3 Automatic date update in version.in adds 10c0005660 ubsan: member access within null pointer of union adds d095eb4e87 Tidy gdb.base/parse_number.exp adds 50b032ebc0 Make intrusive_list_node's next/prev private adds f5e7605006 binutils: enable PE on 32bit haiku build adds febb368c89 gdb: fix clang build failure in msymbol_is_mips adds 08755c5aad gdb: add ATTRIBUTE_PRINTF to complaint_interceptor::issue_complaint adds a9703116de Automatic date update in version.in adds e6f601b74d ld:LoongArch: Fix glibc fail: tst-audit25a/b. adds c641fe0dcb M68K: avoid quadratic slowdlow in label alignment check adds 75b2a443d5 [gdb/testsuite] Detect 'No MPX support' adds 11d7dd3357 gdb: fix build errors in gdbsupport/thread-pool.h used with old gcc adds c560a5fbae Let std::thread check pass even without pthreads adds df4397e378 gdb: remove move constructor and move assignment operator fr [...] adds 77d97a0a19 Reorganize Python events documentation adds 7ae6857316 Fix regression on Windows with WOW64 adds 4536b3bb61 Silence -Wmaybe-uninitialized warning from target_waitstatus adds a79fa8c5fb gdb/testsuite: Fix race in gdb.dwarf2/calling-convention.exp adds a69599e68b Fix possible Cygwin build problem adds 94ea6ddb94 Don't call QUIT in read_string adds 3b1bdd53b5 Rename read_string adds 9da74023eb Remove the byte order parameter to target_read_string adds b17c7ab380 Move target_read_string to target/target.c adds 44ac251ad2 Share handle_ms_vc_exception with gdbserver adds 42a5971407 Implement thread_name for gdbserver adds 1ea519ec19 Set the worker thread name on Windows adds 8bbdbd6985 Use GetThreadDescription on Windows adds 1a7c41d5ec Ignore 0,0 entries in .debug_aranges adds 330d63093c gdbserver/qXfer::threads, prepare_to_access_memory=>target_p [...] adds 366e3746c5 gdbserver: special case target_write_memory len==0 adds 421490af33 gdbserver/linux: Access memory even if threads are running adds 8e347faf8f gdbserver: Eliminate prepare_to_access_memory adds 64bc82adf3 Automatic date update in version.in adds 552a161c8d [gdb/testsuite] Fix gdb.go/methods.exp with check-readmore adds d4cd7e84e2 Remove WITH_SIM define
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 4 + bfd/config.bfd | 1 + bfd/elfnn-loongarch.c | 16 ++ bfd/version.h | 2 +- gas/config/tc-m68k.c | 43 +--- gas/config/tc-m68k.h | 17 ++ gdb/Makefile.in | 2 +- gdb/ada-lex.l | 4 +- gdb/buildsym.c | 195 +++++++---------- gdb/buildsym.h | 26 ++- gdb/c-lang.c | 4 +- gdb/complaints.h | 5 +- gdb/config.in | 3 - gdb/configure | 22 +- gdb/configure.ac | 1 - gdb/doc/python.texi | 62 +++--- gdb/dwarf2/cooked-index.c | 6 +- gdb/dwarf2/cooked-index.h | 2 - gdb/dwarf2/read.c | 23 +- gdb/mips-tdep.c | 2 +- gdb/nat/windows-nat.c | 87 +++++++- gdb/nat/windows-nat.h | 25 ++- gdb/target.c | 20 -- gdb/target.h | 8 - gdb/target/target.c | 190 ++++++++++++++++ gdb/target/target.h | 31 +++ gdb/target/waitstatus.h | 2 +- gdb/testsuite/gdb.ada/literals.exp | 3 + gdb/testsuite/gdb.base/parse_number.exp | 8 +- gdb/testsuite/gdb.dwarf2/calling-convention.exp | 4 +- .../gdb.dwarf2/locexpr-data-member-location.exp | 3 + gdb/testsuite/gdb.go/methods.exp | 2 +- gdb/testsuite/lib/gdb.exp | 23 ++ gdb/valprint.c | 175 +-------------- gdb/valprint.h | 6 - gdb/windows-nat.c | 46 +--- gdb/xcoffread.c | 179 +++++---------- gdbserver/Makefile.in | 2 + gdbserver/configure | 19 +- gdbserver/linux-low.cc | 239 ++++++++------------- gdbserver/linux-low.h | 11 +- gdbserver/mem-break.cc | 101 ++------- gdbserver/server.cc | 81 +++---- gdbserver/target.cc | 111 ++-------- gdbserver/target.h | 21 -- gdbserver/tracepoint.cc | 13 +- gdbserver/win32-low.cc | 18 +- gdbserver/win32-low.h | 2 + gdbsupport/common.m4 | 31 ++- gdbsupport/configure | 19 +- gdbsupport/intrusive_list.h | 13 +- gdbsupport/parallel-for.h | 6 +- gdbsupport/thread-pool.cc | 74 ++++++- gdbsupport/thread-pool.h | 4 +- ld/ldlang.c | 2 +- 55 files changed, 902 insertions(+), 1117 deletions(-) create mode 100644 gdb/target/target.c