llvm-project/lldb/source/Host/posix
Oleksiy Vyalov e7df5f5d41 Provide ADB port forwarding support for abstract sockets.
http://reviews.llvm.org/D14262

llvm-svn: 251879
2015-11-03 01:37:01 +00:00
..
ConnectionFileDescriptorPosix.cpp Provide ADB port forwarding support for abstract sockets. 2015-11-03 01:37:01 +00:00
DomainSocket.cpp Calculate size of sockaddr_un manually for abstract sockets: 2015-11-02 20:04:18 +00:00
FileSystem.cpp Make uses of /dev/null portable across OSes. 2015-10-14 21:37:36 +00:00
HostInfoPosix.cpp Support RHEL 7 and similar systems that use architecture-specific Python lib dirs 2015-10-12 20:12:27 +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