[Lldb-commits] [lldb] Add enable/disable api for SystemRuntime plugins (PR #133794)

David Peixotto via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 31 13:52:15 PDT 2025


dmpots wrote:

This PR modifies the PluginManager to support enable/disable. A following [commit](https://github.com/dmpots/llvm-project/commit/aaa3ab3d063580747bb106f39e6792232cc0af00) will expose the commands to the user.

This is currently only working for the SystemRuntime plugins. Once these first commits land I plan to do the same for the other plugin types.

https://github.com/llvm/llvm-project/pull/133794


More information about the lldb-commits mailing list