This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from a58577878b1 RISC-V: Removed the redundant NULL pointer check in the ris [...] new 7dca2ea7ff4 gdb: rename target_waitstatus_to_string to target_waitstatu [...] new 06de25b7af2 gdb: introduce target_waitkind_str, use it in target_waitst [...] new c272a98cbf5 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(-)