[Lldb-commits] [PATCH] D83443: Fix debugserver reporting of deployment target
Frederic Riss via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 8 17:14:27 PDT 2020
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
More information about the lldb-commits
mailing list