aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/PDB/Native/NativeSession.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-11-17[DebugInfo] Remove unused includes (NFC) (#116551)Kazu Hirata1-2/+0
2023-11-06[DebugInfo] Use StringRef::starts_with/ends_with instead of startswith/endswi...Simon Pilgrim1-1/+1
2023-10-10Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata1-3/+3
2023-06-25[llvm] Add missing StringExtras.h includesElliot Goodrich1-0/+1
2022-02-23Cleanup llvm/DebugInfo/PDB headersserge-sans-paille1-9/+17
2021-03-25[NFC] Reordering parameters in getFile and getFileOrSTDINAbhina Sreeskantharajan1-1/+1
2020-11-17[llvm-symbolizer] Add inline stack traces for Windows.Amy Huang1-1/+76
2020-07-21[PDB][NativeSession] Clean up some things in NativeSession.Amy Huang1-2/+2
2020-06-15[NativeSession] Implement findLineNumbersByAddress in NativeSession,Amy Huang1-5/+11
2020-06-11Re-land "Migrate the rest of COFFObjectFile to Error"Reid Kleckner1-2/+2
2020-06-05Revert "Migrate the rest of COFFObjectFile to Error"Nico Weber1-2/+2
2020-06-05Migrate the rest of COFFObjectFile to ErrorReid Kleckner1-2/+2
2020-05-13[NativeSession] Implement NativeSession::findSymbolByAddress.Amy Huang1-10/+38
2020-04-21Reland "Implement some functions in NativeSession." with fixes so thatAmy Huang1-7/+134
2020-04-21Revert "Implement some NativeSession functions" along with someAmy Huang1-130/+7
2020-04-21[NativeSession] Fix unchecked Expected typeAmy Huang1-1/+4
2020-04-21Fix build. NFC.Michael Liao1-1/+1
2020-04-21[PDB] Change llvm/object/COFF.h to llvm/Object/COFF.h after D78128Fangrui Song1-1/+1
2020-04-21Implement some functions in NativeSession.Amy Huang1-7/+127
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-5/+5
2019-07-16Teach `llvm-pdbutil pretty -native` about `-injected-sources`Nico Weber1-1/+12
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-10-23Revert "Revert "[PDB] Extend IPDBSession's interface to retrieve frame data""Aleksandr Urakov1-0/+5
2018-10-22Revert "[PDB] Extend IPDBSession's interface to retrieve frame data"Aleksandr Urakov1-5/+0
2018-10-22[PDB] Extend IPDBSession's interface to retrieve frame dataAleksandr Urakov1-0/+5
2018-09-10[PDB] Change uint32_t to SymIndex wherever it makes sense.Zachary Turner1-1/+1
2018-09-07[PDB] Rename some files in the native reader.Zachary Turner1-2/+2
2018-09-07[PDB] Create a SymbolCache class.Zachary Turner1-96/+21
2018-09-05[PDB] Refactor the PDB symbol classes to fix a reuse bug.Zachary Turner1-20/+15
2018-08-31[DebugInfo] Common behavior for error typesAlexandre Ganea1-1/+0
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