aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.h
AgeCommit message (Expand)AuthorFilesLines
2025-08-04[lldb][DWARFIndex] Adapt DWARFIndex ObjC APIs to IterationAction (#151839)Michael Buch1-2/+4
2025-07-30[lldb] Support DW_OP_WASM_location in DWARFExpression (#151010)Jonas Devlieghere1-1/+2
2024-12-23[lldb][SymbolFileDWARF] Share GetDIEToType between SymbolFiles of a SymbolFil...Michael Buch1-1/+1
2024-07-16Reapply [lldb][DWARF] Delay struct/class/union definition DIE searching when ...Zequan Wu1-1/+2
2024-06-25[lldb/DWARF] Remove parsing recursion when searching for definition DIEs (#96...Pavel Labath1-2/+1
2024-06-24Add support for using foreign type units in .debug_names. (#87740)Greg Clayton1-0/+2
2024-06-06Revert "[lldb][DebugNames] Only skip processing of DW_AT_declarations for cla...Pavel Labath1-2/+1
2024-05-28 Reapply [lldb][DWARF] Delay struct/class/union definition DIE searching when...Zequan Wu1-1/+2
2024-04-22[lldb][DWARF] Remove m_forward_decl_die_to_compiler_type as it never actually...Zequan Wu1-2/+0
2024-02-19[Reland] Report only loaded debug info in statistics dump (#81706) (#82207)Wanyi1-1/+1
2024-02-17Revert "Report only loaded debug info in statistics dump (#81706)" (#82150)Jonas Devlieghere1-1/+1
2024-02-17Report only loaded debug info in statistics dump (#81706)Wanyi1-1/+1
2024-02-01[lldb] Fix a crash when using .dwp files and make type lookup reliable with t...Greg Clayton1-2/+9
2024-02-01Fix debug info size statistics for split dwarf (#80218)jeffreytan811-0/+2
2023-11-13Reland "[lldb][DWARFASTParserClang] Fetch constant value from variable defint...Michael Buch1-0/+5
2023-11-07Revert "Reland "clang][DebugInfo] Emit global variable definitions for static...Hans Wennborg1-5/+0
2023-11-07Reland "[lldb][DWARFASTParserClang] Fetch constant value from variable defint...Michael Buch1-0/+5
2023-10-25[LLDB][NFC] Remove DWARFASTParserClang as friend from SymbolFileDWARF (#70157)Walter Erquinigo1-2/+2
2023-10-13[LLDB][NFC] Create a namespace for the DWARF plugin (#68150)Walter Erquinigo1-12/+15
2023-02-22[LLDB] Enable 64 bit debug/type offsetAlexander Yermolovich1-2/+0
2023-02-16Revert "[LLDB] Enable 64 bit debug/type offset"Alexander Yermolovich1-0/+2
2023-02-16[LLDB] Enable 64 bit debug/type offsetAlexander Yermolovich1-2/+0
2023-02-13Revert "[LLDB] Enable 64 bit debug/type offset"Alexander Yermolovich1-0/+2
2023-02-13[LLDB] Enable 64 bit debug/type offsetAlexander Yermolovich1-2/+0
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-1/+1
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-11-30[lldb] Change FindDefinitionTypeForDWARFDeclContext() to take DWARFDIEArthur Eubanks1-2/+2
2022-11-25Revert "[lldb][NFC] Change FindDefinitionTypeForDWARFDeclContext() to take DW...Jason Molenda1-2/+2
2022-11-24[lldb][NFC] Change FindDefinitionTypeForDWARFDeclContext() to take DWARFDIEArthur Eubanks1-2/+2
2022-11-22[lldb] Allow plugins to extend DWARF expression parsing for vendor extensionsPhilip Pfaffe1-1/+11
2022-11-16Make CompilerType safeAdrian Prantl1-1/+1
2020-04-22[nfc] [lldb] DWARF callbacks: DIERef -> DWARFDIEJan Kratochvil1-1/+1
2020-04-15[nfc] [lldb] Introduce DWARF callbacks (fixed-up)Jan Kratochvil1-2/+2
2020-04-15Revert "[nfc] [lldb] Introduce DWARF callbacks"Jan Kratochvil1-2/+2
2020-04-15[nfc] [lldb] Introduce DWARF callbacksJan Kratochvil1-2/+2
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere1-3/+3
2020-02-17[lldb/DWARF] Re-enable basic dwp supportPavel Labath1-3/+0
2020-02-14[lldb/DWARF] Don't hold a unique SymbolFileDWARFDwo in a DWARFUnitPavel Labath1-6/+4
2020-02-05[lldb/DWARF] Don't assume that a SymbolFileDWARFDwo contains one compile unitPavel Labath1-7/+4
2020-01-09[lldb/DWARF] Fix mixed v4+v5 location listsPavel Labath1-3/+0
2020-01-09[lldb/DWARF] Add is_dwo member to DWARFUnitPavel Labath1-6/+0
2019-11-15Add RTTI support to the SymbolFile class hierarchyAdrian Prantl1-0/+11
2019-07-31SymbolVendor: Remove the object file member variablePavel Labath1-1/+0
2019-07-30[Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford1-1/+1
2019-06-25DWARF: Add support for type units+split dwarf comboPavel Labath1-1/+4
2019-06-21DWARF: Add "dwo_num" field to the DIERef classPavel Labath1-0/+2
2019-06-14Have DWARFUnit store a *reference* to SymbolFileDWARFPavel Labath1-1/+1
2019-06-13DWARF: Don't create lldb CompileUnits for DWARF type unitsPavel Labath1-4/+4
2019-05-27DWARF: Remove cu_idx variables from parsing functionsPavel Labath1-2/+1
2019-05-21DWARF: Port debug_addr over to DWARFContextPavel Labath1-2/+0