[Lldb-commits] [PATCH] D10887: Use accept instead of accept4 for Android.

Pavel Labath labath at google.com
Thu Jul 2 08:41:22 PDT 2015


labath added a comment.

As for the pthread_sigmask and signalfd problems. If I understand correctly, the problem is the broken implementation of syscall on i386, right? If that is the case we can just import a working implementation of syscall() for i386 -- it's just a couple of instructions anyway. If that doesn't work, we can even get rid of pthread_sigmask and signalfd calls completely....


http://reviews.llvm.org/D10887







More information about the lldb-commits mailing list