[NativeProcessLinux] Bugfix in the monitor thread
authorPavel Labath <labath@google.com>
Mon, 20 Jul 2015 16:14:46 +0000 (16:14 +0000)
committerPavel Labath <labath@google.com>
Mon, 20 Jul 2015 16:14:46 +0000 (16:14 +0000)
commit44e82db2919c9caab3530d03e066943c58dc6fcd
treee5bba8b78078be0b0d95be853411580ce09cb69e
parent19dbd6c6c250d01e4774613bd92d53f6b895bed8
[NativeProcessLinux] Bugfix in the monitor thread

Make sure we dont treat EINTR as a fatal error. I was getting this when trying to profile the
debugger. I'm not sure why this wasn't surfacing before, it could be that the profiler is using
some signals internally.

llvm-svn: 242681
lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp