Use native ::pid_t in Linux ProcessMonitor (local debugging).
authorTodd Fiala <todd.fiala@gmail.com>
Tue, 1 Jul 2014 16:30:53 +0000 (16:30 +0000)
committerTodd Fiala <todd.fiala@gmail.com>
Tue, 1 Jul 2014 16:30:53 +0000 (16:30 +0000)
commit9be5049a01156db3de69da41e9da1732804e4599
tree2a36670f3d679ff9fd1c668a41ad6e9e6839124a
parent6d590d538fc60ac2f73c8d73015576e3fab168a6
Use native ::pid_t in Linux ProcessMonitor (local debugging).

There were a few places where we were not catching the possibility of negative
error codes in waitpid() calls.  This change fixes those remaining after
the llgs branch fixes to ProcessMonitor.

Change by Shawn Best.

llvm-svn: 212107
lldb/source/Plugins/Process/Linux/ProcessMonitor.cpp