================ @@ -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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits