aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/DWARF
AgeCommit message (Expand)AuthorFilesLines
7 days[lldb][CompilerType] Add CompilerType::IsRealFloatingPointType (#178904)Michael Buch1-2/+1
12 days[lldb][SymbolFileDWARF][NFC] Call base class implementation of GetTypeSystemF...Michael Buch1-6/+1
12 daysAdd support for DW_FORM_GNU_ref_alt and DW_FORM_GNU_strp_alt. (#176056)Greg Clayton1-0/+14
13 days[lldb][NFC] Mark Symbol pointers as const where easily possible (#177472)Alex Langford1-6/+7
2026-01-20[lldb][DWARFASTParserClang] RequireCompleteType for ObjC types (#176765)Michael Buch1-12/+7
2026-01-19[lldb][DWARFASTParserClang][NFC] Remove obsolete DEBUG_PRINTFMichael Buch1-22/+0
2026-01-17[llvm][Support] Move llvm::createStringErrorV to a new ErrorExtras.h header (...Michael Buch2-0/+2
2026-01-16[lldb][NFC] Replace createStringError/llvm::formatv pairs with createStringEr...Michael Buch2-10/+9
2026-01-05[lldb][DWARF] Use actual DWARF format when computing header size (#173600)Hemang Gadhavi1-4/+8
2025-12-15[lldb][NFCI] Make LookupInfo const (#171901)Alex Langford1-2/+2
2025-12-12Reland [MS][clang] Add support for vector deleting destructors (#170337)Mariya Podchishchaeva1-0/+1
2025-12-11[lldb][NFC] Change ObjectFile argument type (#171574)Jason Molenda1-5/+5
2025-12-03[lldb] Refactor LookupInfo object to be per-language (#168797)Augusto Noronha3-5/+18
2025-12-03[lldb][DWARFASTParserClang] Treat DW_TAG_template_alias like we do DW_TAG_typ...Michael Buch1-1/+3
2025-12-03[lldb][DWARFASTParserClang] Complete and make use of LLVM's RTTI support (#17...Michael Buch3-16/+14
2025-11-25[lldb][NFC] use llvm::StringRef in `ExtractContextAndIdentifer` function (#16...Ebuka Ezike1-1/+1
2025-11-21Revert "Reland [MS][clang] Add support for vector deleting destructors" (#169...Zequan Wu1-1/+0
2025-11-20[lldb] Eliminate SupportFileSP nullptr derefs (#168624)Jonas Devlieghere1-2/+2
2025-11-17[LLDB][DWARF] Use the same qualified name computation for Rust (#165840)Kiva1-2/+5
2025-11-14[lldb] Add the ability to load DWARF64 .debug_str_offsets tables for DWARF32 ...Greg Clayton2-10/+26
2025-11-13Reland [MS][clang] Add support for vector deleting destructors (#165598)Mariya Podchishchaeva1-0/+1
2025-11-06[lldb] Enable locate module callback for all module loading (#160199)GeorgeHuyubo1-1/+1
2025-10-31update ManualDWARFIndex::Index to use std::once (#165896)Tom Yang2-5/+10
2025-10-31[lldb][TypeSystem] Better support for _BitInt types (#165689)Michael Buch1-4/+9
2025-10-31[lldb][TypeSystem] Remove count parameter from TypeSystem::IsFloatingPointTyp...Michael Buch1-2/+1
2025-10-30[lldb][DWARF] Support DW_AT_bit_size on type tags (#165686)Michael Buch2-0/+5
2025-10-29[lldb][DWARFASTParserClang] Added a check for the specialization existence (#...Timur Golubovich1-0/+11
2025-09-29[lldb][DWARFASTParserClang] Simplify obsolete error condition for malformed a...Michael Buch1-37/+0
2025-09-24Fix a bug where an error was emitted for GCC union types. (#159401)Greg Clayton1-1/+5
2025-09-17[lldb] Add unreachable after fully covered switches, avoid GCC warnings. NFC....Martin Storsjö1-0/+2
2025-09-15[lldb][TypeSystem] Enable colored AST dump (#86159)Michael Buch4-6/+10
2025-09-09Reland"[lldb] Add count for errors of DWO files in statistics and combine DWO...Ziyi Wang2-10/+15
2025-09-09[lldb][Expression] Add structor variant to LLDB's function call labels (#149827)Michael Buch5-31/+156
2025-09-03Revert "[lldb] Add count for errors of DWO files in statistics and combine DW...David Peixotto2-15/+10
2025-09-03[lldb] Add count for errors of DWO files in statistics and combine DWO file c...Ziyi Wang2-10/+15
2025-09-03[lldb][DWARFASTParserClang] Don't complete conflicting Objective-C++ types (#...Michael Buch1-0/+12
2025-08-27[clang] NFC: reintroduce clang/include/clang/AST/Type.h (#155050)Matheus Izvekov2-2/+2
2025-08-27[clang] NFC: rename clang/include/clang/AST/Type.h to TypeBase.h (#155049)Matheus Izvekov2-2/+2
2025-08-21[lldb] Tweak check for CommandLineTools in ParseXcodeSDK (#154574)Dave Lee1-3/+4
2025-08-20[lldb] Use SmallPtrSet directly instead of SmallSet (NFC) (#154472)Kazu Hirata1-4/+5
2025-08-19[lldb] Replace SmallSet with SmallPtrSet (NFC) (#154366)Kazu Hirata1-1/+1
2025-08-08[lldb][SymbolFileDWARF][NFC] Add FindFunctionDefinition helper (#152733)Michael Buch2-24/+37
2025-08-05[lldb] Preserve original symbol of Mangled function names (#152201)Dave Lee1-1/+3
2025-08-05[lldb][DWARFIndex][NFC] Remove DWARFIndex::IterationActionAdaptorMichael Buch1-19/+0
2025-08-04[lldb][DWARFIndex] Adapt DebugNamesDWARFIndex::ProcessEntry to IterationActio...Michael Buch2-40/+38
2025-08-04[lldb][DWARFIndex] Adapt DWARFIndex DIERefCallback to IterationAction (#152001)Michael Buch7-93/+87
2025-08-04[lldb][DWARFIndex] Adapt DWARFIndex GetTypes APIs to IterationAction (#151992)Michael Buch9-76/+102
2025-08-04[lldb][DWARFIndex] Adapt DWARFIndex ObjC APIs to IterationAction (#151839)Michael Buch12-38/+50
2025-08-02[lldb][DWARFIndex][NFC] Change GetNamespace/GetGlobalVariables APIs to use It...Michael Buch9-101/+128
2025-08-01[lldb][Expression] Encode Module and DIE UIDs into function AsmLabels (#148877)Michael Buch5-1/+101