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 45fe4a03b4 gdb: Make test names unique in gdb.base/maint.exp new a3b60e4588 aarch64: PR 19806: watchpoints: false negatives + PR 20207 c [...]
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/ChangeLog | 36 +++ gdb/NEWS | 10 + gdb/aarch64-linux-nat.c | 28 ++- gdb/common/common-utils.c | 20 ++ gdb/common/common-utils.h | 32 +++ gdb/gdbserver/ChangeLog | 6 + gdb/gdbserver/linux-aarch64-low.c | 31 ++- gdb/nat/aarch64-linux-hw-point.c | 277 ++++++++++++++++++------ gdb/nat/aarch64-linux-hw-point.h | 10 +- gdb/testsuite/ChangeLog | 7 + gdb/testsuite/gdb.base/watchpoint-unaligned.c | 96 ++++++++ gdb/testsuite/gdb.base/watchpoint-unaligned.exp | 184 ++++++++++++++++ gdb/utils.c | 16 -- gdb/utils.h | 32 --- 14 files changed, 657 insertions(+), 128 deletions(-) create mode 100644 gdb/testsuite/gdb.base/watchpoint-unaligned.c create mode 100644 gdb/testsuite/gdb.base/watchpoint-unaligned.exp