[PATCH] D48049: Add a new SBTarget::LoadCore() overload which surfaces errors if the load fails

Adrian McCarthy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 13 09:59:57 PDT 2018


amccarth added inline comments.


================
Comment at: lldb/trunk/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/TestMiniDumpNew.py:78
+        self.assertFalse(self.process, PROCESS_IS_VALID)
+        self.assertTrue(error.Fail())
+
----------------
Is it worth checking something more specific here?  That the error indicates the file was not found?


Repository:
  rL LLVM

https://reviews.llvm.org/D48049





More information about the llvm-commits mailing list