Files
clang-p2996/lldb/source/Host/posix/MainLoopPosix.cpp
Emre Kultursay d8bd179a17 Clear read_fd_set if EINTR received
Leaving bits uncleared set causes callbacks to be triggered even
though there are no events to process. Starting with D131160
we have a callback that makes blocking read calls over pipe which
was causing the lldb-server main loop to become unresponsive / blocked
on Android.

Reviewed By: labath

Differential Revision: https://reviews.llvm.org/D144240
2023-02-23 13:27:19 +01:00

12 KiB