summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.cpp
AgeCommit message (Expand)Author
2024-12-17[lldb][DWARF] Remove obsolete calls to Supports_DW_AT_APPLE_objc_complete_typ...Michael Buch
2024-05-03[lldb][NFCI] Unify DW_TAG -> string conversions (#90657)Alex Langford
2023-10-13[LLDB][NFC] Create a namespace for the DWARF plugin (#68150)Walter Erquinigo
2023-05-12[lldb][NFCI] Change return type of DWARFDebugInfoEntry::GetAttributesAlex Langford
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-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-08-25Don't index the skeleton CU when we have a fission compile unit.Greg Clayton
2020-06-09[lldb] Fix DW_TAG_GNU_call_site-DW_AT_low_pc as produced by GCCJan Kratochvil
2020-06-09[nfc] [lldb] Reduce GetAttributes's depth parameter usageJan Kratochvil
2020-01-31[lldb] Move non-DWARF code: DWARFUnit -> SymbolFileDWARFJan Kratochvil
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-09-25[Dwarf] Make dw_tag_t a typedef for llvm::dwarf::Tag instead of uint16_t.Jonas Devlieghere
2019-07-30[Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford
2019-06-21DWARF: Add "dwo_num" field to the DIERef classPavel Labath
2019-06-19DWARF: Make DIERefs always validPavel Labath
2019-06-14Have DWARFUnit store a *reference* to SymbolFileDWARFPavel Labath
2019-06-12DWARF: Share line tables of type unitsPavel Labath
2019-05-24Cleanup fixed form sizes.Greg Clayton
2019-05-21Remove `SymbolFileDWARF *` when there is already `DWARFUnit *`Jan Kratochvil
2019-05-16DWARF: Add ability to reference debug info coming from multiple sectionsPavel Labath
2019-05-15Permit cross-CU referencesJan Kratochvil
2019-05-08[DWARF] Centralize user_id <-> DWARFDIE conversionsPavel Labath
2019-03-19Delete more dead code.Zachary Turner
2019-03-19Delete dead code.Zachary Turner
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-05-24DWARFDIE split out to DWARFBaseDIEJan Kratochvil