summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
AgeCommit message (Expand)Author
2025-11-17[LLDB][DWARF] Use the same qualified name computation for Rust (#165840)Kiva
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-09[lldb][Expression] Add structor variant to LLDB's function call labels (#149827)Michael Buch
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-05[lldb] Preserve original symbol of Mangled function names (#152201)Dave Lee
2025-08-04[lldb][DWARFIndex] Adapt DWARFIndex ObjC APIs to IterationAction (#151839)Michael Buch
2025-08-01[lldb][Expression] Encode Module and DIE UIDs into function AsmLabels (#148877)Michael Buch
2025-07-31[lldb][TypeSystemClang] Make AsmLabel parameter a llvm::StringRef (#151355)Michael Buch
2025-07-22[lldb] Eliminate namespace lldb_private::dwarf (NFC) (#150073)Jonas Devlieghere
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
2025-06-22[lldb][DWAFASTParserClang][NFC] Rename GetCXXObjectParameter to GetObjectPara...Michael Buch
2025-06-20Revert "[lldb][DWARF] Remove object_pointer from ParsedDWARFAttributes" (#145...Michael Buch
2025-06-20[lldb][DWARF] Remove object_pointer from ParsedDWARFAttributes (#144880)Michael Buch
2025-06-19[lldb][DWARFASTParserClang] Make GetCXXObjectParameter public and call it fro...Michael Buch
2025-06-19[lldb][DWARFASTParserClang] GetCXXObjectParameter to take DeclContext DIE par...Michael Buch
2025-06-03[lldb][TypeSystem][NFC] CreateFunctionType to take parameters by llvm::ArrayR...Michael Buch
2025-05-21[lldb] Add templated CompilerType::GetTypeSystem (NFC) (#140424)Dave Lee
2025-05-15[lldb] Use std::optional::value_or (NFC) (#140011)Kazu Hirata
2025-05-02[lldb] Fix dynamic type resolution for types parsed from declarations (#137974)Pavel Labath
2025-04-14[LLDB] Reapply refactored CPlusPlusLanguage::MethodName to break lldb-server ...Dmitry Vasilyev
2025-03-05[lldb] Upgrade CompilerType::GetBitSize to return llvm::Expected (#129601)Adrian Prantl
2025-02-17[lldb][TypeSystemClang] Add support for floating point template argument cons...Michael Buch
2025-02-08[lldb][TypeSystemClang] Create EnumExtensibilityAttr from DW_AT_APPLE_enum_ki...Michael Buch
2025-02-07[lldb][TypeSystemClang] Fix typo in assertionMichael Buch
2025-02-03[lldb][TypeSystemClang] Pass around enum value as uint64_t (#125244)Michael Buch
2025-01-31[lldb][TypeSystemClang] Fix enum signedness in CompleteEnumType (#125203)Michael Buch
2025-01-27[lldb][TypeSystem] Ensure that ParmVarDecls have the correct DeclContext (#12...Michael Buch
2025-01-24[lldb] Use the first address range as the function address (#122440)Pavel Labath
2025-01-23Reland "[lldb][DWARFASTParserClang] Make C++ method parsing aware of explicit...Michael Buch
2025-01-23Revert "[lldb][DWARFASTParserClang] Make C++ method parsing aware of explicit...Michael Buch
2025-01-23[lldb][DWARFASTParserClang] Make C++ method parsing aware of explicit object ...Michael Buch
2025-01-22[lldb][DWARFASTParserClang][NFCI] Factor out CV-qualifier/is_static parsing f...Michael Buch
2025-01-22[lldb][DWARFASTParserClang][NFCI] Simplify ParseChildParameters (#123790)Michael Buch
2025-01-21[lldb][DWARFASTParserClang][NFC] Remove redundant local variableMichael Buch
2025-01-17[lldb][DWARFASTParserClang] Don't overwrite DW_AT_object_pointer of definitio...Michael Buch
2025-01-02[lldb][DWARFASTParserClang][NFC] Remove redundant parameter to ParseChildPara...Michael Buch
2024-12-23[lldb][SymbolFileDWARF] Share GetDIEToType between SymbolFiles of a SymbolFil...Michael Buch
2024-12-20[lldb][DWARFASTParserClang][NFC] Remove unused parameter to CompleteRecordTyp...Michael Buch
2024-12-17[lldb][DWARF] Remove obsolete calls to Supports_DW_AT_APPLE_objc_complete_typ...Michael Buch
2024-12-17[lldb][DWARFASTParserClang][ObjC] Remove workaround for old ObjC DWARF (#120218)Michael Buch
2024-12-13[lldb/DWARF] s/DWARFRangeList/llvm::DWARFAddressRangeVector (#116620)Pavel Labath
2024-12-04Reapply "[lldb][dwarf] Compute fully qualified names on simplified template n...Zequan Wu