aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/PDB/DIA/DIASession.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-05-06Port DebugInfoPDB over to using llvm::Error.Zachary Turner1-69/+56
2016-05-04Move pdb code into pdb namespace.Zachary Turner1-0/+1
2016-04-19[llvm-pdbdump] Print a better error message when PDB loading fails.Zachary Turner1-12/+17
2016-04-01Make DIASession work if msdia*.dll isn't registered.Nico Weber1-9/+34
2016-02-18[DebugInfoPDB] Add source / line number accessors for PDB.Zachary Turner1-0/+66
2015-05-01[llvm-pdbdump] Support dynamic load address and external symbols.Zachary Turner1-3/+11
2015-04-17[PDB] Support executables and source/line info.Zachary Turner1-0/+63
2015-02-28[llvm-pdbdump] Better error handling.Zachary Turner1-14/+31
2015-02-13Re-sort #include lines using my handy dandy ./utils/sort_includes.pyChandler Carruth1-3/+2
2015-02-10Convert std::make_unique<> to llvm::make_unique<>.Zachary Turner1-7/+7
2015-02-10Rewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.Zachary Turner1-1/+25
2015-02-10Provide DIA implementation of DebugInfoPDB.Zachary Turner1-0/+94