summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp
AgeCommit message (Expand)Author
2025-08-04[lldb][DWARFIndex] Adapt DWARFIndex ObjC APIs to IterationAction (#151839)Michael Buch
2025-07-30[lldb] Support DW_OP_WASM_location in DWARFExpression (#151010)Jonas Devlieghere
2024-12-23[lldb][SymbolFileDWARF] Share GetDIEToType between SymbolFiles of a SymbolFil...Michael Buch
2024-07-16Reapply [lldb][DWARF] Delay struct/class/union definition DIE searching when ...Zequan Wu
2024-06-25[lldb/DWARF] Remove parsing recursion when searching for definition DIEs (#96...Pavel Labath
2024-06-24Add support for using foreign type units in .debug_names. (#87740)Greg Clayton
2024-06-06Revert "[lldb][DebugNames] Only skip processing of DW_AT_declarations for cla...Pavel Labath
2024-05-30[lldb] Remove DWARFDebugInfo DIERef footguns (#92894)Pavel Labath
2024-05-28 Reapply [lldb][DWARF] Delay struct/class/union definition DIE searching when...Zequan Wu
2024-04-22[lldb][DWARF] Remove m_forward_decl_die_to_compiler_type as it never actually...Zequan Wu
2024-02-19[Reland] Report only loaded debug info in statistics dump (#81706) (#82207)Wanyi
2024-02-17Revert "Report only loaded debug info in statistics dump (#81706)" (#82150)Jonas Devlieghere
2024-02-17Report only loaded debug info in statistics dump (#81706)Wanyi
2024-02-01[lldb] Fix a crash when using .dwp files and make type lookup reliable with t...Greg Clayton
2024-02-01Fix debug info size statistics for split dwarf (#80218)jeffreytan81
2023-11-13Reland "[lldb][DWARFASTParserClang] Fetch constant value from variable defint...Michael Buch
2023-11-07Revert "Reland "clang][DebugInfo] Emit global variable definitions for static...Hans Wennborg
2023-11-07Reland "[lldb][DWARFASTParserClang] Fetch constant value from variable defint...Michael Buch
2023-10-25[LLDB][NFC] Remove DWARFASTParserClang as friend from SymbolFileDWARF (#70157)Walter Erquinigo
2023-10-13[LLDB][NFC] Create a namespace for the DWARF plugin (#68150)Walter Erquinigo
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
2023-01-11[llvm][dwwarf] Change CU/TU index to 64-bitAlexander Yermolovich
2023-01-11Revert "[llvm][dwwarf] Change CU/TU index to 64-bit"Alexander Yermolovich
2023-01-10[llvm][dwwarf] Change CU/TU index to 64-bitAlexander Yermolovich
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-12-07Revert "[llvm][dwwarf] Change CU/TU index to 64-bit"Alexander Yermolovich
2022-12-07[llvm][dwwarf] Change CU/TU index to 64-bitAlexander Yermolovich
2022-11-30[lldb] Change FindDefinitionTypeForDWARFDeclContext() to take DWARFDIEArthur Eubanks
2022-11-25Revert "[lldb][NFC] Change FindDefinitionTypeForDWARFDeclContext() to take DW...Jason Molenda
2022-11-24[lldb][NFC] Change FindDefinitionTypeForDWARFDeclContext() to take DWARFDIEArthur Eubanks
2022-11-22[lldb] Allow plugins to extend DWARF expression parsing for vendor extensionsPhilip Pfaffe
2022-11-16Make CompilerType safeAdrian Prantl
2022-08-25Don't index the skeleton CU when we have a fission compile unit.Greg Clayton
2021-01-05Make DWARFUnit use the dwo_id from the DWARF5 CU header.Jorge Gorbe Moya
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[DebugInfo] Rename getOffset() to getContribution(). NFC.Igor Kudrin
2020-03-16[lldb/DWARF] Fix crash when a dwo compile unit refers to a non-dwo typePavel Labath
2020-02-20[lldb/DWARF] Always construct a DWARFDebugInfo objectPavel Labath
2020-02-17[lldb/DWARF] Re-enable basic dwp supportPavel Labath
2020-02-14[lldb/DWARF] Don't hold a unique SymbolFileDWARFDwo in a DWARFUnitPavel Labath
2020-02-05[lldb/DWARF] Don't assume that a SymbolFileDWARFDwo contains one compile unitPavel Labath
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann