aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
AgeCommit message (Expand)AuthorFilesLines
2026-01-05[lldb][DWARF] Use actual DWARF format when computing header size (#173600)Hemang Gadhavi1-4/+8
2025-11-14[lldb] Add the ability to load DWARF64 .debug_str_offsets tables for DWARF32 ...Greg Clayton1-10/+25
2025-07-30[lldb] Support DW_OP_WASM_location in DWARFExpression (#151010)Jonas Devlieghere1-1/+3
2025-07-22[lldb] Eliminate namespace lldb_private::dwarf (NFC) (#150073)Jonas Devlieghere1-1/+1
2025-07-14[lldb] Update the String table offset based on the DWARF format (#147054)Hemang Gadhavi1-2/+4
2025-07-01[lldb] Enable support for DWARF64 format handling (#145645)Hemang Gadhavi1-14/+1
2025-05-13[lldb][plugin] Use counter directly for number of readers (#139252)Jacques Pienaar1-10/+9
2025-03-24[LLDB][NFC] Added the interface DWARFExpression::Delegate to break dependenci...Dmitry Vasilyev1-0/+82
2024-12-17[lldb][DWARF] Remove obsolete calls to Supports_DW_AT_APPLE_objc_complete_typ...Michael Buch1-4/+0
2024-12-17[lldb] Remove references to llvm-gcc (#120225)Michael Buch1-14/+2
2024-12-13[lldb/DWARF] s/DWARFRangeList/llvm::DWARFAddressRangeVector (#116620)Pavel Labath1-39/+28
2024-11-18[lldb] rm DWARFDebugRanges (#116379)Pavel Labath1-33/+41
2024-08-28[NFC] Fix formatv() usage in preparation of validation (#106454)Rahul Joshi1-1/+1
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-5/+5
2024-08-20[lldb][AIX] 1. Avoid namespace collision on other platforms (#104679)Dhruv Srivastava1-1/+1
2024-08-15Reapply "[lldb] Tolerate multiple compile units with the same DWO ID (#100577...Pavel Labath1-17/+24
2024-08-12Revert "[lldb] Tolerate multiple compile units with the same DWO ID (#100577)"Pavel Labath1-13/+13
2024-08-12[lldb] Tolerate multiple compile units with the same DWO ID (#100577)Pavel Labath1-13/+13
2024-05-23[lldb/DWARF] Make sure bad abbreviation codes do not crash lldb (#93006)Pavel Labath1-3/+3
2024-05-09[lldb][DWARF] Sort ranges list in dwarf 5. (#91343)Zequan Wu1-0/+1
2024-04-26[lldb] Switch to llvm::DWARFUnitHeader (#89808)Alex Langford1-103/+34
2024-02-19[Reland] Report only loaded debug info in statistics dump (#81706) (#82207)Wanyi1-2/+3
2024-02-17Revert "Report only loaded debug info in statistics dump (#81706)" (#82150)Jonas Devlieghere1-3/+2
2024-02-17Report only loaded debug info in statistics dump (#81706)Wanyi1-2/+3
2024-02-01[lldb] Fix a crash when using .dwp files and make type lookup reliable with t...Greg Clayton1-3/+24
2024-01-19[lldb][DWARFUnit] Implement PeekDIEName query (#78486)Felipe de Azevedo Piovezan1-0/+24
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata1-1/+1
2023-10-13[LLDB][NFC] Create a namespace for the DWARF plugin (#68150)Walter Erquinigo1-14/+14
2023-10-03[lldb] Unbreak debian build after dd76375c8009Alex Langford1-1/+1
2023-10-03[lldb][NFCI] Apply IndexEntry to DWARFUnitHeader outside of extractionAlex Langford1-43/+52
2023-10-02[lldb] Replace lldb's DWARFDebugAbbrev implementation with llvm's (#67841)Alex Langford1-5/+11
2023-06-27[lldb][NFC] Prevent slicing when converting DataExtractorsFelipe de Azevedo Piovezan1-3/+3
2023-06-12[lldb] Remove lldb's DWARFAbbreviationDeclarationSet in favor of llvm'sAlex Langford1-1/+1
2023-05-12[lldb][NFCI] Change return type of DWARFDebugInfoEntry::GetAttributesAlex Langford1-4/+3
2023-05-12[lldb][NFCI] Redefine dw_attr_t typedef with llvm::dwarf::AttributeAlex Langford1-0/+2
2023-05-12[lldb][nfc] Simplify DebugRanges classFelipe de Azevedo Piovezan1-3/+1
2023-04-17[lldb] Add support for MSP430 in LLDB.Ilya Kuklin1-1/+2
2023-04-17Revert "[lldb] Add support for MSP430 in LLDB."Anton Korobeynikov1-2/+1
2023-04-17[lldb] Add support for MSP430 in LLDB.Anton Korobeynikov1-1/+2
2023-02-22[LLDB] Enable 64 bit debug/type offsetAlexander Yermolovich1-5/+5
2023-02-16Revert "[LLDB] Enable 64 bit debug/type offset"Alexander Yermolovich1-5/+5
2023-02-16[LLDB] Enable 64 bit debug/type offsetAlexander Yermolovich1-5/+5
2023-02-13Revert "[LLDB] Enable 64 bit debug/type offset"Alexander Yermolovich1-5/+5
2023-02-13[LLDB] Enable 64 bit debug/type offsetAlexander Yermolovich1-5/+5
2023-01-11[llvm][dwwarf] Change CU/TU index to 64-bitAlexander Yermolovich1-8/+8
2023-01-11Revert "[llvm][dwwarf] Change CU/TU index to 64-bit"Alexander Yermolovich1-8/+8
2023-01-10[llvm][dwwarf] Change CU/TU index to 64-bitAlexander Yermolovich1-8/+8
2023-01-09[LLDB] Change formatting to use llvm::formatvAlexander Yermolovich1-21/+28
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-3/+3
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata1-0/+1