summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
AgeCommit message (Expand)Author
2025-11-14[lldb] Add the ability to load DWARF64 .debug_str_offsets tables for DWARF32 ...Greg Clayton
2025-07-30[lldb] Support DW_OP_WASM_location in DWARFExpression (#151010)Jonas Devlieghere
2025-07-22[lldb] Eliminate namespace lldb_private::dwarf (NFC) (#150073)Jonas Devlieghere
2025-07-14[lldb] Update the String table offset based on the DWARF format (#147054)Hemang Gadhavi
2025-07-01[lldb] Enable support for DWARF64 format handling (#145645)Hemang Gadhavi
2025-05-13[lldb][plugin] Use counter directly for number of readers (#139252)Jacques Pienaar
2025-03-24[LLDB][NFC] Added the interface DWARFExpression::Delegate to break dependenci...Dmitry Vasilyev
2024-12-17[lldb][DWARF] Remove obsolete calls to Supports_DW_AT_APPLE_objc_complete_typ...Michael Buch
2024-12-17[lldb] Remove references to llvm-gcc (#120225)Michael Buch
2024-12-13[lldb/DWARF] s/DWARFRangeList/llvm::DWARFAddressRangeVector (#116620)Pavel Labath
2024-11-18[lldb] rm DWARFDebugRanges (#116379)Pavel Labath
2024-08-28[NFC] Fix formatv() usage in preparation of validation (#106454)Rahul Joshi
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-08-20[lldb][AIX] 1. Avoid namespace collision on other platforms (#104679)Dhruv Srivastava
2024-08-15Reapply "[lldb] Tolerate multiple compile units with the same DWO ID (#100577...Pavel Labath
2024-08-12Revert "[lldb] Tolerate multiple compile units with the same DWO ID (#100577)"Pavel Labath
2024-08-12[lldb] Tolerate multiple compile units with the same DWO ID (#100577)Pavel Labath
2024-05-23[lldb/DWARF] Make sure bad abbreviation codes do not crash lldb (#93006)Pavel Labath
2024-05-09[lldb][DWARF] Sort ranges list in dwarf 5. (#91343)Zequan Wu
2024-04-26[lldb] Switch to llvm::DWARFUnitHeader (#89808)Alex Langford
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-01-19[lldb][DWARFUnit] Implement PeekDIEName query (#78486)Felipe de Azevedo Piovezan
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata
2023-10-13[LLDB][NFC] Create a namespace for the DWARF plugin (#68150)Walter Erquinigo
2023-10-03[lldb] Unbreak debian build after dd76375c8009Alex Langford
2023-10-03[lldb][NFCI] Apply IndexEntry to DWARFUnitHeader outside of extractionAlex Langford
2023-10-02[lldb] Replace lldb's DWARFDebugAbbrev implementation with llvm's (#67841)Alex Langford
2023-06-27[lldb][NFC] Prevent slicing when converting DataExtractorsFelipe de Azevedo Piovezan
2023-06-12[lldb] Remove lldb's DWARFAbbreviationDeclarationSet in favor of llvm'sAlex Langford
2023-05-12[lldb][NFCI] Change return type of DWARFDebugInfoEntry::GetAttributesAlex Langford
2023-05-12[lldb][NFCI] Redefine dw_attr_t typedef with llvm::dwarf::AttributeAlex Langford
2023-05-12[lldb][nfc] Simplify DebugRanges classFelipe de Azevedo Piovezan
2023-04-17[lldb] Add support for MSP430 in LLDB.Ilya Kuklin
2023-04-17Revert "[lldb] Add support for MSP430 in LLDB."Anton Korobeynikov
2023-04-17[lldb] Add support for MSP430 in LLDB.Anton Korobeynikov
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-09[LLDB] Change formatting to use llvm::formatvAlexander 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