summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/DWARF/DWARFIndex.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-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
2024-11-25[lldb/DWARF] Remove duplicate type filtering (#116989)Pavel Labath
2024-10-29Improve namespace lookup using .debug_names parent chain (#110062)jeffreytan81
2024-10-09Improve type lookup using .debug_names parent chain (#108907)jeffreytan81
2024-06-13[lldb] Move DWARFDeclContext functions from DWARFDebugInfoEntry to DW… (#95...Pavel Labath
2024-05-29[lldb/DWARF] Bypass the compres^Wconstruction of DIERefs in debug_names (#93296)Pavel Labath
2024-01-08[lldb][DWARFIndex][nfc] Factor out fully qualified name query (#76977)Felipe de Azevedo Piovezan
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_{names,namespaces}Felipe de Azevedo Piovezan
2023-01-09[LLDB] Change formatting to use llvm::formatvAlexander 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-04-26Introduce new symbol on-demand for debug infoJeffrey Tan
2021-08-04Reland "[lldb/DWARF] Only match mangled name in full-name function lookup (wi...Jaroslav Sevcik
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-02-18[lldb][NFC] Make all CompilerDeclContext parameters references instead of poi...Raphael Isemann
2020-01-28Revert "[lldb/DWARF] Only match mangled name in full-name function lookup (wi...Pavel Labath
2020-01-28[lldb/DWARF] Only match mangled name in full-name function lookup (with accel...Jaroslav Sevcik
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-06-21DWARF: Add "dwo_num" field to the DIERef classPavel Labath
2019-06-14DWARFIndex: s/ReportInvalidDIEOffset/ReportInvalidDIERefPavel Labath
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-05DWARFIndex: more GetFunctions cleanupPavel 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