clayborg added a comment.

Is the lldb_private::Process we have an exit status in the class itself. The 
first person to set the exit status wins and no one can set it twice. Doesn't 
look like what we are doing here. I am not able to tell what actually fixes 
things here?



================
Comment at: unittests/tools/lldb-server/tests/TestClient.cpp:43
 TestClient::~TestClient() {
+  if( !IsConnected())
+    return;
----------------
space after if and not after (


https://reviews.llvm.org/D41069



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

Reply via email to