llvm-project/lldb/source/Host/posix
Ed Maste 37366e5698 The pipe2(2) call is supported on NetBSD
Patch by Kamil Rytarowski.

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

llvm-svn: 247568
2015-09-14 15:12:49 +00:00
..
ConnectionFileDescriptorPosix.cpp Make UriParser to support [$HOSTNAME] notation. 2015-08-20 23:09:34 +00:00
FileSystem.cpp NetBSD doesn't provide struct statfs, make use of struct statvfs 2015-09-09 01:19:05 +00:00
HostInfoPosix.cpp Remove raw_svector_ostream::flush() call following r244928. 2015-08-13 18:42:29 +00:00
HostProcessPosix.cpp Refactor many file functions to use FileSpec over strings. 2015-05-29 19:52:29 +00:00
HostThreadPosix.cpp Fix being able to get a thread result when calling HostThreadPosix::Join(). It was broken when initially checked in by getting the thread result into a temporary variable and never doing anything with it. Most threads in LLDB don't look at their thread results, but launching processes in a terminal window on MacOSX does require getting a thread result and this broke "process launch --tty" on darwin. 2015-01-06 00:21:29 +00:00
LockFilePosix.cpp Use file locks to synchronize access to ModuleCache. 2015-05-07 15:28:49 +00:00
MainLoopPosix.cpp Add UNUSED_IF_ASSERT_DISABLED and apply it. 2015-07-24 00:23:29 +00:00
PipePosix.cpp The pipe2(2) call is supported on NetBSD 2015-09-14 15:12:49 +00:00
ProcessLauncherPosix.cpp Create a process launcher abstraction. 2014-10-14 21:55:08 +00:00