[Lldb-commits] [PATCH] D21649: Don't create unnecessary remote platforms

Francis Ricci via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 23 13:23:09 PDT 2016


fjricci abandoned this revision.
fjricci added a comment.

I don't think that we can assume that the user always wants to re-use an existing platform, even of the same type. Probably the only way to resolve the problem this tries to fix would be to add a command to display all connected platforms, and an option to "platform select" to choose an existing platform to connect to. But that's outside the scope of this patch, and a bit of a design decision.


http://reviews.llvm.org/D21649





More information about the lldb-commits mailing list