================ @@ -104,6 +103,17 @@ def waitUntil(self, condition_callback): time.sleep(0.5) return False + def assertResponseSuccess(self, response: Response): + self.assertIsNotNone(response) + if not response.get("success", False): ---------------- ashgti wrote:
Done. https://github.com/llvm/llvm-project/pull/141689 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits