[Lldb-commits] [lldb] [lldb] Store the return ValueObject in the CommandReturnObject (PR #127566)
Adrian Vogelsgesang via lldb-commits
lldb-commits at lists.llvm.org
Tue Feb 18 03:42:28 PST 2025
vogelsgesang wrote:
Would be great if we could integrate this with `lldb-dap` right away, then we could see how this works in practice in at least one GUI.
Note that lldb-dap already exposes SBValues via the protocol when evaluating an expression. Afaict, the same logic only could also be wired with `GetReturnValue` now
https://github.com/llvm/llvm-project/pull/127566
More information about the lldb-commits
mailing list