aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Core/PluginManager.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-07-18[LLDB] Fix Memory64 BaseRVA, move all non-stack memory to Mem64. (#146777)Jacob Lalonde1-6/+8
2025-07-15[lldb] Add completions for plugin list/enable/disable (#147775)David Peixotto1-0/+32
2025-06-23[lldb] add plugin names to process save-core error output. (#143126)Ebuka Ezike1-5/+22
2025-06-20[lldb] Add Model Context Protocol (MCP) support to LLDB (#143628)Jonas Devlieghere1-0/+32
2025-06-17[lldb] Add support to list/enable/disable remaining plugin types. (#143970)David Peixotto1-37/+404
2025-06-09Add commands to list/enable/disable plugins (#134418)David Peixotto1-0/+60
2025-05-25[lldb] Use llvm::find_if (NFC) (#141385)Kazu Hirata1-3/+3
2025-04-25Add symbol locator time for each module in statistics (#137379)GeorgeHuyubo1-6/+19
2025-04-25Revert "Add symbol locator time for each module in statistics (#134563)"Kazu Hirata1-19/+6
2025-04-25Add symbol locator time for each module in statistics (#134563)GeorgeHuyubo1-6/+19
2025-04-25[lldb][CPlusPlus] Add plugin.cplusplus.display.function-name-format setting (...Michael Buch1-5/+22
2025-04-02Add enable/disable api for SystemRuntime plugins (#133794)David Peixotto1-3/+52
2025-03-31[lldb] Remove raw access to PluginInstances vector (#132884)David Peixotto1-84/+84
2024-11-26Fix return value of 'PluginManager::RegisterPlugin()'. (#114120)Miro Bucko1-4/+3
2024-09-05[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10...Adrian Prantl1-1/+1
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-3/+3
2024-08-15[LLDB] Reapply #100443 SBSaveCore Thread list (#104497)Jacob Lalonde1-1/+5
2024-08-05Revert "[LLDB][SBSaveCore] Implement a selectable threadlist for Core… (#10...Jacob Lalonde1-4/+0
2024-08-05Revert "[LLDB][SBSaveCore] Fix bug where default values are not propagated. (...Haojian Wu1-1/+1
2024-08-02[LLDB][SBSaveCore] Fix bug where default values are not propagated. (#101770)Jacob Lalonde1-1/+1
2024-08-02[LLDB][SBSaveCore] Implement a selectable threadlist for Core Options. (#100...Jacob Lalonde1-0/+4
2024-07-27[lldb/Commands] Add `scripting template list` command with auto discoveryMed Ismail Bennani1-0/+65
2024-07-25[lldb] Revert scripting template list patches (#100673)Med Ismail Bennani1-65/+0
2024-07-25[lldb/Commands] Add `scripting template list` command with auto discoveryMed Ismail Bennani1-0/+65
2024-07-23Revert "[lldb/Commands] Add `scripting template list` command with auto disco...Med Ismail Bennani1-65/+0
2024-07-23[lldb/Commands] Add `scripting template list` command with auto discovery (#9...Med Ismail Bennani1-0/+65
2024-07-18[LLDB][SaveCore] Add SBSaveCoreOptions Object, and SBProcess::SaveCore() over...Jacob Lalonde1-10/+36
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata1-2/+2
2023-12-04DEBUGINFOD based DWP acquisition for LLDB (#70996)Kevin Frei1-5/+23
2023-11-04[lldb] Move DownloadObjectAndSymbolFile to SymbolLocator plugin (#71267)Jonas Devlieghere1-1/+21
2023-11-03[lldb] Move LocateExecutableSymbolFile to SymbolLocator plugin (#71266)Jonas Devlieghere1-1/+19
2023-11-03[lldb] Move FindSymbolFileInBundle to SymbolLocator plugin (#71247)Jonas Devlieghere1-4/+24
2023-11-03[lldb] Convert LocateSymbolFile into a plugin (#71151)Jonas Devlieghere1-0/+53
2023-06-27[lldb][NFCI] Remove use of ConstString from PluginManagerAlex Langford1-50/+42
2023-06-26[lldb][NFCI] Remove unneeded ConstString constructions for OptionValuePropert...Alex Langford1-2/+2
2023-04-19[lldb] Change setting descriptions to use StringRef instead of ConstStringAlex Langford1-46/+44
2023-04-13[lldb] Show register fields using bitfield struct typesDavid Spickett1-0/+39
2022-10-25[trace][intel pt] Simple detection of infinite decoding loopsWalter Erquinigo1-4/+14
2022-08-25[lldb] Teach LLDB about Mach-O filesetsJonas Devlieghere1-2/+15
2022-06-24[NFC][lldb][trace] Rename trace session to trace bundleWalter Erquinigo1-9/+9
2022-06-09[lldb] Set COFF module ABI from default triple and make it an optionAlvin Wong1-5/+25
2021-12-14[lldb] Check if language is supported before creating a REPL instanceJonas Devlieghere1-0/+6
2021-11-03[lldb] Remove ConstString from plugin names in PluginManager innardsPavel Labath1-113/+98
2021-11-02[lldb] Remove ConstString from TypeSystem and REPL plugin namesPavel Labath1-6/+7
2021-10-29[lldb] Remove ConstString from SymbolVendor, Trace, TraceExporter, UnwindAsse...Pavel Labath1-25/+31
2021-10-28[lldb] Remove ConstString from Process, ScriptInterpreter and StructuredData ...Pavel Labath1-11/+13
2021-10-27Remove ConstString from Language, LanguageRuntime, SystemRuntime and SymbolFi...Pavel Labath1-12/+15
2021-10-26[lldb] Remove ConstString from Platform plugin namesPavel Labath1-6/+8
2021-10-25Remove ConstString from DynamicLoader, JITLoader and Instruction plugin namesPavel Labath1-11/+14
2021-10-22[lldb] Remove ConstString from ABI, Architecture and Disassembler plugin namesPavel Labath1-9/+13