summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h
AgeCommit message (Expand)Author
2025-09-04[LLDB][NativePDB] Find global variables in namespaces (#156736)nerix
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-04[LLDB][NativePDB] Allow type lookup in namespaces (#149876)nerix
2025-06-02[lldb] Add filter option to AST dump command (#142164)Michael Buch
2024-11-26[lldb/NativePDB] Don't create parentless blocks (#117581)Pavel Labath
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-04Add support for inline DWARF source files. (#75880)Adrian Prantl
2023-12-12[lldb] Make only one function that needs to be implemented when searching for...Greg Clayton
2023-04-14[lldb][ClangExpression] Filter out non-root namespaces in FindNamespaceMichael Buch
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-11-16Make CompilerType safeAdrian Prantl
2022-10-13[LLDB][NativePDB] Fix struct layout when it has anonymous unions.Zequan Wu
2022-09-27[LLDB][NativePDB] Let native pdb use class layout in debug info.Zequan Wu
2022-08-04Re-submit "[lldb] Filter DIEs based on qualified name where possible"Alex Langford
2022-08-04Revert "[lldb] Filter DIEs based on qualified name where possible"Alex Langford
2022-08-04[lldb] Filter DIEs based on qualified name where possibleAlex Langford
2022-04-25Refactor protected virtual functions from SymbolFile into new SymbolFileCommo...Jeffrey Tan
2022-04-25[LLDB][NativePDB] Fix incorrect file index of inlinees introduced by f00cd23c...Zequan Wu
2022-01-13Revert "Revert "[LLDB][NativePDB] Add support for inlined functions""Zequan Wu
2022-01-12Revert "[LLDB][NativePDB] Add support for inlined functions"Stella Stamenova
2022-01-11[LLDB][NativePDB] Add support for inlined functionsZequan Wu
2021-10-27Remove ConstString from Language, LanguageRuntime, SystemRuntime and SymbolFi...Pavel Labath
2021-10-26Add new key/value pairs to the module statistics for "statistics dump".Greg Clayton
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath
2021-05-04[lldb] Refactor argument group by SourceLocationSpec (NFCI)Med Ismail Bennani
2020-10-26[lldb][PDB] Add ObjectFile PDB pluginZequan Wu
2020-02-18[lldb][NFC] Make all CompilerDeclContext parameters references instead of poi...Raphael Isemann
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2019-11-15Add RTTI support to the SymbolFile class hierarchyAdrian Prantl
2019-11-12Performance: Add a set of visited SymbolFiles to the other FindFiles variant.Adrian Prantl
2019-10-17Modernize the rest of the Find.* API (NFC)Adrian Prantl
2019-10-11[NativePDB] Remove unused references to ClangASTImporterAlex Langford
2019-10-01Remove size_t return parameter from FindTypesAdrian Prantl
2019-09-30Remove unused "append" parameter from FindTypes APIAdrian Prantl
2019-08-22Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl
2019-08-22Revert Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl
2019-08-22Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl
2019-08-21Generalize FindTypes with CompilerContext to support fuzzy lookupAdrian Prantl
2019-07-31SymbolVendor: Remove the object file member variablePavel Labath
2019-07-30[Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford
2019-07-23SymbolVendor: Move compile unit handling into the SymbolFile classPavel Labath
2019-05-13[NativePDB] Support member function types in PdbAstBuilderAleksandr Urakov
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere