aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/NativePDB
AgeCommit message (Expand)AuthorFilesLines
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)nerix1-1/+2
2025-11-05[LLDB][NativePDB] Add non-overlapping fields in root struct (#166243)nerix1-2/+21
2025-10-31[LLDB][NativePDB] Estimate symbol sizes (#165727)nerix1-16/+51
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-25Revert "[LLDB][NativePDB] Create functions with mangled name (#149701)"Martin Storsjö3-48/+8
2025-09-24[LLDB][NativePDB] Create functions with mangled name (#149701)nerix3-8/+48
2025-09-18[LLDB][NativePDB] Add modifiers to modified type name (#159296)nerix1-2/+10
2025-09-15[lldb][TypeSystem] Enable colored AST dump (#86159)Michael Buch4-6/+9
2025-09-11[LLDB][NativePDB] Implement `AddSymbols` (#154121)nerix1-1/+38
2025-09-09[LLDB][NativePDB] Mark blocks as parsed after parsing (#157493)nerix1-0/+2
2025-09-04[LLDB][NativePDB] Find global variables in namespaces (#156736)nerix2-29/+79
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-14[LLDB][NativePDB] Ignore functions with no type in name lookup (#153382)nerix1-1/+1
2025-08-13[lldb] Fix warningsKazu Hirata1-2/+2
2025-08-13[LLDB][NativePDB] Resolve declaration for tag types (#152579)nerix2-1/+96
2025-08-12Reland "[LLDB][NativePDB] Find functions by basename" ( #152295) (#153160)nerix2-19/+143
2025-08-11Revert "[LLDB][NativePDB] Find functions by basename" (#153131)Jonas Devlieghere2-143/+19
2025-08-11[LLDB][NativePDB] Find functions by basename (#152295)nerix2-19/+143
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov1-5/+6
2025-08-05[LLDB][NativePDB] Use undecorated name for types if UniqueName isn't mangled ...nerix2-8/+4
2025-08-05[LLDB][NativePDB] Implement `FindNamespace` (#151950)nerix3-5/+73
2025-08-04[LLDB] Add setting for native PDB reader (#151490)nerix1-0/+4
2025-08-04[LLDB][NativePDB] Allow type lookup in namespaces (#149876)nerix3-12/+87
2025-07-31[lldb][TypeSystemClang] Make AsmLabel parameter a llvm::StringRef (#151355)Michael Buch2-6/+5
2025-07-30[LLDB][NativePDB] Fix name access for classes in `CVTagRecord::name` (#151190)nerix1-1/+1
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath1-5/+5
2025-06-03[lldb][TypeSystem][NFC] CreateFunctionType to take parameters by llvm::ArrayR...Michael Buch1-2/+2
2025-06-02[lldb] Add filter option to AST dump command (#142164)Michael Buch4-6/+6
2025-05-21[lldb] Add templated CompilerType::GetTypeSystem (NFC) (#140424)Dave Lee1-2/+1
2025-05-04[lldb] Remove unused local variables (NFC) (#138457)Kazu Hirata1-1/+0
2025-03-21Reland: [clang] preserve class type sugar when taking pointer to member (#132...Matheus Izvekov1-1/+1
2025-03-20Revert "Reland: [clang] preserve class type sugar when taking pointer to memb...Matheus Izvekov1-1/+1
2025-03-20Reland: [clang] preserve class type sugar when taking pointer to member (#132...Matheus Izvekov1-1/+1
2025-03-05[lldb] Upgrade CompilerType::GetBitSize to return llvm::Expected (#129601)Adrian Prantl1-11/+13
2025-02-20[lldb] Renaissance LineTable sequences (#127800)Pavel Labath1-6/+5
2025-01-27[lldb][TypeSystem] Ensure that ParmVarDecls have the correct DeclContext (#12...Michael Buch1-1/+1
2025-01-24[lldb] Use the first address range as the function address (#122440)Pavel Labath1-7/+5
2025-01-10[lldb] Add Function::GetAddress and redirect some uses (#115836)Pavel Labath1-8/+4
2024-12-03Reapply "[lldb] Use the function block as a source for function ranges (#1179...Pavel Labath1-9/+3
2024-12-03Revert "[lldb] Use the function block as a source for function ranges (#117996)"Pavel Labath1-3/+9
2024-12-03[lldb] Use the function block as a source for function ranges (#117996)Pavel Labath1-9/+3
2024-11-27[lldb] Make sure Blocks always have a parent (#117683)Pavel Labath1-4/+2
2024-11-26[lldb/NativePDB] Don't create parentless blocks (#117581)Pavel Labath2-26/+39
2024-11-12[lldb] (Begin to) support discontinuous lldb_private::Functions (#115730)Pavel Labath1-1/+1
2024-11-01[lldb][NativePDB] Parse global variables. (#114303)Zequan Wu1-3/+23