friss accepted this revision.
friss added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: lldb/test/API/macosx/simulator/TestSimulatorPlatform.py:30
+        dylib_info = None
+        reponse = False
+        response = False
----------------
typo?


================
Comment at: lldb/test/API/macosx/simulator/TestSimulatorPlatform.py:47
+            if image['pathname'].endswith('a.out'):
+                aout_info = image
+        self.assertTrue(aout_info)
----------------
add a `break` to get out of the loop quicker?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83443/new/

https://reviews.llvm.org/D83443



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to