[Lldb-commits] [lldb] Add commands to list/enable/disable plugins (PR #134418)

David Peixotto via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 6 15:48:13 PDT 2025


================
@@ -486,6 +544,12 @@ class PluginManager {
   static InstrumentationRuntimeCreateInstance
   GetInstrumentationRuntimeCreateCallbackAtIndex(uint32_t idx);
 
+  static std::vector<RegisteredPluginInfo>
+  GetInstrumentationRuntimePluginInfo();
----------------
dmpots wrote:

The SystemRuntime functions were added in an earlier PR that has already merged (#133794). That's why they are not showing up as changes in this PR.

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


More information about the lldb-commits mailing list