jingham added a comment.

As for the overdetermined remark, it's what you suspect, that you are now 
asking two questions to get one answer, did the resume succeed.  If the resume 
didn't succeed the state should be set back to stopped no matter why it didn't 
succeed.  So you are fixing only one specific case only.  Is it really not 
possible to either hold off on changing the process state till you've gotten 
back the result from DoResume, or correct the state after the fact?  That seems 
the obviously correct fix here.


https://reviews.llvm.org/D37651



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

Reply via email to