summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile
AgeCommit message (Expand)Author
2025-11-21Revert "Reland [MS][clang] Add support for vector deleting destructors" (#169...Zequan Wu
2025-11-20[lldb] Eliminate SupportFileSP nullptr derefs (#168624)Jonas Devlieghere
2025-11-17[LLDB][DWARF] Use the same qualified name computation for Rust (#165840)Kiva
2025-11-14[lldb] Add the ability to load DWARF64 .debug_str_offsets tables for DWARF32 ...Greg Clayton
2025-11-13Reland [MS][clang] Add support for vector deleting destructors (#165598)Mariya Podchishchaeva
2025-11-06[lldb] Enable locate module callback for all module loading (#160199)GeorgeHuyubo
2025-11-05[LLDB][NativePDB] Add non-overlapping fields in root struct (#166243)nerix
2025-10-31update ManualDWARFIndex::Index to use std::once (#165896)Tom Yang
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-31[LLDB][NativePDB] Estimate symbol sizes (#165727)nerix
2025-10-30[lldb][DWARF] Support DW_AT_bit_size on type tags (#165686)Michael Buch
2025-10-29[LLDB] Use native PDB reader by default (#165363)nerix
2025-10-29[lldb][DWARFASTParserClang] Added a check for the specialization existence (#...Timur Golubovich
2025-10-27[LLDB][NativePDB] Create simple types from function arguments and return type...nerix
2025-10-15[LLDB][NativePDB] Consolidate simple types (#163209)nerix
2025-10-13[LLDB][NativePDB] Use typedef compiler type for typedef types (#156250)nerix
2025-10-07Reland "[LLDB][NativePDB] Create functions with mangled name" (#161678)nerix
2025-09-29[lldb][DWARFASTParserClang] Simplify obsolete error condition for malformed a...Michael Buch
2025-09-25Revert "[LLDB][NativePDB] Create functions with mangled name (#149701)"Martin Storsjö
2025-09-24Fix a bug where an error was emitted for GCC union types. (#159401)Greg Clayton
2025-09-24[LLDB][NativePDB] Create functions with mangled name (#149701)nerix
2025-09-24[LLDB][PDB] Fix plugin warning message style (#160398)nerix
2025-09-23[LLDB][PDB] Warn if DIA plugin is requested but not available (#160067)nerix
2025-09-18[LLDB][NativePDB] Add modifiers to modified type name (#159296)nerix
2025-09-17[lldb] Add unreachable after fully covered switches, avoid GCC warnings. NFC....Martin Storsjö
2025-09-15[lldb][TypeSystem] Enable colored AST dump (#86159)Michael Buch
2025-09-11[LLDB][NativePDB] Implement `AddSymbols` (#154121)nerix
2025-09-09Reland"[lldb] Add count for errors of DWO files in statistics and combine DWO...Ziyi Wang
2025-09-09[LLDB][NativePDB] Mark blocks as parsed after parsing (#157493)nerix
2025-09-09[lldb][Expression] Add structor variant to LLDB's function call labels (#149827)Michael Buch
2025-09-04[LLDB][NativePDB] Find global variables in namespaces (#156736)nerix
2025-09-03Revert "[lldb] Add count for errors of DWO files in statistics and combine DW...David Peixotto
2025-09-03[lldb] Add count for errors of DWO files in statistics and combine DWO file c...Ziyi Wang
2025-09-03[lldb][DWARFASTParserClang] Don't complete conflicting Objective-C++ types (#...Michael Buch
2025-09-02[lldb][NativePDB] Sort function name and type basename maps deterministically...Zequan Wu
2025-09-02[LLDB][NativePDB] Complete array member types in AST builder (#156370)nerix
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-21[lldb] Tweak check for CommandLineTools in ParseXcodeSDK (#154574)Dave Lee
2025-08-20[lldb] Use SmallPtrSet directly instead of SmallSet (NFC) (#154472)Kazu Hirata
2025-08-19[lldb] Replace SmallSet with SmallPtrSet (NFC) (#154366)Kazu Hirata
2025-08-14[LLDB][NativePDB] Ignore functions with no type in name lookup (#153382)nerix
2025-08-13[lldb] Fix warningsKazu Hirata
2025-08-13[LLDB][NativePDB] Resolve declaration for tag types (#152579)nerix
2025-08-12Reland "[LLDB][NativePDB] Find functions by basename" ( #152295) (#153160)nerix
2025-08-11Revert "[LLDB][NativePDB] Find functions by basename" (#153131)Jonas Devlieghere
2025-08-11[LLDB][NativePDB] Find functions by basename (#152295)nerix
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
2025-08-08[lldb][SymbolFileDWARF][NFC] Add FindFunctionDefinition helper (#152733)Michael Buch