summaryrefslogtreecommitdiff
path: root/lib/DebugInfo/PDB/DIA
AgeCommit message (Expand)Author
2017-11-16Fix my typo of PDB_TableTypeReid Kleckner
2017-11-16Fix -Wreturn-type falling off the end of a function in new DIA codeReid Kleckner
2017-11-16[DebugInfo/PDB] Adding getUndecoratedNameEx and IPDB interfaces for IDiaEnumT...Aaron Smith
2017-07-17[codeview] Fix YAML for LF_TYPESERVER2 by hoisting PDB_UniqueIdReid Kleckner
2017-06-22Make IPDBSession::getGlobalScope a non-const methodAdrian McCarthy
2017-06-08[PDB] Don't crash on /debug:fastlink PDBs.Zachary Turner
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-04-24[llvm-pdbdump] Re-write the record layout code to be more resilient.Zachary Turner
2017-04-12[llvm-pdbdump] More advanced class definition dumping.Zachary Turner
2017-02-24Implement some methods for NativeRawSymbolAdrian McCarthy
2017-02-03Properly parse the TypeServer2 record.Zachary Turner
2016-10-19Remove LLVM_NOEXCEPT and replace it with noexceptReid Kleckner
2016-10-19[pdb] Improve error messages when DIA is not found.Zachary Turner
2016-10-12Update _MSC_VER equality checks for msdiaNNN.dllReid Kleckner
2016-05-24[codeview] Add support for new type records.Zachary Turner
2016-05-24Add FIXMEs to all derived classes of std::error_category.Peter Collingbourne
2016-05-06Port DebugInfoPDB over to using llvm::Error.Zachary Turner
2016-05-04Move pdb code into pdb namespace.Zachary Turner
2016-04-19[llvm-pdbdump] Print a better error message when PDB loading fails.Zachary Turner
2016-04-18Unbreak building llvm-pdbdump on Windows after r266595.Nico Weber
2016-04-01Make DIASession work if msdia*.dll isn't registered.Nico Weber
2016-02-18[DebugInfoPDB] Add source / line number accessors for PDB.Zachary Turner
2016-02-17[DebugInfoPDB] Teach Variant to support string types.Zachary Turner
2015-05-01[llvm-pdbdump] Support dynamic load address and external symbols.Zachary Turner
2015-04-17[PDB] Support executables and source/line info.Zachary Turner
2015-02-28[llvm-pdbdump] Better error handling.Zachary Turner
2015-02-23[llvm-pdbdump] Very minor code cleanup.Zachary Turner
2015-02-23[llvm-pdbdump] Add an option to dump full class definitions.Zachary Turner
2015-02-15llvm-pdbdump: Add flags controlling the type of values to dump.Zachary Turner
2015-02-13Re-sort #include lines using my handy dandy ./utils/sort_includes.pyChandler Carruth
2015-02-13llvm-pdbdump: Add more comprehensive dumping of symbol types.Zachary Turner
2015-02-13Improve llvm-pdbdump output display.Zachary Turner
2015-02-11Temporary workaround to fix MSVC 2012 build problemsAndrew Kaylor
2015-02-10Convert std::make_unique<> to llvm::make_unique<>.Zachary Turner
2015-02-10Rewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.Zachary Turner
2015-02-10Provide DIA implementation of DebugInfoPDB.Zachary Turner