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_check_gcc/master-arm in repository toolchain/ci/binutils-gdb.
from a58577878b RISC-V: Removed the redundant NULL pointer check in the risc [...] adds 7dca2ea7ff gdb: rename target_waitstatus_to_string to target_waitstatus [...] adds 06de25b7af gdb: introduce target_waitkind_str, use it in target_waitsta [...] adds c272a98cbf gdb: pass more const target_waitstatus by reference
No new revisions were added by this update.
Summary of changes: gdb/break-catch-sig.c | 6 +-- gdb/break-catch-syscall.c | 8 ++-- gdb/breakpoint.c | 52 +++++++++++------------ gdb/breakpoint.h | 10 ++--- gdb/gnu-nat.c | 2 +- gdb/infrun.c | 75 +++++++++++++++++----------------- gdb/infrun.h | 2 +- gdb/record-btrace.c | 4 +- gdb/remote.c | 36 ++++++++-------- gdb/target-debug.h | 4 +- gdb/target/waitstatus.c | 72 ++++++++++++-------------------- gdb/target/waitstatus.h | 60 ++++++++++++++++++++++++--- gdb/unittests/common-utils-selftests.c | 7 +++- gdbserver/linux-low.cc | 10 ++--- gdbserver/remote-utils.cc | 45 ++++++++++---------- gdbserver/remote-utils.h | 2 +- gdbserver/server.cc | 37 ++++++++--------- gdbsupport/common-utils.cc | 8 +++- gdbsupport/common-utils.h | 4 +- 19 files changed, 233 insertions(+), 211 deletions(-)