summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
AgeCommit message (Expand)Author
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-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-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-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-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-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-02-19[Reland] Report only loaded debug info in statistics dump (#81706) (#82207)Wanyi
2024-02-17Revert "Report only loaded debug info in statistics dump (#81706)" (#82150)Jonas Devlieghere
2024-02-17Report only loaded debug info in statistics dump (#81706)Wanyi
2024-01-16[lldb] Store SupportFile in CompileUnit (NFC)Jonas Devlieghere
2024-01-04[LLDB][NativePDB] Fix use-after-free error detected by asan.Zequan Wu
2024-01-04Add support for inline DWARF source files. (#75880)Adrian Prantl
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata
2023-12-12[lldb] Make only one function that needs to be implemented when searching for...Greg Clayton
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford
2023-08-09[lldb] Sink StreamBuffer into lldbUtilityAlex Langford
2023-07-05[lldb] Fix incorrect uses of LLDB_LOG_ERRORJonas Devlieghere
2023-04-20Reland: [Demangle] replace use of llvm::StringView w/ std::string_viewNick Desaulniers
2023-04-14Revert D148384 "[Demangle] replace use of llvm::StringView w/ std::string_view"Fangrui Song
2023-04-14[Demangle] replace use of llvm::StringView w/ std::string_viewNick Desaulniers