[Lldb-commits] [PATCH] D49410: [PDB] Parse UDT symbols and pointers to members
Zachary Turner via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 25 03:25:41 PDT 2018
zturner added a subscriber: asmith.
zturner added a comment.
When you have a DIA interface for struct S, can you just call
findChildren<PDBSymbolTypeUDT>()? Will that enumerate tge unnamed struct?
The fact that pdbutil doesn’t is only an indication of how the printing
code behaves, you shouldn’t interpret anything about what information is
available from it
https://reviews.llvm.org/D49410
More information about the lldb-commits
mailing list