summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/DebugInfo/PDB/PDBApiTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Revert "Revert "[PDB] Extend IPDBSession's interface to retrieve frame data""Aleksandr Urakov2018-10-231-0/+4
* Revert "[PDB] Extend IPDBSession's interface to retrieve frame data"Aleksandr Urakov2018-10-221-4/+0
* [PDB] Extend IPDBSession's interface to retrieve frame dataAleksandr Urakov2018-10-221-0/+4
* Fix function signature to actually be an override.Zachary Turner2018-09-181-1/+2
* [PDB] Change uint32_t to SymIndex wherever it makes sense.Zachary Turner2018-09-101-1/+1
* [DebugInfoPDB] Add missing test for findSymbolByRVA and findSymbolByAddrAaron Smith2018-04-101-0/+9
* [DebugInfoPDB] Add DIA implementation of findLineNumbersByRVAAaron Smith2018-03-261-0/+4
* [DebugInfoPDB] Add DIA implementation of addressForVA and addressForRVAAaron Smith2018-03-261-2/+8
* [DIA] Add IPDBSectionContrib interfaces and DIA implementationAaron Smith2018-03-221-0/+5
* [DebugInfo] Add a new method IPDBSession::findLineNumbersBySectOffsetAaron Smith2018-03-151-0/+5
* Implement pure virtual method to fix build.Zachary Turner2018-03-131-0/+5
* [DebugInfoPDB] Add DIA implementation for getSrcLineOnTypeDefnAaron Smith2018-03-071-0/+5
* [PDB] Check the result of setLoadAddress()Aaron Smith2018-02-231-1/+1
* [PDB] Add missing override to silence buildbotsAaron Smith2018-02-221-1/+1
* [PDB] Implement more find methods for PDB symbolsAaron Smith2018-02-221-0/+34
* [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-3/+1
* [llvm-pdbdump] More advanced class definition dumping.Zachary Turner2017-04-121-1/+2
* Fix unit tests after r296049.Adrian McCarthy2017-02-241-1/+1
* Fix build of DebugInfoPDBTests.Zachary Turner2016-05-041-0/+1
* [DebugInfoPDB] Add source / line number accessors for PDB.Zachary Turner2016-02-181-0/+26
* Fix compilation of PDBApiTest.Zachary Turner2015-05-011-1/+1
* [PDB] Support executables and source/line info.Zachary Turner2015-04-171-0/+10
* [llvm-pdbdump] Very minor code cleanup.Zachary Turner2015-02-231-1/+1
* Fix the build, I forgot to check that UnitTests still built.Zachary Turner2015-02-131-0/+3
* Fix warning due to unused private member variable.Zachary Turner2015-02-111-4/+3
* Convert std::make_unique<> to llvm::make_unique<>.Zachary Turner2015-02-101-2/+2
* Add missing function and header include.Zachary Turner2015-02-101-0/+5
* Rewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.Zachary Turner2015-02-101-15/+15
* Fix build due to mismatched function signatures.Zachary Turner2015-02-101-2/+5
* DebugInfoPDB: Make the symbol base case hold an IPDBSession ref.Zachary Turner2015-02-081-8/+29
* Some cleanup for libpdb.Zachary Turner2015-02-081-6/+2
* Consistently use override rather than virtual.Chandler Carruth2015-02-071-8/+8
* Change RHS-style decltype to LHS-style decltype<declval()>.Zachary Turner2015-02-071-1/+2
* Resubmit unittests for DebugInfoPDB.Zachary Turner2015-02-071-0/+359
* Revert "Create lib/DebugInfo/PDB."Zachary Turner2015-02-061-349/+0
* Create lib/DebugInfo/PDB.Zachary Turner2015-02-061-0/+349
OpenPOWER on IntegriCloud