We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c55cc1e commit 9096883Copy full SHA for 9096883
lldb/test/API/functionalities/completion/TestCompletion.py
@@ -135,6 +135,9 @@ def test_process_plugin_completion(self):
135
"process " + subcommand + " mach-o-core",
136
)
137
138
+ def test_process_save_core(self):
139
+ self.complete_from_to("process save-core --plugin-name ", ["minidump"])
140
+
141
def completions_contain_str(self, input, needle):
142
interp = self.dbg.GetCommandInterpreter()
143
match_strings = lldb.SBStringList()
0 commit comments