Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [CodeView/PDB] Rename a bunch of files. | Zachary Turner | 2017-01-11 | 1 | -63/+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 Turner | 2016-05-04 | 1 | -1/+2 |
| | | | | llvm-svn: 268544 | ||||
* | [llvm-pdbdump] Clean up method signatures. | Zachary Turner | 2015-03-01 | 1 | -15/+9 |
| | | | | llvm-svn: 230889 | ||||
* | [llvm-pdbdump] Colorize output. | Zachary Turner | 2015-02-27 | 1 | -1/+5 |
| | | | | llvm-svn: 230746 | ||||
* | [llvm-pdbdump] Fix builders again. | Zachary Turner | 2015-02-23 | 1 | -1/+1 |
| | | | | llvm-svn: 230205 | ||||
* | [llvm-pdbdump] Add an option to dump full class definitions. | Zachary Turner | 2015-02-23 | 1 | -0/+64 |
This adds the --class-definitions flag. If specified, when dumping types, instead of "class Foo" you will see the full class definition, with member functions, constructors, access specifiers. NOTE: Using this option can be very slow, as generating a full class definition requires accessing many different parts of the PDB. llvm-svn: 230203 |