summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/Native/NativeSession.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-5/+5
* Teach `llvm-pdbutil pretty -native` about `-injected-sources`Nico Weber2019-07-161-1/+12
* 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/+5
* Revert "[PDB] Extend IPDBSession's interface to retrieve frame data"Aleksandr Urakov2018-10-221-5/+0
* [PDB] Extend IPDBSession's interface to retrieve frame dataAleksandr Urakov2018-10-221-0/+5
* [PDB] Change uint32_t to SymIndex wherever it makes sense.Zachary Turner2018-09-101-1/+1
* [PDB] Rename some files in the native reader.Zachary Turner2018-09-071-2/+2
* [PDB] Create a SymbolCache class.Zachary Turner2018-09-071-96/+21
* [PDB] Refactor the PDB symbol classes to fix a reuse bug.Zachary Turner2018-09-051-20/+15
* [DebugInfo] Common behavior for error typesAlexandre Ganea2018-08-311-1/+0
* [DebugInfoPDB] Add DIA implementations of findSymbolByRVA and findSymbolByAddrAaron Smith2018-04-101-0/+11
* [DebugInfoPDB] Add DIA implementation of findLineNumbersByRVAAaron Smith2018-03-261-0/+5
* [DebugInfoPDB] Add DIA implementation of addressForVA and addressForRVAAaron Smith2018-03-261-0/+10
* [DIA] Add IPDBSectionContrib interfaces and DIA implementationAaron Smith2018-03-221-0/+5
* [DebugInfo] Add a new method IPDBSession::findLineNumbersBySectOffsetAaron Smith2018-03-151-0/+6
* [PDB] Support dumping injected sources via the DIA reader.Zachary Turner2018-03-131-0/+5
* [PDB] Check the result of setLoadAddress()Aaron Smith2018-02-231-1/+1
* [DebugInfo/PDB] Adding getUndecoratedNameEx and IPDB interfaces for IDiaEnumT...Aaron Smith2017-11-161-0/+4
* COFF: Add type server pdb files to linkrepro tar file.Peter Collingbourne2017-10-201-8/+2
* Enable llvm-pdbutil to list enumerations using native PDB readerAdrian McCarthy2017-08-041-3/+38
* Fix non-Windows build after PDB native builtin type changeReid Kleckner2017-07-121-5/+7
* [PDB] Enable NativeSession to create symbols for built-in types on demandAdrian McCarthy2017-07-121-2/+56
* Introduce symbol cache to PDB NativeSessionAdrian McCarthy2017-06-281-2/+19
* Add IDs and clone methods to NativeRawSymbolAdrian McCarthy2017-06-221-1/+1
* Make IPDBSession::getGlobalScope a non-const methodAdrian McCarthy2017-06-221-4/+3
* [llvm-pdbdump] More advanced class definition dumping.Zachary Turner2017-04-121-2/+3
* Re-land: "Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]"Adrian McCarthy2017-03-291-2/+2
* Somehow this still breaks because of ANSI color codes in test output on Linux.Adrian McCarthy2017-03-231-2/+2
* Re-land: Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]Adrian McCarthy2017-03-231-2/+2
* Revert "Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]"Zachary Turner2017-03-171-2/+2
* Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]Adrian McCarthy2017-03-161-2/+2
* [Support] Move Stream library from MSF -> Support.Zachary Turner2017-03-021-1/+1
* [PDB] Make streams carry their own endianness.Zachary Turner2017-02-281-1/+2
* Revert r296215, "[PDB] General improvements to Stream library." and followings.NAKAMURA Takumi2017-02-251-2/+1
* [PDB] General improvements to Stream library.Zachary Turner2017-02-251-1/+2
* [PDB] Rename Stream related source files.Zachary Turner2017-02-251-1/+1
* Implement some methods for NativeRawSymbolAdrian McCarthy2017-02-241-2/+7
* [pdb] Add the ability to resolve TypeServer PDBs.Zachary Turner2017-02-161-1/+1
* NFC: Rename (PDB) RawSession to NativeSessionAdrian McCarthy2017-01-251-0/+139
OpenPOWER on IntegriCloud