aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile
AgeCommit message (Expand)AuthorFilesLines
4 hoursAdd support for DW_FORM_GNU_ref_alt and DW_FORM_GNU_strp_alt. (#176056)Greg Clayton1-0/+14
14 hours[lldb][NativePDB] Fix crash in debugger when PDB has bad type index value (#1...Vladimir Gorsunov2-10/+19
31 hours[lldb][NFC] Mark Symbol pointers as const where easily possible (#177472)Alex Langford3-9/+10
8 days[lldb][DWARFASTParserClang] RequireCompleteType for ObjC types (#176765)Michael Buch1-12/+7
10 days[lldb][DWARFASTParserClang][NFC] Remove obsolete DEBUG_PRINTFMichael Buch1-22/+0
12 days[llvm][Support] Move llvm::createStringErrorV to a new ErrorExtras.h header (...Michael Buch2-0/+2
13 days[lldb][NFC] Replace createStringError/llvm::formatv pairs with createStringEr...Michael Buch2-10/+9
13 days[LLDB][NativePDB] Add PdbAstBuilder null checks (#176065)Leonard Grey1-26/+45
13 days[lldb][NFC] Make parameter const in SymbolFile::GetParameterStackSize (#176220)Alex Langford2-2/+3
2026-01-14[LLDB][NativePDB] Introduce PdbAstBuilderClang (#175840)Leonard Grey7-244/+300
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