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 add3db91823 Fix ARMv8.4 for hw watchpoint and breakpoint new d2f325df0b5 gdbserver: make thread_info non-POD new c360a4732bd gdbserver: initialize the members of lwp_info in-class new 183be222907 gdb, gdbserver: make target_waitstatus safe
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/aix-thread.c | 4 +- gdb/break-catch-sig.c | 6 +- gdb/break-catch-syscall.c | 14 +-- gdb/breakpoint.c | 22 ++--- gdb/bsd-uthread.c | 4 +- gdb/darwin-nat.c | 58 +++++------- gdb/fbsd-nat.c | 33 ++++--- gdb/gdbthread.h | 2 +- gdb/gnu-nat.c | 38 ++++---- gdb/go32-nat.c | 16 ++-- gdb/inf-child.c | 15 +-- gdb/inf-ptrace.c | 3 +- gdb/infcmd.c | 3 +- gdb/infrun.c | 189 +++++++++++++++++++------------------ gdb/infrun.h | 2 +- gdb/linux-nat.c | 69 +++++++------- gdb/linux-nat.h | 6 +- gdb/linux-thread-db.c | 2 +- gdb/nat/fork-inferior.c | 19 ++-- gdb/nat/windows-nat.c | 52 +++++----- gdb/netbsd-nat.c | 26 +++-- gdb/nto-procfs.c | 37 +++----- gdb/obsd-nat.c | 9 +- gdb/procfs.c | 9 +- gdb/ravenscar-thread.c | 4 +- gdb/record-btrace.c | 26 +++-- gdb/record-full.c | 36 +++---- gdb/remote-sim.c | 4 +- gdb/remote.c | 142 ++++++++++++---------------- gdb/rs6000-nat.c | 7 +- gdb/sol-thread.c | 2 +- gdb/target.c | 3 +- gdb/target/waitstatus.c | 20 ++-- gdb/target/waitstatus.h | 236 +++++++++++++++++++++++++++++++++++++++++++++- gdb/thread.c | 4 +- gdb/windows-nat.c | 30 +++--- gdbserver/gdbthread.h | 19 +++- gdbserver/inferiors.cc | 11 +-- gdbserver/linux-low.cc | 138 +++++++++++++-------------- gdbserver/linux-low.h | 49 +++++----- gdbserver/netbsd-low.cc | 50 ++++------ gdbserver/remote-utils.cc | 44 +++++---- gdbserver/server.cc | 90 +++++++++--------- gdbserver/target.cc | 14 +-- gdbserver/win32-low.cc | 40 ++++---- 45 files changed, 867 insertions(+), 740 deletions(-)