[Lldb-commits] [lldb] [llvm] [lldb][FreeBSD][AArch64] Enable register field detection (PR #85058)

Andrew Turner via lldb-commits lldb-commits at lists.llvm.org
Wed May 22 09:32:17 PDT 2024


zxombie wrote:

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.

https://github.com/llvm/llvm-project/pull/85058


More information about the lldb-commits mailing list