[Lldb-commits] [lldb] [lldb] add plugin names to process save-core error output. (PR #143126)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 20 01:42:07 PDT 2025


================
@@ -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


More information about the lldb-commits mailing list