This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/ARM/morello-binutils-gdb-master in repository binutils-gdb.
from a2d62a17dd0 Fix compact printing format and sealed check new de9f6060765 Don't print parenthesis if there are no capability attributes new feb7ecf31ca Don't show extra __capability modifier new 2d13fda6b6d Adjust testcase for new CHERI printing option new 2243afcc2a3 Fix include file define. new a3eae5bec74 Add PTRACE_POKECAP request and move things to a Morello-spe [...] new d2746b652cc Handle unavailable LR/PC new c7c3ac5d096 Read capability tags from memory new 206353a755e Remove spurious newline in fault message new f5f4a6b0108 Enable Morello register set writes
The 9 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 | 72 +++++++++++++++++++ gdb/Makefile.in | 1 + gdb/aarch64-linux-nat.c | 91 ++++++++++++++++++++++--- gdb/aarch64-linux-tdep.c | 20 +++++- gdb/aarch64-tdep.c | 27 +++++--- gdb/arch-utils.c | 7 ++ gdb/arch-utils.h | 4 ++ gdb/arch/aarch64-cap-linux.h | 6 +- gdb/configure.nat | 2 +- gdb/gdbarch.c | 23 +++++++ gdb/gdbarch.h | 6 ++ gdb/gdbarch.sh | 3 + gdb/{aarch32-tdep.c => nat/aarch64-cap-linux.c} | 29 ++++---- gdb/nat/aarch64-cap-linux.h | 68 ++++++++++++++++++ gdb/nat/aarch64-linux.h | 24 ------- gdb/regcache.c | 15 +++- gdb/remote.c | 42 ++++++++++++ gdb/target-delegates.c | 28 ++++++++ gdb/target.c | 8 +++ gdb/target.h | 9 +++ gdb/testsuite/ChangeLog | 4 ++ gdb/testsuite/gdb.base/options.exp | 1 + gdb/valprint.c | 7 +- gdb/value.c | 7 ++ gdbserver/ChangeLog | 24 +++++++ gdbserver/configure.srv | 1 + gdbserver/linux-aarch64-low.cc | 75 +++++++++++++++++++- gdbserver/server.cc | 18 +++++ gdbserver/target.cc | 15 ++++ gdbserver/target.h | 8 +++ gdbsupport/ChangeLog | 5 ++ gdbsupport/capability.cc | 4 +- 32 files changed, 582 insertions(+), 72 deletions(-) copy gdb/{aarch32-tdep.c => nat/aarch64-cap-linux.c} (63%) create mode 100644 gdb/nat/aarch64-cap-linux.h