[Lldb-commits] [lldb] [lldb][debugserver] Read/write SME registers on arm64 (PR #119171)
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Thu Dec 19 09:03:13 PST 2024
jasonmolenda wrote:
> I've taken the liberty of repeating the fact that the required APIs are not in a publicly available OS release, at the top of the PR description.
Thanks, I missed that. Yeah the unrecognized register flavor will be rejected by the thread_get_state call and we'll report the registers as unavailable on current macOSes. I've got the macOS version where it is available in the test already so I'll make the comment more explicit.
https://github.com/llvm/llvm-project/pull/119171
More information about the lldb-commits
mailing list