aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile
AgeCommit message (Expand)AuthorFilesLines
2025-12-03[lldb] Refactor LookupInfo object to be per-language (#168797)Augusto Noronha4-6/+19
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-12-01[LLDB][NativePDB] Look for PDBs in `target.debug-file-search-paths` (#169719)nerix1-9/+43
2025-11-28[LLDB][PDB] Access object file through module (#169728)nerix2-4/+8
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-11-05[LLDB][NativePDB] Add non-overlapping fields in root struct (#166243)nerix1-2/+21
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-31[LLDB][NativePDB] Estimate symbol sizes (#165727)nerix1-16/+51
2025-10-30[lldb][DWARF] Support DW_AT_bit_size on type tags (#165686)Michael Buch2-0/+5
2025-10-29[LLDB] Use native PDB reader by default (#165363)nerix1-12/+6
2025-10-29[lldb][DWARFASTParserClang] Added a check for the specialization existence (#...Timur Golubovich1-0/+11
2025-10-27[LLDB][NativePDB] Create simple types from function arguments and return type...nerix2-0/+27
2025-10-15[LLDB][NativePDB] Consolidate simple types (#163209)nerix2-18/+77
2025-10-13[LLDB][NativePDB] Use typedef compiler type for typedef types (#156250)nerix1-3/+6
2025-10-07Reland "[LLDB][NativePDB] Create functions with mangled name" (#161678)nerix3-8/+114
2025-09-29[lldb][DWARFASTParserClang] Simplify obsolete error condition for malformed a...Michael Buch1-37/+0
2025-09-25Revert "[LLDB][NativePDB] Create functions with mangled name (#149701)"Martin Storsjö3-48/+8
2025-09-24Fix a bug where an error was emitted for GCC union types. (#159401)Greg Clayton1-1/+5
2025-09-24[LLDB][NativePDB] Create functions with mangled name (#149701)nerix3-8/+48
2025-09-24[LLDB][PDB] Fix plugin warning message style (#160398)nerix1-2/+2
2025-09-23[LLDB][PDB] Warn if DIA plugin is requested but not available (#160067)nerix1-21/+30
2025-09-18[LLDB][NativePDB] Add modifiers to modified type name (#159296)nerix1-2/+10
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 Buch10-15/+24
2025-09-11[LLDB][NativePDB] Implement `AddSymbols` (#154121)nerix1-1/+38
2025-09-09Reland"[lldb] Add count for errors of DWO files in statistics and combine DWO...Ziyi Wang2-10/+15
2025-09-09[LLDB][NativePDB] Mark blocks as parsed after parsing (#157493)nerix1-0/+2
2025-09-09[lldb][Expression] Add structor variant to LLDB's function call labels (#149827)Michael Buch5-31/+156
2025-09-04[LLDB][NativePDB] Find global variables in namespaces (#156736)nerix2-29/+79
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-09-02[lldb][NativePDB] Sort function name and type basename maps deterministically...Zequan Wu1-4/+4
2025-09-02[LLDB][NativePDB] Complete array member types in AST builder (#156370)nerix1-0/+1
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-14[LLDB][NativePDB] Ignore functions with no type in name lookup (#153382)nerix1-1/+1
2025-08-13[lldb] Fix warningsKazu Hirata1-2/+2