================
@@ -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."""
+ self.expect(
+ "help process save-core",
+ substrs=["process save-core", "<plugin>", "Values:", "minidump"],
----------------
DavidSpickett wrote:
What's the full help look like now? I wonder where this "Values: " comes from.
Just want to make sure it's not leftover from a previous version of this PR
where we called the names "values" in the error message.
https://github.com/llvm/llvm-project/pull/143126
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits