[Lldb-commits] [PATCH] D83443: Fix debugserver reporting of deployment target

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 8 17:20:27 PDT 2020


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





More information about the lldb-commits mailing list