summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/DWARF
AgeCommit message (Expand)Author
2025-11-21Revert "Reland [MS][clang] Add support for vector deleting destructors" (#169...Zequan Wu
2025-11-20[lldb] Eliminate SupportFileSP nullptr derefs (#168624)Jonas Devlieghere
2025-11-17[LLDB][DWARF] Use the same qualified name computation for Rust (#165840)Kiva
2025-11-14[lldb] Add the ability to load DWARF64 .debug_str_offsets tables for DWARF32 ...Greg Clayton
2025-11-13Reland [MS][clang] Add support for vector deleting destructors (#165598)Mariya Podchishchaeva
2025-11-06[lldb] Enable locate module callback for all module loading (#160199)GeorgeHuyubo
2025-10-31update ManualDWARFIndex::Index to use std::once (#165896)Tom Yang
2025-10-31[lldb][TypeSystem] Better support for _BitInt types (#165689)Michael Buch
2025-10-31[lldb][TypeSystem] Remove count parameter from TypeSystem::IsFloatingPointTyp...Michael Buch
2025-10-30[lldb][DWARF] Support DW_AT_bit_size on type tags (#165686)Michael Buch
2025-10-29[lldb][DWARFASTParserClang] Added a check for the specialization existence (#...Timur Golubovich
2025-09-29[lldb][DWARFASTParserClang] Simplify obsolete error condition for malformed a...Michael Buch
2025-09-24Fix a bug where an error was emitted for GCC union types. (#159401)Greg Clayton
2025-09-17[lldb] Add unreachable after fully covered switches, avoid GCC warnings. NFC....Martin Storsjö
2025-09-15[lldb][TypeSystem] Enable colored AST dump (#86159)Michael Buch
2025-09-09Reland"[lldb] Add count for errors of DWO files in statistics and combine DWO...Ziyi Wang
2025-09-09[lldb][Expression] Add structor variant to LLDB's function call labels (#149827)Michael Buch
2025-09-03Revert "[lldb] Add count for errors of DWO files in statistics and combine DW...David Peixotto
2025-09-03[lldb] Add count for errors of DWO files in statistics and combine DWO file c...Ziyi Wang
2025-09-03[lldb][DWARFASTParserClang] Don't complete conflicting Objective-C++ types (#...Michael Buch
2025-08-27[clang] NFC: reintroduce clang/include/clang/AST/Type.h (#155050)Matheus Izvekov
2025-08-27[clang] NFC: rename clang/include/clang/AST/Type.h to TypeBase.h (#155049)Matheus Izvekov
2025-08-21[lldb] Tweak check for CommandLineTools in ParseXcodeSDK (#154574)Dave Lee
2025-08-20[lldb] Use SmallPtrSet directly instead of SmallSet (NFC) (#154472)Kazu Hirata
2025-08-19[lldb] Replace SmallSet with SmallPtrSet (NFC) (#154366)Kazu Hirata
2025-08-08[lldb][SymbolFileDWARF][NFC] Add FindFunctionDefinition helper (#152733)Michael Buch
2025-08-05[lldb] Preserve original symbol of Mangled function names (#152201)Dave Lee
2025-08-05[lldb][DWARFIndex][NFC] Remove DWARFIndex::IterationActionAdaptorMichael Buch
2025-08-04[lldb][DWARFIndex] Adapt DebugNamesDWARFIndex::ProcessEntry to IterationActio...Michael Buch
2025-08-04[lldb][DWARFIndex] Adapt DWARFIndex DIERefCallback to IterationAction (#152001)Michael Buch
2025-08-04[lldb][DWARFIndex] Adapt DWARFIndex GetTypes APIs to IterationAction (#151992)Michael Buch
2025-08-04[lldb][DWARFIndex] Adapt DWARFIndex ObjC APIs to IterationAction (#151839)Michael Buch
2025-08-02[lldb][DWARFIndex][NFC] Change GetNamespace/GetGlobalVariables APIs to use It...Michael Buch
2025-08-01[lldb][Expression] Encode Module and DIE UIDs into function AsmLabels (#148877)Michael Buch
2025-07-31[lldb][DWARFIndex][NFC] Change GetFunctions return type to IterationAction (#...Michael Buch
2025-07-31[lldb][TypeSystemClang] Make AsmLabel parameter a llvm::StringRef (#151355)Michael Buch
2025-07-30[lldb] Support DW_OP_WASM_location in DWARFExpression (#151010)Jonas Devlieghere
2025-07-22[lldb] Fix UB cast when encountering DW_LANG_* >= eNumLanguageTypes (#150132)Daniel Sanders
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-07Defer loading all DWOs by default when dumping separate_debug-info (#146166)qxy11
2025-07-03[lldb] Use correct size when dumping DWARF64 DW_FORM_ref_addr (#146686)David Spickett
2025-07-03[lldb][DWARF][NFC] Reduce scope of ref_addr_size variable (#146557)Michael Buch
2025-07-01[lldb] Enable support for DWARF64 format handling (#145645)Hemang Gadhavi
2025-07-01[lldb] Delete unused DWARFDataExtractor methods (#146356)Pavel Labath
2025-06-24Reland "[lldb] Add count for number of DWO files loaded in statistics #144424...qxy11
2025-06-24Revert "[lldb] Add count for number of DWO files loaded in statistics" (#145494)Michael Buch
2025-06-23[lldb] Add count for number of DWO files loaded in statistics (#144424)qxy11
2025-06-23[lldb][DWARFASTParserClang] Support constant index encoding of DW_AT_object_p...Michael Buch
2025-06-23Reland "[lldb][DWARF] Remove object_pointer from ParsedDWARFAttributes (#1450...Michael Buch