[Lldb-commits] [PATCH] D21649: Don't create unnecessary remote platforms
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 23 14:21:42 PDT 2016
clayborg added a comment.
Platforms are funny because the "ios-simulator" platform doesn't need to be connected for anything since it exists and runs things locally. The platform is there to help us launch our processes so they run as simulator binaries, and also to help locate files and other things. Others like "remote-ios" will need to be connected in order to debug things since they might need to send files over and read files from the remote system for local caching.
http://reviews.llvm.org/D21649
More information about the lldb-commits
mailing list