JDevlieghere accepted this revision. JDevlieghere added a comment. 👍
================ Comment at: source/Host/common/MainLoop.cpp:158 // ppoll(2) is not supported on older all android versions. Also, older - // versions android (API <= 19) implemented pselect in a non-atomic way, as a - // combination of pthread_sigmask and select. This is not sufficient for us, ---------------- Is this intentional or maybe an off-by-one error? The `a` is in the 79th colum, which is okay for clang-format. https://reviews.llvm.org/D46144 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits