aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile
AgeCommit message (Expand)AuthorFilesLines
2026-01-12[lldb][NativePDB] NFC: Add language-agnostic hooks for AST population (#175624)Leonard Grey3-12/+39
2026-01-12[lldb][NativePDB] NFC: Remove Clang-specific typedef handling (#175623)Leonard Grey3-15/+14
2026-01-08[LLDB][PDB] NFC: Change ToCompilerDecl(Context) signature (#175052)Leonard Grey3-15/+15
2026-01-08[LLDB][NativePDB] NFC: Add language-agnostic interface to PdbAstBuilder (#173...Leonard Grey4-97/+104
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-14[LLDB][NativePDB] Create typedefs in structs (#169248)nerix1-0/+26
2025-12-12[LLDB][NativePDB] Use original struct name when searching for constants (#166...nerix2-25/+16
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 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