aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/DWARF/DWARFIndex.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-08[lldb][DWARFIndex][nfc] Factor out fully qualified name query (#76977)Felipe de Azevedo Piovezan1-0/+14
2023-10-13[LLDB][NFC] Create a namespace for the DWARF plugin (#68150)Walter Erquinigo1-2/+4
2023-06-28[lldb] Use LLVM's implementation of AppleTables for apple_{names,namespaces}Felipe de Azevedo Piovezan1-0/+2
2022-08-04Re-submit "[lldb] Filter DIEs based on qualified name where possible"Alex Langford1-4/+3
2022-08-04Revert "[lldb] Filter DIEs based on qualified name where possible"Alex Langford1-3/+4
2022-08-04[lldb] Filter DIEs based on qualified name where possibleAlex Langford1-4/+3
2022-01-19[lldb] Make StatsDuration thread-safePavel Labath1-2/+2
2021-10-26Add new key/value pairs to the module statistics for "statistics dump".Greg Clayton1-0/+5
2021-08-10[nfc] [lldb] Assertions for D106270 - [DWARF5] Fix offset check when using .d...Jan Kratochvil1-0/+1
2021-08-09[DWARF5] Fix offset check when using .debug_namesKim-Anh Tran1-1/+1
2020-04-22[nfc] [lldb] DWARF callbacks: DIERef -> DWARFDIEJan Kratochvil1-12/+34
2020-04-15[nfc] [lldb] Introduce DWARF callbacks (fixed-up)Jan Kratochvil1-18/+30
2020-04-15Revert "[nfc] [lldb] Introduce DWARF callbacks"Jan Kratochvil1-30/+18
2020-04-15[nfc] [lldb] Introduce DWARF callbacksJan Kratochvil1-18/+30
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere1-3/+3
2019-06-21DWARF: Add "dwo_num" field to the DIERef classPavel Labath1-3/+2
2019-06-14DWARFIndex: s/ReportInvalidDIEOffset/ReportInvalidDIERefPavel Labath1-2/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-06-08DebugNamesDWARFIndex: Implement GetFunctions methodPavel Labath1-0/+10
2018-06-07DebugNamesDWARFIndex: Add ability to lookup variablesPavel Labath1-1/+5
2018-06-05DWARFIndex: more GetFunctions cleanupPavel Labath1-13/+2
2018-06-05Fix windows build broken by r334004Pavel Labath1-1/+1
2018-06-05DWARFIndex: simplify GetFunctions methodsPavel Labath1-9/+4
2018-05-21Reland "[DWARF] Extract indexing code into a separate class hierarchy"Pavel Labath1-0/+71
2018-05-18Revert "[DWARF] Extract indexing code into a separate class hierarchy"Amara Emerson1-71/+0
2018-05-18[DWARF] Extract indexing code into a separate class hierarchyPavel Labath1-0/+71