summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
AgeCommit message (Expand)Author
2025-07-22[lldb] Eliminate namespace lldb_private::dwarf (NFC) (#150073)Jonas Devlieghere
2024-06-24Add support for using foreign type units in .debug_names. (#87740)Greg Clayton
2024-05-30[lldb] Remove DWARFDebugInfo DIERef footguns (#92894)Pavel Labath
2024-05-21[lldb/dwarf] Fix DW_IDX_parent processing for split dwarf (#92745)Pavel Labath
2024-02-01Fix buildbots after #79544Greg Clayton
2024-02-01[lldb] Fix a crash when using .dwp files and make type lookup reliable with t...Greg Clayton
2024-01-19[lldb][DWARFUnit] Implement PeekDIEName query (#78486)Felipe de Azevedo Piovezan
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-09[lldb] Limit trusting aranges to dSYMs only.Jonas Devlieghere
2023-01-09[lldb] Trust the arange accelerator tables in dSYMsJonas Devlieghere
2022-03-04[LLDB] Remove cases of using namespace stdShafik Yaghmour
2021-08-01[nfc] [lldb] Removed unused DWARFDebugInfo::GetDIEForDIEOffsetJan Kratochvil
2021-03-29Fix .debug_aranges parsing issues.Greg Clayton
2021-02-23Defer the decision whether to use the CU or TU index until after reading the ...Jorge Gorbe Moya
2020-10-18[nfc] [lldb] Delete an empty trailing line.Jan Kratochvil
2020-04-06[DebugInfo] Rename section identifiers which are deprecated in DWARFv5. NFC.Igor Kudrin
2020-02-17[lldb/DWARF] Re-enable basic dwp supportPavel Labath
2020-02-17[lldb] [nfc] Simplify user_id_t -> size_tJan Kratochvil
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2020-01-22[lldb/DWARF] Remove one more auto-dwo methodPavel Labath
2019-10-08Revert Trust the arange accelerator tables in dSYMsAdrian Prantl
2019-10-08Trust the arange accelerator tables in dSYMsAdrian Prantl
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-06-21DWARF: Add "dwo_num" field to the DIERef classPavel Labath
2019-06-20DWARF: Provide accessors to DIERef fieldsPavel Labath
2019-06-14Have DWARFUnit store a *reference* to SymbolFileDWARFPavel Labath
2019-06-13DWARF: Don't create lldb CompileUnits for DWARF type unitsPavel Labath
2019-05-24DWARF: Implement DW_AT_signature lookup for type unit supportPavel Labath
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-05-22DWARF: Introduce DWARFTypeUnit classPavel Labath
2019-05-21Remove `SymbolFileDWARF *` when there is already `DWARFUnit *`Jan Kratochvil
2019-05-21DWARF: Introduce DWARFUnitHeader classPavel Labath
2019-05-17Make DWARFContext dwo-aware and port debug_info sections overPavel Labath
2019-05-16DWARFContext: Return empty data extractors instead of null pointersPavel Labath
2019-05-16DWARF: Add ability to reference debug info coming from multiple sectionsPavel Labath
2019-05-10Finish renaming CompileUnit -> UnitJan Kratochvil
2019-05-06Merge GetCompileUnitAtOffset + GetCompileUnitContainingDIEOffsetJan Kratochvil
2019-05-06[DWARF] Reimplement/simplify DWARFUnit::GetIDPavel Labath
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-22Revert "Move the rest of the sections over to DWARFContext."Pavel Labath
2019-03-21Move the rest of the sections over to DWARFContext.Zachary Turner
2019-03-20Introduce DWARFContext.Zachary Turner
2019-03-19Delete more dead code.Zachary Turner
2019-03-19Remove a couple of log statements.Zachary Turner
2019-03-15Return Error and Expected from more DWARF interfaces.Zachary Turner