[Lldb-commits] [lldb] [lldb] FormatManager::GetPossibleMatches assumes all ValueObjects have targets. (PR #93880)

via lldb-commits lldb-commits at lists.llvm.org
Fri May 31 10:41:49 PDT 2024


jimingham wrote:

> LGTM assuming you can make the formatter happy.

This change says "If a ValueObject has no target, don't try to find a formatter for it".  If it doesn't have a target, it's either an error or stale, and isn't going to have a value to format, so any more work we did here would be pointless.

https://github.com/llvm/llvm-project/pull/93880


More information about the lldb-commits mailing list