[Lldb-commits] [lldb] [lldb] do not show misleading error when there is no frame (PR #119103)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Mon Dec 9 01:31:00 PST 2024
DavidSpickett wrote:
Thanks for not ignoring the formatter - but - please remove the formatting changes in this case because it's obscuring the actual change. When changing existing code like this, we often ignore the formatter for this reason.
Also, I'm not sure this is any better. I guess that `br list` is evaluated as an expression by default and that `'br list` is the escape character to say "execute this as a command".
So if the target were running, `expr br list` would indeed fail with `can't evaluate expressions when the process is running.`. Are you saying that it does this even when stopped?
The lldb-dap folks (the thing inside the vscode extension) will know more about this, they'll be able to judge better than me.
https://github.com/llvm/llvm-project/pull/119103
More information about the lldb-commits
mailing list