[Lldb-commits] [PATCH] D37651: Fix for bug 34532 - A few rough corners related to post-mortem debugging (core/minidump)

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 8 18:15:56 PDT 2017


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





More information about the lldb-commits mailing list