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-arm in repository toolchain/ci/gdb.
from 0ca813c3d5 Automatic date update in version.in adds a96eadd871 gdb: only include mips and riscv targets if building with 64 [...] adds 8b8b05a454 gdb: have mips_nbsd_nat_target inherit from nbsd_nat_target adds 200fd2874d gdb: make post_startup_inferior a virtual method on inf_ptra [...] adds f24791b72e gdbserver: introduce scoped_restore_current_thread and switc [...] adds 24583e45ef gdbserver: replace direct assignments to current_thread adds 20ac1cdb8c gdbserver/linux-low: replace direct assignment to current_thread adds 7eb1526a80 gdb: update gdb-gdb.py.in for latest changes to struct field
No new revisions were added by this update.
Summary of changes: gdb/Makefile.in | 22 +-- gdb/aarch64-linux-nat.c | 2 +- gdb/fbsd-nat.c | 2 +- gdb/fbsd-nat.h | 5 +- gdb/gdb-gdb.py.in | 18 ++- gdb/inf-child.c | 7 - gdb/inf-child.h | 2 - gdb/inf-ptrace.c | 2 +- gdb/inf-ptrace.h | 11 ++ gdb/linux-nat.c | 2 + gdb/linux-nat.h | 6 +- gdb/mips-netbsd-nat.c | 3 +- gdb/netbsd-nat.c | 2 +- gdb/netbsd-nat.h | 4 +- gdb/obsd-nat.c | 2 + gdb/obsd-nat.h | 5 +- gdb/rs6000-aix-nat.c | 5 + gdb/target-delegates.c | 23 ---- gdb/target.c | 8 -- gdb/target.h | 14 -- .../cast-call.c => gdb.gdb/python-helper.cc} | 25 ++-- gdb/testsuite/gdb.gdb/python-helper.exp | 153 +++++++++++++++++++-- gdb/x86-linux-nat.c | 2 + gdb/x86-linux-nat.h | 7 +- gdbserver/gdbthread.h | 22 +++ gdbserver/inferiors.cc | 31 ++++- gdbserver/linux-low.cc | 120 ++++++---------- gdbserver/linux-x86-low.cc | 6 +- gdbserver/mem-break.cc | 15 +- gdbserver/netbsd-low.cc | 2 +- gdbserver/proc-service.cc | 7 +- gdbserver/regcache.cc | 10 +- gdbserver/remote-utils.cc | 5 +- gdbserver/server.cc | 13 +- gdbserver/target.cc | 4 +- gdbserver/thread-db.cc | 14 +- gdbserver/tracepoint.cc | 8 +- gdbserver/win32-low.cc | 6 +- 38 files changed, 347 insertions(+), 248 deletions(-) copy gdb/testsuite/{gdb.base/cast-call.c => gdb.gdb/python-helper.cc} (84%)