summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/Breakpad
AgeCommit message (Expand)Author
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath
2025-03-21 [lldb] s/ValidRange/ValidRanges in UnwindPlan (#127661)Pavel Labath
2025-03-19[lldb] Use UnwindPlan::Row as values (#131150)Pavel Labath
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-12[lldb] (Begin to) support discontinuous lldb_private::Functions (#115730)Pavel Labath
2024-09-23[lldb][NFC] New names for the two RegisterLocation classes (#109611)Jason Molenda
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-16[lldb] Store SupportFile in CompileUnit (NFC)Jonas Devlieghere
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-21[lldb] Let Mangled decide whether a name is mangled or notJonas 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-09-13[lldb] Fixed a number of typosGabriel Ravier
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-06-26[lld] Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-20Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-20Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-20Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-19[lldb] Use value_or instead of getValueOr (NFC)Kazu Hirata
2022-04-25Refactor protected virtual functions from SymbolFile into new SymbolFileCommo...Jeffrey Tan
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2021-11-30[NFC] Refactor symbol table parsing.Greg Clayton
2021-11-17Revert "[NFC] Refactor symbol table parsing."Greg Clayton
2021-11-17[NFC] Refactor symbol table parsing.Greg Clayton
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