================ @@ -663,6 +663,41 @@ def do_test_indexedVariables(self, enableSyntheticChildDebugging: bool): ]["variables"] self.verify_variables(verify_children, children) + def test_return_variables(self): ---------------- jimingham wrote:
Might be better to split this test into a "scalar return" test, and a "memory return" test. Except on systems that never return in registers (x86) we can always get scalar returns. It's on ly memory returns that are hard. 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