This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/gdb.
from 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 new a69599e68b Fix possible Cygwin build problem new 94ea6ddb94 Don't call QUIT in read_string new 3b1bdd53b5 Rename read_string new 9da74023eb Remove the byte order parameter to target_read_string new b17c7ab380 Move target_read_string to target/target.c new 44ac251ad2 Share handle_ms_vc_exception with gdbserver new 42a5971407 Implement thread_name for gdbserver new 1ea519ec19 Set the worker thread name on Windows new 8bbdbd6985 Use GetThreadDescription on Windows new 1a7c41d5ec Ignore 0,0 entries in .debug_aranges
The 10 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: gdb/Makefile.in | 2 +- gdb/c-lang.c | 4 +- gdb/configure | 19 +-- gdb/doc/python.texi | 62 +++---- gdb/dwarf2/cooked-index.h | 2 - gdb/dwarf2/read.c | 11 +- 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.dwarf2/calling-convention.exp | 4 +- .../gdb.dwarf2/locexpr-data-member-location.exp | 3 + gdb/valprint.c | 175 +------------------ gdb/valprint.h | 6 - gdb/windows-nat.c | 46 +---- gdbserver/Makefile.in | 2 + gdbserver/configure | 19 +-- gdbserver/win32-low.cc | 18 +- gdbserver/win32-low.h | 2 + gdbsupport/common.m4 | 31 ++-- gdbsupport/configure | 19 +-- gdbsupport/thread-pool.cc | 74 +++++++- gdbsupport/thread-pool.h | 4 +- 26 files changed, 500 insertions(+), 366 deletions(-) create mode 100644 gdb/target/target.c