[Lldb-commits] [lldb] [lldb] Support PtrAuth in the expression evaluator (PR #186001)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 12 03:30:37 PDT 2026
================
@@ -0,0 +1,29 @@
+import lldb
+from lldbsuite.test.decorators import *
+from lldbsuite.test.lldbtest import *
+from lldbsuite.test import lldbutil
+
+
+class TestPtrAuthFixups(TestBase):
+ @skipUnlessDarwin
+ @skipUnlessArch("arm64")
----------------
DavidSpickett wrote:
Should this be arm64**e**, or do you need another annotation to make sure of that?
https://github.com/llvm/llvm-project/pull/186001
More information about the lldb-commits
mailing list