[Lldb-commits] [PATCH] D138259: Add the ability to see when a type in incomplete.
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 21 09:01:05 PST 2022
labath added a comment.
In D138259#3941431 <https://reviews.llvm.org/D138259#3941431>, @clayborg wrote:
> "a type should be complete but isn't and you are losing information that should have been available for you to debug".
I agree, but there are still two (or more) ways to communicate that information.
1. "this type is complete" + "actually, I'm just missing the debug info and pretending it's complete"
2. "this type is incomplete" + "it is incomplete because I am missing its debug info"
My question is which method would be more useful to the user.
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