[Lldb-commits] [PATCH] D17635: Continue after process exit
Zachary Turner via lldb-commits
lldb-commits at lists.llvm.org
Fri Feb 26 09:47:29 PST 2016
zturner added a comment.
It doesn't look like `Process::PrivateResume()` returns an error if the process is alive unless `WillResume()` returns an error, which is up to the individual process implementation. So maybe the short circuit needs to happen there. This isn't really my area though so I'll defer to Jim on this review.
http://reviews.llvm.org/D17635
More information about the lldb-commits
mailing list