Together, these allow lldb-pdbdump to list all the modules from a PDB using a native reader (rather than DIA).
Note that I'll probably be specializing NativeRawSymbol in a subsequent patch.
|  Differential  D30956  
Introduce NativeEnumModules and NativeCompilandSymbol Authored by amccarth on Mar 14 2017, 3:12 PM. 
Details Together, these allow lldb-pdbdump to list all the modules from a PDB using a native reader (rather than DIA). Note that I'll probably be specializing NativeRawSymbol in a subsequent patch. 
Diff Detail Event TimelineComment Actions Added a -native option to the llvm-pdbdump pretty subcommand to select the reader, and added a test that checks the compilands list it produces. Note that the -native option is not yet ready for usage beyond enumerating the compilands. 
 
 
 
 Comment Actions Addresses the header line mistakes caught by inglorion and re-words the comment on the mappings for getName and getLibraryName methods. Comment Actions lgtm2 
 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
The line wraps here, need to find a way to make it shorter.