summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-pdbdump/CompilandDumper.h
Commit message (Collapse)AuthorAgeFilesLines
* [CodeView/PDB] Rename a bunch of files.Zachary Turner2017-01-111-44/+0
| | | | | | | | | | | We were starting to get some name clashes between llvm-pdbdump and the common CodeView framework, so I took this opportunity to rename a bunch of files to more accurately describe their usage. This also helps in llvm-pdbdump to distinguish between different files and whether they are used for pretty dump mode or raw dump mode. llvm-svn: 291627
* Move pdb code into pdb namespace.Zachary Turner2016-05-041-0/+2
| | | | llvm-svn: 268544
* [llvm-pdbdump] Dump line table information.Zachary Turner2016-03-081-1/+4
| | | | | | | This patch adds the -lines command line option which will dump source/line information for each compiland and source file. llvm-svn: 262962
* [llvm-pdbdump] Clean up method signatures.Zachary Turner2015-03-011-15/+10
| | | | llvm-svn: 230889
* [llvm-pdbdump] Colorize output.Zachary Turner2015-02-271-1/+6
| | | | llvm-svn: 230746
* [llvm-pdbdump] Rewrite dumper using visitor pattern.Zachary Turner2015-02-221-0/+39
This increases the flexibility of how to dump different symbol types -- necessary for context-sensitive formatting of symbol types -- and also improves the modularity by allowing the dumping to be implemented in the actual dumper, as opposed to in the PDB library. llvm-svn: 230184
OpenPOWER on IntegriCloud