Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [CodeView/PDB] Rename a bunch of files. | Zachary Turner | 2017-01-11 | 1 | -41/+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 | -0/+1 |
| | | | | llvm-svn: 268544 | ||||
* | [llvm-pdbdump] Support dynamic load address and external symbols. | Zachary Turner | 2015-05-01 | 1 | -0/+40 |
This patch adds the --load-address command line option to llvm-pdbdump, which dumps all addresses assuming the module has loaded at the specified address. Additionally, this patch adds an option to llvm-pdbdump to support dumping of public symbols (i.e. symbols with external linkage). llvm-svn: 236342 |