[Lldb-commits] [PATCH] D58230: [lldb] [MainLoop] Add kevent() EINTR handling
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 14 23:12:51 PST 2019
labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.
The change looks fine to me. I don't understand all the intricacies of the RetryAfterSignal discussion (AFAICT, it does not matter what you do there, since `RunImpl::Poll` is called in a loop anyway), so I'll let you sort that out with Kamil.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58230/new/
https://reviews.llvm.org/D58230
More information about the lldb-commits
mailing list