[Lldb-commits] [lldb] [lldb-dap] Add: show return value on step out (PR #106907)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 13 05:10:36 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):
----------------
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
More information about the lldb-commits
mailing list