Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NFC: Corrects comments that were supposed to go in with earlier commit. | Adrian McCarthy | 2017-03-15 | 1 | -4/+5 |
| | | | | llvm-svn: 297887 | ||||
* | Introduce NativeEnumModules and NativeCompilandSymbol | Adrian McCarthy | 2017-03-15 | 1 | -0/+42 |
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 Revision: https://reviews.llvm.org/D30956 llvm-svn: 297883 |