[Lldb-commits] [lldb] [lldb] Add support to list/enable/disable remaining plugin types. (PR #143970)
David Peixotto via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 12 14:03:06 PDT 2025
================
@@ -10,10 +10,10 @@
# Test plugin list without an argument will list all plugins.
plugin list
# CHECK-LABEL: plugin list
-# CHECK: system-runtime
-# CHECK: [+] systemruntime-macosx System runtime plugin for Mac OS X native libraries
# CHECK: instrumentation-runtime
# CHECK: [+] AddressSanitizer AddressSanitizer instrumentation runtime plugin.
+# CHECK: system-runtime
----------------
dmpots wrote:
This changed because the plugins are now listed alphabetically instead of the order they appear in the source code of PluginManager.h.
https://github.com/llvm/llvm-project/pull/143970
More information about the lldb-commits
mailing list