summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.h
AgeCommit message (Expand)Author
2024-05-23Add a createError variant without error code (NFC) (#93209)Adrian Prantl
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-05-04[lldb] Move Core/FileSpecList -> Utility/FileSpecList (NFC)Jonas Devlieghere
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-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-11-16Make CompilerType safeAdrian Prantl
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
2021-11-10[LLDB][Breakpad] Make lldb understand INLINE and INLINE_ORIGIN records in bre...Zequan Wu
2021-11-10[LLDB][Breakpad] Create a function for each compilation unit.Zequan 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-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-05-04[lldb] Refactor argument group by SourceLocationSpec (NFCI)Med Ismail Bennani
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-01Remove size_t return parameter from FindTypesAdrian Prantl
2019-09-30Remove unused "append" parameter from FindTypes APIAdrian Prantl
2019-09-27Unwind: Add a stack scanning mechanism to support win32 unwindingPavel Labath
2019-09-05Breakpad: Basic support for STACK WIN unwindingPavel Labath
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-13Breakpad: Generate unwind plans from STACK CFI recordsPavel Labath
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-06Pass ConstString by value (NFC)Adrian Prantl
2019-02-13Deserialize Clang module search path from DWARFAdrian Prantl
2019-02-07SymbolFileBreakpad: Add line table supportPavel Labath
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-14[SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner
2019-01-14[SymbolFile] Remove the SymbolContext parameter from FindNamespace.Zachary Turner
2019-01-14[SymbolFile] Rename ParseFunctionBlocks to ParseBlocksRecursive.Zachary Turner
2019-01-11Fix build breaks after the ParseCompileUnit changes.Zachary Turner