Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [pdb] Dump file checksums from pdb codeview line info. | Zachary Turner | 2016-06-03 | 1 | -0/+10 |
| | | | | llvm-svn: 271622 | ||||
* | [llvm-pdbdump] Dump CodeView line information. | Zachary Turner | 2016-06-02 | 1 | -0/+20 |
| | | | | | | | | | This first pass only splits apart the records and dumps the line info kinds and binary data. Subsequent patches will parse out the binary data into more useful information and dump it in detail. llvm-svn: 271576 | ||||
* | [pdb] Parse and dump section map and section contribs | Zachary Turner | 2016-06-02 | 1 | -0/+345 |
Differential Revision: http://reviews.llvm.org/D20876 Reviewed By: rnk, ruiu llvm-svn: 271488 |