aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/Breakpad
AgeCommit message (Expand)AuthorFilesLines
2026-01-15[lldb][NFC] Make parameter const in SymbolFile::GetParameterStackSize (#176220)Alex Langford2-2/+3
2025-12-03[lldb] Refactor LookupInfo object to be per-language (#168797)Augusto Noronha1-1/+1
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath1-2/+2
2025-03-21 [lldb] s/ValidRange/ValidRanges in UnwindPlan (#127661)Pavel Labath1-6/+6
2025-03-19[lldb] Use UnwindPlan::Row as values (#131150)Pavel Labath1-15/+12
2025-02-20[lldb] Renaissance LineTable sequences (#127800)Pavel Labath1-7/+5
2025-01-24[lldb] Use the first address range as the function address (#122440)Pavel Labath1-4/+4
2025-01-10[lldb] Add Function::GetAddress and redirect some uses (#115836)Pavel Labath1-2/+2
2024-12-03Reapply "[lldb] Use the function block as a source for function ranges (#1179...Pavel Labath1-3/+1
2024-12-03Revert "[lldb] Use the function block as a source for function ranges (#117996)"Pavel Labath1-1/+3
2024-12-03[lldb] Use the function block as a source for function ranges (#117996)Pavel Labath1-3/+1
2024-11-27[lldb] Make sure Blocks always have a parent (#117683)Pavel Labath1-2/+2
2024-11-12[lldb] (Begin to) support discontinuous lldb_private::Functions (#115730)Pavel Labath1-1/+1
2024-09-23[lldb][NFC] New names for the two RegisterLocation classes (#109611)Jason Molenda1-2/+2
2024-05-23Add a createError variant without error code (NFC) (#93209)Adrian Prantl1-3/+2
2024-02-19[Reland] Report only loaded debug info in statistics dump (#81706) (#82207)Wanyi2-2/+2
2024-02-17Revert "Report only loaded debug info in statistics dump (#81706)" (#82150)Jonas Devlieghere2-2/+2
2024-02-17Report only loaded debug info in statistics dump (#81706)Wanyi2-2/+2
2024-01-16[lldb] Store SupportFile in CompileUnit (NFC)Jonas Devlieghere1-4/+5
2024-01-04Add support for inline DWARF source files. (#75880)Adrian Prantl2-4/+4
2023-12-12[lldb] Make only one function that needs to be implemented when searching for...Greg Clayton2-18/+0
2023-05-04[lldb] Move Core/FileSpecList -> Utility/FileSpecList (NFC)Jonas Devlieghere1-1/+1
2023-04-21[lldb] Let Mangled decide whether a name is mangled or notJonas Devlieghere1-1/+1
2023-04-14[lldb][ClangExpression] Filter out non-root namespaces in FindNamespaceMichael Buch1-3/+3
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata2-12/+12
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata2-0/+2
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata2-4/+4
2022-11-16Make CompilerType safeAdrian Prantl1-1/+1
2022-09-13[lldb] Fixed a number of typosGabriel Ravier1-1/+1
2022-08-04Re-submit "[lldb] Filter DIEs based on qualified name where possible"Alex Langford2-4/+4
2022-08-04Revert "[lldb] Filter DIEs based on qualified name where possible"Alex Langford2-4/+4
2022-08-04[lldb] Filter DIEs based on qualified name where possibleAlex Langford2-4/+4
2022-06-26[lld] Don't use Optional::hasValue (NFC)Kazu Hirata1-2/+2
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata1-2/+2
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata1-2/+2
2022-06-20Don't use Optional::hasValue (NFC)Kazu Hirata1-1/+1
2022-06-20Don't use Optional::hasValue (NFC)Kazu Hirata1-2/+1
2022-06-20Don't use Optional::hasValue (NFC)Kazu Hirata1-2/+2
2022-06-19[lldb] Use value_or instead of getValueOr (NFC)Kazu Hirata1-2/+2
2022-04-25Refactor protected virtual functions from SymbolFile into new SymbolFileCommo...Jeffrey Tan1-3/+3
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath1-0/+1
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath1-8/+8
2021-11-30[NFC] Refactor symbol table parsing.Greg Clayton1-2/+1
2021-11-17Revert "[NFC] Refactor symbol table parsing."Greg Clayton1-1/+2
2021-11-17[NFC] Refactor symbol table parsing.Greg Clayton1-2/+1
2021-11-10[LLDB][Breakpad] Make lldb understand INLINE and INLINE_ORIGIN records in bre...Zequan Wu2-3/+97
2021-11-10[LLDB][Breakpad] Create a function for each compilation unit.Zequan Wu2-9/+63
2021-10-27Remove ConstString from Language, LanguageRuntime, SystemRuntime and SymbolFi...Pavel Labath2-10/+3
2021-10-26Add new key/value pairs to the module statistics for "statistics dump".Greg Clayton2-0/+8
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath1-1/+3