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

Francis Ricci via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 23 11:04:57 PDT 2016


fjricci planned changes to this revision.
fjricci added a comment.

This will fail in the case where the remote-platform server dies, as lldb will not cleanup its data structures. I'll investigate how to make sure the platform is alive before connecting to it.


http://reviews.llvm.org/D21649





More information about the lldb-commits mailing list