summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/NativePDB
AgeCommit message (Expand)Author
2025-11-05[LLDB][NativePDB] Add non-overlapping fields in root struct (#166243)nerix
2025-10-31[LLDB][NativePDB] Estimate symbol sizes (#165727)nerix
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-25Revert "[LLDB][NativePDB] Create functions with mangled name (#149701)"Martin Storsjö
2025-09-24[LLDB][NativePDB] Create functions with mangled name (#149701)nerix
2025-09-18[LLDB][NativePDB] Add modifiers to modified type name (#159296)nerix
2025-09-15[lldb][TypeSystem] Enable colored AST dump (#86159)Michael Buch
2025-09-11[LLDB][NativePDB] Implement `AddSymbols` (#154121)nerix
2025-09-09[LLDB][NativePDB] Mark blocks as parsed after parsing (#157493)nerix
2025-09-04[LLDB][NativePDB] Find global variables in namespaces (#156736)nerix
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-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-05[LLDB][NativePDB] Use undecorated name for types if UniqueName isn't mangled ...nerix
2025-08-05[LLDB][NativePDB] Implement `FindNamespace` (#151950)nerix
2025-08-04[LLDB] Add setting for native PDB reader (#151490)nerix
2025-08-04[LLDB][NativePDB] Allow type lookup in namespaces (#149876)nerix
2025-07-31[lldb][TypeSystemClang] Make AsmLabel parameter a llvm::StringRef (#151355)Michael Buch
2025-07-30[LLDB][NativePDB] Fix name access for classes in `CVTagRecord::name` (#151190)nerix
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath
2025-06-03[lldb][TypeSystem][NFC] CreateFunctionType to take parameters by llvm::ArrayR...Michael Buch
2025-06-02[lldb] Add filter option to AST dump command (#142164)Michael Buch
2025-05-21[lldb] Add templated CompilerType::GetTypeSystem (NFC) (#140424)Dave Lee
2025-05-04[lldb] Remove unused local variables (NFC) (#138457)Kazu Hirata
2025-03-21Reland: [clang] preserve class type sugar when taking pointer to member (#132...Matheus Izvekov
2025-03-20Revert "Reland: [clang] preserve class type sugar when taking pointer to memb...Matheus Izvekov
2025-03-20Reland: [clang] preserve class type sugar when taking pointer to member (#132...Matheus Izvekov
2025-03-05[lldb] Upgrade CompilerType::GetBitSize to return llvm::Expected (#129601)Adrian Prantl
2025-02-20[lldb] Renaissance LineTable sequences (#127800)Pavel Labath
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-10[lldb] Add Function::GetAddress and redirect some uses (#115836)Pavel Labath
2024-12-03Reapply "[lldb] Use the function block as a source for function ranges (#1179...Pavel Labath
2024-12-03Revert "[lldb] Use the function block as a source for function ranges (#117996)"Pavel Labath
2024-12-03[lldb] Use the function block as a source for function ranges (#117996)Pavel Labath
2024-11-27[lldb] Make sure Blocks always have a parent (#117683)Pavel Labath
2024-11-26[lldb/NativePDB] Don't create parentless blocks (#117581)Pavel Labath
2024-11-12[lldb] (Begin to) support discontinuous lldb_private::Functions (#115730)Pavel Labath
2024-11-01[lldb][NativePDB] Parse global variables. (#114303)Zequan Wu
2024-08-07[lldb][TypeSystem] Pass ClangASTMetadata by-value when creating record/objc t...Michael Buch
2024-05-28[lldb][NativePDB] Fix uninitialized values found by msan.Zequan Wu