llvm-project/lldb/source/Plugins/Process
Davide Italiano cd9f7b84bb Use POSIX pid_t and not lldb::pid_t.
The latter is uint64_t beacuse lldb supports arbitrary pid/platforms
but in this case we're using it as return value for fork() which might
return -1 to the parent in case the syscall fails. 

Differential Revision:  http://reviews.llvm.org/D8491	

llvm-svn: 232926
2015-03-22 23:43:58 +00:00
..
FreeBSD Use POSIX pid_t and not lldb::pid_t. 2015-03-22 23:43:58 +00:00
Linux Add missing #include to fix libc++ Linux build. 2015-03-22 23:18:46 +00:00
MacOSX-Kernel Fix build on OS X after r231202 2015-03-04 12:05:24 +00:00
POSIX Create NativeRegisterContext for android-arm64 2015-03-13 11:36:47 +00:00
Utility Remove ScriptInterpreterObject. 2015-03-17 20:04:04 +00:00
Windows Further reduce the header footprint of Process.h 2015-03-03 21:51:25 +00:00
elf-core elf-core: correct "no sections" to "no segments." 2015-02-23 15:28:42 +00:00
gdb-remote Don't close pseudo terminal master file descriptor on EOF 2015-03-19 14:58:36 +00:00
mach-core Don't #include FormatManager.h from Debugger.h 2015-03-03 23:11:11 +00:00
CMakeLists.txt Create a HostThread abstraction. 2014-09-09 20:54:56 +00:00