summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/DebugInfo/PDB
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* PDB HashTable: Move TraitsT from class parameter to the methods that need itNico Weber2019-07-121-54/+65
* [PDB] Fix hash function used to write /src/headerblockNico Weber2019-04-291-5/+19
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-194-16/+12
* 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
* Introduce explicit add_unittest_with_input_files target for tests that use ll...Nico Weber2018-09-141-1/+1
* [PDB] Change uint32_t to SymIndex wherever it makes sense.Zachary Turner2018-09-101-1/+1
* Quick fix for -DBUILD_SHARED_LIBS=on build after rL341502Fangrui Song2018-09-061-3/+5
* Fix a warning.Zachary Turner2018-09-061-1/+1
* [PDB] Refactor the PDB symbol classes to fix a reuse bug.Zachary Turner2018-09-053-0/+129
* Inline a few CMake variables into their only uses.Nico Weber2018-05-141-5/+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
* [PDB] Don't ignore bucket 0 when writing the PDB string table.Zachary Turner2018-03-211-11/+37
* HashTableTest: squelch some "comparison of integers of different signs" warningsPavel Labath2018-03-161-9/+9
* Fix structure alignment issue.Zachary Turner2018-03-151-4/+0
* Refactor the PDB HashTable class.Zachary Turner2018-03-151-45/+100
* [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
* Silence an unsigned vs signed compare warning.Eric Christopher2018-02-161-7/+7
* Fix emission of PDB string table.Zachary Turner2018-02-161-0/+41
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-1/+1
* [DebugInfo/PDB] Adding getUndecoratedNameEx and IPDB interfaces for IDiaEnumT...Aaron Smith2017-11-161-0/+9
* [MSF] Move MSF unit tests to their own unittest target.Zachary Turner2017-08-023-862/+0
* [pdbutil] Add a command to dump the FPM.Zachary Turner2017-08-021-1/+0
* [codeview] Remove TypeServerHandler and PDBTypeServerHandlerReid Kleckner2017-07-172-185/+1
* Make IPDBSession::getGlobalScope a non-const methodAdrian McCarthy2017-06-221-3/+1
* Don't include TestingSupport in LLVM_LINK_COMPONENTS.Zachary Turner2017-06-141-1/+2
* [gtest] Create a shared include directory for gtest utilities.Zachary Turner2017-06-147-195/+148
* [PDB] Fix use after free.Zachary Turner2017-06-031-35/+70
* Fix a bug in MappedBlockStream.Zachary Turner2017-05-251-26/+25
* [CodeView] Simplify the use of visiting type records & streams.Zachary Turner2017-05-171-10/+10
* Delete dead function causing compilation failure.Zachary Turner2017-05-031-6/+0
* [llvm-readobj] Update readobj to re-use parsing code.Zachary Turner2017-05-032-6/+25
* Resubmit r301986 and r301987 "Add codeview::StringTable"Zachary Turner2017-05-031-2/+2
* Revert r301986 (and subsequent r301987).Daniel Jasper2017-05-031-2/+2
* Make codeview::StringTable.Zachary Turner2017-05-021-2/+2
* Rename pdb::StringTable -> pdb::PDBStringTable.Zachary Turner2017-05-021-4/+4
* [llvm-pdbdump] More advanced class definition dumping.Zachary Turner2017-04-121-1/+2
* [Support] Move Stream library from MSF -> Support.Zachary Turner2017-03-025-721/+10
* Re-enable BinaryStreamTest.StreamReaderObject.Zachary Turner2017-03-011-10/+18
OpenPOWER on IntegriCloud