[Lldb-commits] [lldb] Add commands to list/enable/disable plugins (PR #134418)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 6 15:27:07 PDT 2025
================
@@ -486,6 +544,12 @@ class PluginManager {
static InstrumentationRuntimeCreateInstance
GetInstrumentationRuntimeCreateCallbackAtIndex(uint32_t idx);
+ static std::vector<RegisteredPluginInfo>
+ GetInstrumentationRuntimePluginInfo();
----------------
clayborg wrote:
Did the system runtime stuff get removed from this patch?
https://github.com/llvm/llvm-project/pull/134418
More information about the lldb-commits
mailing list