summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-pdbutil/PrettyEnumDumper.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Enable llvm-pdbutil to list enumerations using native PDB readerAdrian McCarthy2017-08-041-14/+18
| | | | | | | | | | | | | | | This extends the native reader to enable llvm-pdbutil to list the enums in a PDB and it includes a simple test. It does not yet list the values in the enumerations, which requires an actual implementation of NativeEnumSymbol::FindChildren. To exercise this code, use a command like: llvm-pdbutil pretty -native -enums foo.pdb Differential Revision: https://reviews.llvm.org/D35738 llvm-svn: 310144
* Rename llvm-pdbdump -> llvm-pdbutil.Zachary Turner2017-06-091-0/+53
This is to reflect the evolving nature of the tool as being useful for more than just dumping PDBs, as it can do many other things. Differential Revision: https://reviews.llvm.org/D34062 llvm-svn: 305106
OpenPOWER on IntegriCloud