[Lldb-commits] [lldb] [lldb] do not show misleading error when there is no frame (PR #119103)
via lldb-commits
lldb-commits at lists.llvm.org
Mon Dec 9 09:53:57 PST 2024
oltolm 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?
Yes the message "can't evaluate expressions when the process is running." appeared when process was not stopped.
> In any case, please reduce this PR to just the intended changes so that it's easier to review.
Done.
> Also, feel free to commit directly to the repo formatting changes before sending out the updated PR.
Sorry, I don't get this sentence. I just push my commits to this branch / PR.
https://github.com/llvm/llvm-project/pull/119103
More information about the lldb-commits
mailing list