[Lldb-commits] [PATCH] D41008: MainLoop: avoid infinite loop when pty slave gets closed

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Dec 8 11:34:19 PST 2017


labath added a comment.

Darwin uses a kqueue-based implementation of this, so it definitely won't *break* anything, although I'd appreciate it if you can check whether the test passes there. My cursory reading of the kqueue man page makes me believe it should not be affected by this.


https://reviews.llvm.org/D41008





More information about the lldb-commits mailing list