summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/DWARF/DIERef.cpp
AgeCommit message (Expand)Author
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-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
2021-12-28Cache the manual DWARF index out to the LLDB cache directory when the LLDB in...Greg Clayton
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-20DWARF: Provide accessors to DIERef fieldsPavel Labath
2019-06-19DWARF: Make DIERefs always validPavel Labath
2019-05-16DWARF: Add ability to reference debug info coming from multiple sectionsPavel Labath
2019-05-15Permit cross-CU referencesJan Kratochvil
2019-05-15DWARF: s/CompileUnit/Unit/ in DWARFFormValuePavel Labath
2019-05-08[DWARF] Centralize user_id <-> DWARFDIE conversionsPavel Labath
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-06-07DIERef: move trivial constructors into the headerPavel Labath
2018-03-18Move the codebase to use: DWARFCompileUnit -> DWARFUnitJan Kratochvil
2017-12-01Prevent vain lldb::user_id_t 0xffffffff lookupsJan Kratochvil
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-03-30When support for DWO files was added, there were two ways to pass lldb::user_...Greg Clayton
2015-09-09Add basic fission support to SymbolFileDWARFTamas Berghammer