[Lldb-commits] [lldb] [lldb] do not show misleading error when there is no frame (PR #119103)
Walter Erquinigo via lldb-commits
lldb-commits at lists.llvm.org
Mon Dec 9 09:07:16 PST 2024
walter-erquinigo wrote:
I imagine that your change does make sense, but it's really not strictly tied to lldb-dap. It's more generic and it's about what happens when the expression evaluator is invoked from SBFrame when the process is not stopped, right?
In any case, please reduce this PR to just the intended changes so that it's easier to review. Also, feel free to commit directly to the repo formatting changes before sending out the updated PR.
https://github.com/llvm/llvm-project/pull/119103
More information about the lldb-commits
mailing list