summaryrefslogtreecommitdiff
path: root/lldb/source/Core/PluginManager.cpp
AgeCommit message (Expand)Author
2025-11-06[lldb/Target] Add SyntheticFrameProvider class (#166664)Med Ismail Bennani
2025-07-18[LLDB] Fix Memory64 BaseRVA, move all non-stack memory to Mem64. (#146777)Jacob Lalonde
2025-07-15[lldb] Add completions for plugin list/enable/disable (#147775)David Peixotto
2025-06-23[lldb] add plugin names to process save-core error output. (#143126)Ebuka Ezike
2025-06-20[lldb] Add Model Context Protocol (MCP) support to LLDB (#143628)Jonas Devlieghere
2025-06-17[lldb] Add support to list/enable/disable remaining plugin types. (#143970)David Peixotto
2025-06-09Add commands to list/enable/disable plugins (#134418)David Peixotto
2025-05-25[lldb] Use llvm::find_if (NFC) (#141385)Kazu Hirata
2025-04-25Add symbol locator time for each module in statistics (#137379)GeorgeHuyubo
2025-04-25Revert "Add symbol locator time for each module in statistics (#134563)"Kazu Hirata
2025-04-25Add symbol locator time for each module in statistics (#134563)GeorgeHuyubo
2025-04-25[lldb][CPlusPlus] Add plugin.cplusplus.display.function-name-format setting (...Michael Buch
2025-04-02Add enable/disable api for SystemRuntime plugins (#133794)David Peixotto
2025-03-31[lldb] Remove raw access to PluginInstances vector (#132884)David Peixotto
2024-11-26Fix return value of 'PluginManager::RegisterPlugin()'. (#114120)Miro Bucko
2024-09-05[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10...Adrian Prantl
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-08-15[LLDB] Reapply #100443 SBSaveCore Thread list (#104497)Jacob Lalonde
2024-08-05Revert "[LLDB][SBSaveCore] Implement a selectable threadlist for Core… (#10...Jacob Lalonde
2024-08-05Revert "[LLDB][SBSaveCore] Fix bug where default values are not propagated. (...Haojian Wu
2024-08-02[LLDB][SBSaveCore] Fix bug where default values are not propagated. (#101770)Jacob Lalonde
2024-08-02[LLDB][SBSaveCore] Implement a selectable threadlist for Core Options. (#100...Jacob Lalonde
2024-07-27[lldb/Commands] Add `scripting template list` command with auto discoveryMed Ismail Bennani
2024-07-25[lldb] Revert scripting template list patches (#100673)Med Ismail Bennani
2024-07-25[lldb/Commands] Add `scripting template list` command with auto discoveryMed Ismail Bennani
2024-07-23Revert "[lldb/Commands] Add `scripting template list` command with auto disco...Med Ismail Bennani
2024-07-23[lldb/Commands] Add `scripting template list` command with auto discovery (#9...Med Ismail Bennani
2024-07-18[LLDB][SaveCore] Add SBSaveCoreOptions Object, and SBProcess::SaveCore() over...Jacob Lalonde
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata
2023-12-04DEBUGINFOD based DWP acquisition for LLDB (#70996)Kevin Frei
2023-11-04[lldb] Move DownloadObjectAndSymbolFile to SymbolLocator plugin (#71267)Jonas Devlieghere
2023-11-03[lldb] Move LocateExecutableSymbolFile to SymbolLocator plugin (#71266)Jonas Devlieghere
2023-11-03[lldb] Move FindSymbolFileInBundle to SymbolLocator plugin (#71247)Jonas Devlieghere
2023-11-03[lldb] Convert LocateSymbolFile into a plugin (#71151)Jonas Devlieghere
2023-06-27[lldb][NFCI] Remove use of ConstString from PluginManagerAlex Langford
2023-06-26[lldb][NFCI] Remove unneeded ConstString constructions for OptionValuePropert...Alex Langford
2023-04-19[lldb] Change setting descriptions to use StringRef instead of ConstStringAlex Langford
2023-04-13[lldb] Show register fields using bitfield struct typesDavid Spickett
2022-10-25[trace][intel pt] Simple detection of infinite decoding loopsWalter Erquinigo
2022-08-25[lldb] Teach LLDB about Mach-O filesetsJonas Devlieghere
2022-06-24[NFC][lldb][trace] Rename trace session to trace bundleWalter Erquinigo
2022-06-09[lldb] Set COFF module ABI from default triple and make it an optionAlvin Wong
2021-12-14[lldb] Check if language is supported before creating a REPL instanceJonas Devlieghere
2021-11-03[lldb] Remove ConstString from plugin names in PluginManager innardsPavel Labath
2021-11-02[lldb] Remove ConstString from TypeSystem and REPL plugin namesPavel Labath
2021-10-29[lldb] Remove ConstString from SymbolVendor, Trace, TraceExporter, UnwindAsse...Pavel Labath
2021-10-28[lldb] Remove ConstString from Process, ScriptInterpreter and StructuredData ...Pavel Labath
2021-10-27Remove ConstString from Language, LanguageRuntime, SystemRuntime and SymbolFi...Pavel Labath
2021-10-26[lldb] Remove ConstString from Platform plugin namesPavel Labath
2021-10-25Remove ConstString from DynamicLoader, JITLoader and Instruction plugin namesPavel Labath