llvm-project/lldb/source/Host/posix
Oleksiy Vyalov 4536c458e1 Fix warning about the use of mktemp and make platform agnostic by adding and using PipeBase::CreateWithUniqueName - on behalf of flackr.
http://reviews.llvm.org/D7348

llvm-svn: 228307
2015-02-05 16:29:12 +00:00
..
ConnectionFileDescriptorPosix.cpp Added Connection::GetURI() 2015-01-17 02:20:29 +00:00
FileSystem.cpp
HostInfoPosix.cpp Remove LLDB_DEFAULT_SHELL #define, and determine this at runtime. 2014-10-20 17:46:43 +00:00
HostProcessPosix.cpp Create a process launcher abstraction. 2014-10-14 21:55:08 +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
Makefile Try to fix the Make build 2014-08-15 22:50:48 +00:00
PipePosix.cpp Fix warning about the use of mktemp and make platform agnostic by adding and using PipeBase::CreateWithUniqueName - on behalf of flackr. 2015-02-05 16:29:12 +00:00
ProcessLauncherPosix.cpp Create a process launcher abstraction. 2014-10-14 21:55:08 +00:00