[Lldb-commits] [lldb] [lldb] Propagate ExpressionErrors from ValueObjectPrinter::GetDescriptionForDisplay (PR #152417)
Dave Lee via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 7 16:04:38 PDT 2025
kastiglione wrote:
> That's changing this UI to NOT print the value if the `po` expression fails for some reason.
>
> Is that your intent?
it's my intent when the failure is a _compiler reason_ – which is to make a distinction that this is a more narrow change than "some reason".
https://github.com/llvm/llvm-project/pull/152417
More information about the lldb-commits
mailing list