Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [llvm-pdbdump] Print a better error message when PDB loading fails. | Zachary Turner | 2016-04-19 | 1 | -12/+17 |
* | Make DIASession work if msdia*.dll isn't registered. | Nico Weber | 2016-04-01 | 1 | -9/+34 |
* | [DebugInfoPDB] Add source / line number accessors for PDB. | Zachary Turner | 2016-02-18 | 1 | -0/+66 |
* | [llvm-pdbdump] Support dynamic load address and external symbols. | Zachary Turner | 2015-05-01 | 1 | -3/+11 |
* | [PDB] Support executables and source/line info. | Zachary Turner | 2015-04-17 | 1 | -0/+63 |
* | [llvm-pdbdump] Better error handling. | Zachary Turner | 2015-02-28 | 1 | -14/+31 |
* | Re-sort #include lines using my handy dandy ./utils/sort_includes.py | Chandler Carruth | 2015-02-13 | 1 | -3/+2 |
* | Convert std::make_unique<> to llvm::make_unique<>. | Zachary Turner | 2015-02-10 | 1 | -7/+7 |
* | Rewrite llvm-pdbdump in terms of LLVMDebugInfoPDB. | Zachary Turner | 2015-02-10 | 1 | -1/+25 |
* | Provide DIA implementation of DebugInfoPDB. | Zachary Turner | 2015-02-10 | 1 | -0/+94 |