summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.cpp
AgeCommit message (Expand)Author
2025-08-04[lldb][DWARFIndex] Adapt DWARFIndex DIERefCallback to IterationAction (#152001)Michael Buch
2025-08-04[lldb][DWARFIndex] Adapt DWARFIndex GetTypes APIs to IterationAction (#151992)Michael Buch
2025-08-04[lldb][DWARFIndex] Adapt DWARFIndex ObjC APIs to IterationAction (#151839)Michael Buch
2025-08-02[lldb][DWARFIndex][NFC] Change GetNamespace/GetGlobalVariables APIs to use It...Michael Buch
2025-07-31[lldb][DWARFIndex][NFC] Change GetFunctions return type to IterationAction (#...Michael Buch
2025-07-22[lldb] Eliminate namespace lldb_private::dwarf (NFC) (#150073)Jonas Devlieghere
2025-05-22[lldb] Remove redundant control flow statements (NFC) (#141183)Kazu Hirata
2024-05-29[lldb/DWARF] Bypass the compres^Wconstruction of DIERefs in debug_names (#93296)Pavel Labath
2023-11-10[LLDB] Ensure the data of apple accelerator tables is kept around (#71828)Walter Erquinigo
2023-10-13[LLDB][NFC] Create a namespace for the DWARF plugin (#68150)Walter Erquinigo
2023-06-28[lldb] Use LLVM's implementation of AppleTables for apple_objcFelipe de Azevedo Piovezan
2023-06-28[lldb] Use LLVM's implementation of AppleTables for apple_debug_typesFelipe de Azevedo Piovezan
2023-06-28[lldb] Use LLVM's implementation of AppleTables for apple_{names,namespaces}Felipe de Azevedo Piovezan
2023-02-22[LLDB] Enable 64 bit debug/type offsetAlexander Yermolovich
2023-02-16Revert "[LLDB] Enable 64 bit debug/type offset"Alexander Yermolovich
2023-02-16[LLDB] Enable 64 bit debug/type offsetAlexander Yermolovich
2023-02-13Revert "[LLDB] Enable 64 bit debug/type offset"Alexander Yermolovich
2023-02-13[LLDB] Enable 64 bit debug/type offsetAlexander Yermolovich
2022-08-04Re-submit "[lldb] Filter DIEs based on qualified name where possible"Alex Langford
2022-08-04Revert "[lldb] Filter DIEs based on qualified name where possible"Alex Langford
2022-08-04[lldb] Filter DIEs based on qualified name where possibleAlex Langford
2022-03-03[LLDB] Remove cases of using namespace llvm:: from header fileShafik Yaghmour
2022-01-28[lldb] Convert DWARF log to the new APIPavel Labath
2021-08-10[nfc] [lldb] Assertions for D106270 - [DWARF5] Fix offset check when using .d...Jan Kratochvil
2021-08-09[DWARF5] Fix offset check when using .debug_namesKim-Anh Tran
2020-08-10[lldb] Fix typo in AppleDWARFIndexJonas Devlieghere
2020-04-22[nfc] [lldb] DWARF callbacks: DIERef -> DWARFDIEJan Kratochvil
2020-04-15[nfc] [lldb] Introduce DWARF callbacks (fixed-up)Jan Kratochvil
2020-04-15Revert "[nfc] [lldb] Introduce DWARF callbacks"Jan Kratochvil
2020-04-15[nfc] [lldb] Introduce DWARF callbacksJan Kratochvil
2020-04-03[nfc] [lldb] Unindent code - obvious partJan Kratochvil
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-10-10Speed up accelerator table lookupsAdrian Prantl
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-06-21DWARF: Add "dwo_num" field to the DIERef classPavel Labath
2019-06-20DWARF: Provide accessors to DIERef fieldsPavel Labath
2019-06-14DWARFIndex: s/ReportInvalidDIEOffset/ReportInvalidDIERefPavel Labath
2019-05-10Finish renaming CompileUnit -> UnitJan Kratochvil
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-06-08DebugNamesDWARFIndex: Implement GetFunctions methodPavel Labath
2018-06-07DebugNamesDWARFIndex: Add ability to lookup variablesPavel Labath
2018-06-06[DWARF] Add (empty) DebugNamesDWARFIndex class and a setting to control its usePavel Labath
2018-06-05DWARFIndex: more GetFunctions cleanupPavel Labath
2018-06-05DWARFIndex: simplify GetFunctions methodsPavel Labath
2018-06-04AppleDWARFIndex: Get function method-ness directly from debug infoPavel Labath
2018-05-21Reland "[DWARF] Extract indexing code into a separate class hierarchy"Pavel Labath
2018-05-18Revert "[DWARF] Extract indexing code into a separate class hierarchy"Amara Emerson
2018-05-18[DWARF] Extract indexing code into a separate class hierarchyPavel Labath