[Lldb-commits] [PATCH] D17635: Continue after process exit

Petr Hons via lldb-commits lldb-commits at lists.llvm.org
Fri Feb 26 09:46:54 PST 2016


Honsik added a comment.

I tried to put this check in PrivateResume, but its not that simple because of the public RUN lock. I am not that sure if it is safe to always unclock the lock inside PrivateResume.


http://reviews.llvm.org/D17635





More information about the lldb-commits mailing list