summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/DIA/DIASession.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-18/+18
* Remove support for unsupported MSVC versionsJF Bastien2019-08-021-9/+1
* Revert "Remove support for unsupported MSVC versions"JF Bastien2019-08-021-1/+7
* Remove support for unsupported MSVC versionsJF Bastien2019-08-021-7/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [PDB] Fix -Wunused-private-field in DIAReid Kleckner2018-10-231-1/+1
* Revert "Revert "[PDB] Extend IPDBSession's interface to retrieve frame data""Aleksandr Urakov2018-10-231-0/+11
* Revert "[PDB] Extend IPDBSession's interface to retrieve frame data"Aleksandr Urakov2018-10-221-11/+0
* [PDB] Extend IPDBSession's interface to retrieve frame dataAleksandr Urakov2018-10-221-0/+11
* Remove unused DIASession fieldReid Kleckner2018-09-141-1/+1
* [PDB] Change uint32_t to SymIndex wherever it makes sense.Zachary Turner2018-09-101-1/+2
* [DebugInfo] Common behavior for error typesAlexandre Ganea2018-08-311-5/+4
* [DebugInfoPDB] Add DIA implementations of findSymbolByRVA and findSymbolByAddrAaron Smith2018-04-101-9/+30
* [DebugInfoPDB] Add DIA implementation of findLineNumbersByRVAAaron Smith2018-03-261-0/+9
* [DebugInfoPDB] Add DIA implementation of addressForVA and addressForRVAAaron Smith2018-03-261-0/+22
* [DIA] Add IPDBSectionContrib interfaces and DIA implementationAaron Smith2018-03-221-0/+11
* [PDB] Get more DIA table enumeratorsAaron Smith2018-03-221-6/+8
* [DebugInfo] Add a new method IPDBSession::findLineNumbersBySectOffsetAaron Smith2018-03-151-1/+16
* [PDB] Support dumping injected sources via the DIA reader.Zachary Turner2018-03-131-0/+29
* [PDB] Check the result of setLoadAddress()Aaron Smith2018-02-231-2/+2
* [DebugInfo/PDB] Adding getUndecoratedNameEx and IPDB interfaces for IDiaEnumT...Aaron Smith2017-11-161-0/+9
* 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