[Lldb-commits] [PATCH] D138259: Add the ability to see when a type in incomplete.
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Nov 18 15:20:33 PST 2022
clayborg added a comment.
The next step for this is to modify the ValueObject::MaybeCalculateCompleteType() to see if we get a type that has been forcefully completed and if it has, replace it with the real type. But that will require that Module::FindFirstType() works reliably and it currently doesn't (fix for this issue is in this patch: https://reviews.llvm.org/D137900).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138259/new/
https://reviews.llvm.org/D138259
More information about the lldb-commits
mailing list