aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/PDB/PDB.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-05-06Add missing include.Zachary Turner1-0/+1
2016-05-06Port DebugInfoPDB over to using llvm::Error.Zachary Turner1-7/+8
2016-05-04Move pdb code into pdb namespace.Zachary Turner1-6/+7
2016-04-29Put PDB parsing code into a pdb namespace.Zachary Turner1-2/+2
2016-04-25Resubmit "Refactor raw pdb dumper into library"Zachary Turner1-2/+11
2016-04-22Revert r267049, r26706[16789], r267071 - Refactor raw pdb dumper into libraryDaniel Sanders1-9/+2
2016-04-21Fix -Wreturn-type warning with HAVE_DIA_SDK is false.Zachary Turner1-0/+2
2016-04-21Refactor raw pdb dumper into libraryZachary Turner1-2/+7
2016-04-19[llvm-pdbdump] Print a better error message when PDB loading fails.Zachary Turner1-2/+2
2015-12-17Test commitDave Bartolomeo1-1/+1
2015-04-17[PDB] Support executables and source/line info.Zachary Turner1-2/+11
2015-02-28[llvm-pdbdump] Better error handling.Zachary Turner1-4/+4
2015-02-14llvm-pdbdump: Re-order header files according to LLVM style guide.Zachary Turner1-1/+4
2015-02-13Re-sort #include lines using my handy dandy ./utils/sort_includes.pyChandler Carruth1-3/+1
2015-02-10Provide DIA implementation of DebugInfoPDB.Zachary Turner1-0/+8
2015-02-06Resubmit "Create lib/DebugInfo/PDB" (r228428)Zachary Turner1-0/+21
2015-02-06Revert "Create lib/DebugInfo/PDB."Zachary Turner1-21/+0
2015-02-06Create lib/DebugInfo/PDB.Zachary Turner1-0/+21