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/binutils-gdb.
from a58577878b RISC-V: Removed the redundant NULL pointer check in the risc [...] new 7dca2ea7ff gdb: rename target_waitstatus_to_string to target_waitstatus [...] new 06de25b7af gdb: introduce target_waitkind_str, use it in target_waitsta [...] new c272a98cbf gdb: pass more const target_waitstatus by reference
The 3 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/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(-)