================ @@ -88,3 +88,10 @@ def test_save_core_via_process_plugin(self): os.unlink(core) except OSError: pass + + def test_help(self): + """Test that help shows minidump as an option in plugin-names.""" ---------------- DavidSpickett wrote:
It's more that it shows all plugins capable of writing a core and for now that is just minidump. https://github.com/llvm/llvm-project/pull/143126 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits