summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/DIA/DIASession.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make IPDBSession::getGlobalScope a non-const methodAdrian McCarthy2017-06-221-1/+1
* [llvm-pdbdump] Re-write the record layout code to be more resilient.Zachary Turner2017-04-241-3/+14
* [llvm-pdbdump] More advanced class definition dumping.Zachary Turner2017-04-121-1/+1
* Implement some methods for NativeRawSymbolAdrian McCarthy2017-02-241-1/+1
* [pdb] Improve error messages when DIA is not found.Zachary Turner2016-10-191-13/+20
* Update _MSC_VER equality checks for msdiaNNN.dllReid Kleckner2016-10-121-10/+6
* Port DebugInfoPDB over to using llvm::Error.Zachary Turner2016-05-061-69/+56
* Move pdb code into pdb namespace.Zachary Turner2016-05-041-0/+1
* [llvm-pdbdump] Print a better error message when PDB loading fails.Zachary Turner2016-04-191-12/+17
* Make DIASession work if msdia*.dll isn't registered.Nico Weber2016-04-011-9/+34
* [DebugInfoPDB] Add source / line number accessors for PDB.Zachary Turner2016-02-181-0/+66
* [llvm-pdbdump] Support dynamic load address and external symbols.Zachary Turner2015-05-011-3/+11
* [PDB] Support executables and source/line info.Zachary Turner2015-04-171-0/+63
* [llvm-pdbdump] Better error handling.Zachary Turner2015-02-281-14/+31
* Re-sort #include lines using my handy dandy ./utils/sort_includes.pyChandler Carruth2015-02-131-3/+2
* Convert std::make_unique<> to llvm::make_unique<>.Zachary Turner2015-02-101-7/+7
* Rewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.Zachary Turner2015-02-101-1/+25
* Provide DIA implementation of DebugInfoPDB.Zachary Turner2015-02-101-0/+94
OpenPOWER on IntegriCloud