krytarowski added inline comments.
================ Comment at: include/lldb/Host/Host.h:252 + result = f(args...); + while (result == fail_value && errno == EINTR); + return result; ---------------- Will this build on Windows for their native API? If so, will it be useful there? https://reviews.llvm.org/D33831 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits