================
@@ -663,6 +663,41 @@ def do_test_indexedVariables(self, 
enableSyntheticChildDebugging: bool):
         ]["variables"]
         self.verify_variables(verify_children, children)
 
+    def test_return_variables(self):
----------------
JDevlieghere wrote:

The arm64 ABI does not require restoring the memory return register value (x8) 
on exit from a function, so lldb can't reliably fetch memory return values. 
You'll need to skip this test on Darwin running on arm64. 

https://github.com/llvm/llvm-project/pull/106907
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to