aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/PDB/Native/NativeSession.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-04-10[DebugInfoPDB] Add DIA implementations of findSymbolByRVA and findSymbolByAddrAaron Smith1-0/+11
2018-03-26[DebugInfoPDB] Add DIA implementation of findLineNumbersByRVAAaron Smith1-0/+5
2018-03-26[DebugInfoPDB] Add DIA implementation of addressForVA and addressForRVAAaron Smith1-0/+10
2018-03-22[DIA] Add IPDBSectionContrib interfaces and DIA implementationAaron Smith1-0/+5
2018-03-15[DebugInfo] Add a new method IPDBSession::findLineNumbersBySectOffsetAaron Smith1-0/+6
2018-03-13[PDB] Support dumping injected sources via the DIA reader.Zachary Turner1-0/+5
2018-02-23[PDB] Check the result of setLoadAddress()Aaron Smith1-1/+1
2017-11-16[DebugInfo/PDB] Adding getUndecoratedNameEx and IPDB interfaces for IDiaEnumT...Aaron Smith1-0/+4
2017-10-20COFF: Add type server pdb files to linkrepro tar file.Peter Collingbourne1-8/+2
2017-08-04Enable llvm-pdbutil to list enumerations using native PDB readerAdrian McCarthy1-3/+38
2017-07-12Fix non-Windows build after PDB native builtin type changeReid Kleckner1-5/+7
2017-07-12[PDB] Enable NativeSession to create symbols for built-in types on demandAdrian McCarthy1-2/+56
2017-06-28Introduce symbol cache to PDB NativeSessionAdrian McCarthy1-2/+19
2017-06-22Add IDs and clone methods to NativeRawSymbolAdrian McCarthy1-1/+1
2017-06-22Make IPDBSession::getGlobalScope a non-const methodAdrian McCarthy1-4/+3
2017-04-12[llvm-pdbdump] More advanced class definition dumping.Zachary Turner1-2/+3
2017-03-29Re-land: "Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]"Adrian McCarthy1-2/+2
2017-03-23Somehow this still breaks because of ANSI color codes in test output on Linux.Adrian McCarthy1-2/+2
2017-03-23Re-land: Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]Adrian McCarthy1-2/+2
2017-03-17Revert "Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]"Zachary Turner1-2/+2
2017-03-16Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]Adrian McCarthy1-2/+2
2017-03-02[Support] Move Stream library from MSF -> Support.Zachary Turner1-1/+1
2017-02-28[PDB] Make streams carry their own endianness.Zachary Turner1-1/+2
2017-02-25Revert r296215, "[PDB] General improvements to Stream library." and followings.NAKAMURA Takumi1-2/+1
2017-02-25[PDB] General improvements to Stream library.Zachary Turner1-1/+2
2017-02-25[PDB] Rename Stream related source files.Zachary Turner1-1/+1
2017-02-24Implement some methods for NativeRawSymbolAdrian McCarthy1-2/+7
2017-02-16[pdb] Add the ability to resolve TypeServer PDBs.Zachary Turner1-1/+1
2017-01-25NFC: Rename (PDB) RawSession to NativeSessionAdrian McCarthy1-0/+139