aprantl marked 2 inline comments as done.
aprantl added inline comments.

================
Comment at: lldb/test/API/macosx/simulator/TestSimulatorPlatform.py:47
+            if image['pathname'].endswith('a.out'):
+                aout_info = image
+        self.assertTrue(aout_info)
----------------
friss wrote:
> add a `break` to get out of the loop quicker?
No, that's a hidden feature. In the simulator cases 
jGetLoadedDynamicLibrariesInfos is called twice and the interesting information 
is only in the second response.


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