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 amccarth on Mar 14 2017, 3:12 PM. Authored by
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
|
This comment seems broken. It's spread over multiple lines and the opening "-*-" is missing. Is the problem here that this really didn't fit on one line? If so, since Emacs likes its magic markers on the first line, perhaps we can put the description on the second line?