[Lldb-commits] [lldb] [llvm] [lldb][FreeBSD][AArch64] Enable register field detection (PR #85058)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Wed Jun 12 01:51:45 PDT 2024
DavidSpickett wrote:
Rebased so that commit #1 here is https://github.com/llvm/llvm-project/pull/95125.
> It looks like svcr is for SME & mte_ctrl is for MTE. Neither of these are currently supported in FreeBSD. When they are supported the appropriate HWCAP flags (and ID_AA64* registers) will be set to tell userspace it can use them.
Which will address this point.
So the second commit is now the changes for review.
https://github.com/llvm/llvm-project/pull/85058
More information about the lldb-commits
mailing list