[Lldb-commits] [lldb] [lldb][debugserver] Read/write SME registers on arm64 (PR #119171)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Thu Dec 12 09:20:39 PST 2024
================
@@ -0,0 +1,77 @@
+#include <mach/mach.h>
+#include <stdint.h>
+
+// define the SVE/SME/SME2 thread status structures
----------------
JDevlieghere wrote:
```suggestion
// Define the SVE/SME/SME2 thread status structures
```
https://github.com/llvm/llvm-project/pull/119171
More information about the lldb-commits
mailing list