[Lldb-commits] [lldb] [lldb-dap] Add: show return value on step out (PR #106907)

via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 12 18:20:26 PST 2025


================
@@ -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


More information about the lldb-commits mailing list