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

I am a little bit confused about something just need some clarification. 

lldb provides SBThread::GetStopReturnValue(). I am assuming on arm64, checking 
`isValid()` will be false?.

when you say scalar return test is it the one return a value in register and 
the memory returns a memory address to the variable ? 


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