labath accepted this revision.
This revision is now accepted and ready to land.

================
Comment at: packages/Python/lldbsuite/test/dosep.py:1145
@@ -1144,1 +1144,3 @@
+        else:
+            target = None
 
----------------
I think this should be `target = platform_name`, so that you can still match 
the ios-simulator platform below (the point of the regex was to remove the 
"remote-" prefix, I believe), but I guess it doesn't really matter, as we are 
getting rid of the whole function anyway...


http://reviews.llvm.org/D16423



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

Reply via email to