[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
Fri Jun 13 14:59:43 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:

- [x] Switched it to use CHECK-DAG.

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


More information about the lldb-commits mailing list