[Lldb-commits] [lldb] [lldb] Fix dwim-print to not delete non-result persistent variables (PR #85152)
Dave Lee via lldb-commits
lldb-commits at lists.llvm.org
Fri Mar 15 14:28:22 PDT 2024
kastiglione wrote:
I'll change this to scope lookup of persistent variables to the expected language.
However, there's an argument to be made that `dwim-print $my_var` should work anywhere. I think that follows the spirit of "do what I mean". Maybe in the future I'll propose that in a separate change.
https://github.com/llvm/llvm-project/pull/85152
More information about the lldb-commits
mailing list