Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Put PDB parsing code into a pdb namespace. | Zachary Turner | 2016-04-29 | 1 | -267/+0 |
* | Refactor the PDB Stream reading interface. | Zachary Turner | 2016-04-29 | 1 | -27/+25 |
* | Fix warning in PDB code. NFC | Amaury Sechet | 2016-04-28 | 1 | -1/+1 |
* | Add parentheses to silence -Wparentheses warnings. | Zachary Turner | 2016-04-28 | 1 | -6/+6 |
* | Read the rest of the DBI substreams, and parse source info. | Zachary Turner | 2016-04-28 | 1 | -11/+124 |
* | Parse module information from DBI stream. | Zachary Turner | 2016-04-27 | 1 | -2/+18 |
* | Remove more unused variables. | Zachary Turner | 2016-04-26 | 1 | -3/+0 |
* | Fix warnings and -Werror build on clang. | Zachary Turner | 2016-04-26 | 1 | -1/+1 |
* | Parse and dump PDB DBI Stream Header Information | Zachary Turner | 2016-04-26 | 1 | -0/+143 |