[Lldb-commits] [lldb] [lldb] Propagate ExpressionErrors from ValueObjectPrinter::GetDescriptionForDisplay (PR #152417)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 7 11:31:00 PDT 2025
jimingham wrote:
I think it would be more in line with user's expectations if, instead of directly returning maybe_string in this case, you build a new string that has:
Object Description Error:
<contents of maybe_str>
foo = 10
or something like that.
https://github.com/llvm/llvm-project/pull/152417
More information about the lldb-commits
mailing list