summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/DIA
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-153-33/+33
* 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
* llvm-pdbdump: Fix several smaller issues with injected source compression han...Nico Weber2019-07-171-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1917-68/+51
* [PDB] Fix -Wunused-private-field in DIAReid Kleckner2018-10-233-9/+7
* Revert "Revert "[PDB] Extend IPDBSession's interface to retrieve frame data""Aleksandr Urakov2018-10-233-0/+108
* Revert "[PDB] Extend IPDBSession's interface to retrieve frame data"Aleksandr Urakov2018-10-223-108/+0
* [PDB] Extend IPDBSession's interface to retrieve frame dataAleksandr Urakov2018-10-223-0/+108
* [pdb] Simplify the code by replacing a few string conversions with calls to i...Aaron Smith2018-09-285-51/+11
* [NativePDB] Add support for reading function signatures.Zachary Turner2018-09-211-1/+1
* [PDB] Better printing of builtin types when using DIA dumper.Zachary Turner2018-09-201-2/+2
* [PDB] Better support for enumerating pointer types.Zachary Turner2018-09-181-7/+33
* [PDB] Make the native reader support enumerators.Zachary Turner2018-09-171-2/+15
* Remove unused DIASession fieldReid Kleckner2018-09-142-3/+2
* [PDB] Remove all clone() methods.Zachary Turner2018-09-128-57/+0
* Re-run clang-format on one file.Zachary Turner2018-09-101-133/+184
* [PDB] Change uint32_t to SymIndex wherever it makes sense.Zachary Turner2018-09-102-13/+14
* [PDB] Support pointer types in the native reader.Zachary Turner2018-09-071-184/+124
* [PDB] Refactor the PDB symbol classes to fix a reuse bug.Zachary Turner2018-09-052-2/+2
* [DebugInfo] Common behavior for error typesAlexandre Ganea2018-08-312-31/+9
* [DebugInfoPDB] Add DIA implementations of findSymbolByRVA and findSymbolByAddrAaron Smith2018-04-101-9/+30
* [PDB] Remove dead code and run clang format; NFCAaron Smith2018-04-101-16/+7
* [DebugInfoPDB] Print the method name along with the variant valueAaron Smith2018-03-261-1/+1
* [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-223-0/+200
* [PDB] Get more DIA table enumeratorsAaron Smith2018-03-221-6/+8
* [PDB] Remove unused private variable, re-applying r327900 after relanding mor...Reid Kleckner2018-03-212-7/+4
* Revert "Resubmit "Support embedding natvis files in PDBs.""Zachary Turner2018-03-202-4/+7
* Resubmit "Support embedding natvis files in PDBs."Zachary Turner2018-03-202-7/+4
* Revert "Support embedding natvis files in PDBs."Zachary Turner2018-03-192-4/+7
* Remove an unused private variable.Zachary Turner2018-03-192-7/+4
* [DebugInfo] Add a new method IPDBSession::findLineNumbersBySectOffsetAaron Smith2018-03-151-1/+16
* [PDB] Support dumping injected sources via the DIA reader.Zachary Turner2018-03-133-0/+147
* [DebugInfoPDB] Add DIA implementation for getSrcLineOnTypeDefnAaron Smith2018-03-071-0/+10
* [PDB] Check the result of setLoadAddress()Aaron Smith2018-02-231-2/+2
* [PDB] Fix buildbot failure from missing include for DIAEnumLineNumbersAaron Smith2018-02-221-0/+1
* [PDB] Implement more find methods for PDB symbolsAaron Smith2018-02-221-0/+95
* Fix my typo of PDB_TableTypeReid Kleckner2017-11-161-1/+1
* Fix -Wreturn-type falling off the end of a function in new DIA codeReid Kleckner2017-11-161-0/+1
* [DebugInfo/PDB] Adding getUndecoratedNameEx and IPDB interfaces for IDiaEnumT...Aaron Smith2017-11-164-0/+137
* [codeview] Fix YAML for LF_TYPESERVER2 by hoisting PDB_UniqueIdReid Kleckner2017-07-171-6/+6
* Make IPDBSession::getGlobalScope a non-const methodAdrian McCarthy2017-06-221-1/+1
* [PDB] Don't crash on /debug:fastlink PDBs.Zachary Turner2017-06-081-2/+5
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-064-5/+5
* [llvm-pdbdump] Re-write the record layout code to be more resilient.Zachary Turner2017-04-242-5/+17
* [llvm-pdbdump] More advanced class definition dumping.Zachary Turner2017-04-122-1/+16
* Implement some methods for NativeRawSymbolAdrian McCarthy2017-02-241-1/+1
OpenPOWER on IntegriCloud