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

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 1 21:39:30 PDT 2025


https://github.com/JDevlieghere approved this pull request.

This change LGTM. 

Are you able to share the motivation behind wanting to enable/disable plugins at runtime? 

I added support for disabling plugins at configuration/build time and at the time @labath had concerns about that as various parts of LLDB depend on certain plugins. Do you plan on making this opt-in for plugins or will users be able to disable arbitrary plugins at runtime? 

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


More information about the lldb-commits mailing list