[Lldb-commits] [PATCH] D17635: Continue after process exit
Jim Ingham via lldb-commits
lldb-commits at lists.llvm.org
Fri Feb 26 09:29:09 PST 2016
jingham added a subscriber: jingham.
jingham added a comment.
It's okay to short-circuit this here, but why was PrivateResume not returning an error when the process was not alive. That error should have gotten propagated to the caller, obviating the need for this short-circuit.
http://reviews.llvm.org/D17635
More information about the lldb-commits
mailing list