================
@@ -164,3 +164,20 @@ def test_exit_status_message_ok(self):
             console_output,
             "Exit status does not contain message 'exited with status'",
         )
+
+    def test_diagnositcs(self):
+        program = self.getBuildArtifact("a.out")
+        self.build_and_launch(program)
+
+        core = self.getBuildArtifact("minidump.core")
----------------
da-viper wrote:

I don't think may work on other platforms. Maybe we could test using a 
breakpoint that doesn't exist 

`breakpoint set --file={filename} --line={line] --comand 
"not_an_existing_command" `

https://github.com/llvm/llvm-project/pull/137280
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to