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 294cb98c95a [gdb/corefiles] Sort info proc mappings table new b0196f0c87e gdb/aarch64: change target_ops::stopped_data_address API
The 1 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/NEWS | 19 +++ gdb/aarch64-fbsd-nat.c | 16 +-- gdb/aarch64-linux-nat.c | 16 +-- gdb/arm-linux-nat.c | 24 ++-- gdb/breakpoint.c | 53 +++---- gdb/doc/gdb.texinfo | 47 ++++++- gdb/ia64-linux-nat.c | 16 +-- gdb/infrun.c | 26 ++-- gdb/linux-nat.c | 9 +- gdb/linux-nat.h | 2 +- gdb/loongarch-linux-nat.c | 24 ++-- gdb/mips-linux-nat.c | 17 +-- gdb/nat/aarch64-hw-point.c | 146 +++++++------------- gdb/nat/aarch64-hw-point.h | 19 ++- gdb/nat/x86-dregs.c | 2 +- gdb/procfs.c | 24 ++-- gdb/ravenscar-thread.c | 10 +- gdb/record-full.c | 10 +- gdb/remote.c | 52 ++++--- gdb/target-debug.h | 4 + gdb/target-delegates-gen.c | 31 ++--- gdb/target.h | 25 +++- gdb/testsuite/gdb.base/watchpoint-adjacent.c | 72 ++++++++++ gdb/testsuite/gdb.base/watchpoint-adjacent.exp | 182 +++++++++++++++++++++++++ gdb/x86-linux-nat.h | 6 +- gdb/x86-nat.h | 10 +- gdbserver/linux-aarch64-low.cc | 20 ++- gdbserver/linux-arm-low.cc | 8 +- gdbserver/linux-loongarch-low.cc | 18 +-- gdbserver/linux-low.cc | 14 +- gdbserver/linux-low.h | 11 +- gdbserver/linux-mips-low.cc | 14 +- gdbserver/linux-x86-low.cc | 10 +- gdbserver/remote-utils.cc | 51 +++++-- gdbserver/server.cc | 3 + gdbserver/server.h | 5 + gdbserver/target.cc | 6 +- gdbserver/target.h | 6 +- gdbserver/win32-low.cc | 8 +- gdbserver/win32-low.h | 2 +- 40 files changed, 696 insertions(+), 342 deletions(-) create mode 100644 gdb/testsuite/gdb.base/watchpoint-adjacent.c create mode 100644 gdb/testsuite/gdb.base/watchpoint-adjacent.exp