labath added a comment. Ok, I was able to concoct D131159 <https://reviews.llvm.org/D131159> and D131160 <https://reviews.llvm.org/D131160> this morning. They need some more cleanup, but I tried them on windows, and it worked. The general idea is to add a platform-neutral way to wait on "events" and FDs (unfortunately, this is still limited to sockets on windows) at the same time. This could then be used instead of the pipe+select interruption implementation in the Connection class.
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D131075/new/ https://reviews.llvm.org/D131075 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits