[Lldb-commits] [PATCH] D58230: [lldb] [MainLoop] Add kevent() EINTR handling
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Feb 15 04:13:11 PST 2019
mgorny added a comment.
FTR, I've just verified this against NetBSD kernel sources and -- as I suspected and as I believe any reasonable implementation would do -- the only place where EINTR could be returned is when `kevent()` is sleeping, waiting for new events to appear in the event queue. The changelist is always consumed.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58230/new/
https://reviews.llvm.org/D58230
More information about the lldb-commits
mailing list