This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-15-branch in repository binutils-gdb.
from 3e61e9a5271 Automatic date update in version.in new 8215789c478 gdb/aarch64: Disable displaced single-step for MOPS instructions new 8fb41483be6 gdb/aarch64: Add record support for MOPS instructions. new 3504ea29464 gdb/testsuite: Add gdb.arch/aarch64-mops-watchpoint.exp
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/aarch64-tdep.c | 77 ++++++++- gdb/testsuite/gdb.arch/aarch64-mops-single-step.c | 73 ++++++++ .../gdb.arch/aarch64-mops-single-step.exp | 98 +++++++++++ gdb/testsuite/gdb.arch/aarch64-mops-watchpoint.c | 66 ++++++++ gdb/testsuite/gdb.arch/aarch64-mops-watchpoint.exp | 79 +++++++++ gdb/testsuite/gdb.reverse/aarch64-mops.c | 78 +++++++++ gdb/testsuite/gdb.reverse/aarch64-mops.exp | 186 +++++++++++++++++++++ gdb/testsuite/lib/gdb.exp | 99 +++++++++++ 8 files changed, 753 insertions(+), 3 deletions(-) create mode 100644 gdb/testsuite/gdb.arch/aarch64-mops-single-step.c create mode 100644 gdb/testsuite/gdb.arch/aarch64-mops-single-step.exp create mode 100644 gdb/testsuite/gdb.arch/aarch64-mops-watchpoint.c create mode 100644 gdb/testsuite/gdb.arch/aarch64-mops-watchpoint.exp create mode 100644 gdb/testsuite/gdb.reverse/aarch64-mops.c create mode 100644 gdb/testsuite/gdb.reverse/aarch64-mops.exp