[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:35:11 PDT 2016
fjricci added a comment.
As I'm poking through the APIs, I found that platform_sp->IsConnected() will return true even if the remote server has been killed since connecting (at least on remote-linux with lldb-server in platform mode). Is this the expected behavior of that set of functions?
http://reviews.llvm.org/D21649
More information about the lldb-commits
mailing list