llvm-project/lldb/source/Host/windows
Zachary Turner 279a2b7575 Implement PlatformWindows::GetEnvironment.
This fixes a couple of tests that rely on being able to get the
host's environment or spawn an inferior with specific arguments.

llvm-svn: 238042
2015-05-22 19:34:17 +00:00
..
getopt Fix warnings generated by clang-cl. 2015-04-02 20:57:38 +00:00
Condition.cpp Windows fix: Condition::Wait returned failure when it actually succeeded (SleepConditionVariableCS returns non-zero for success) 2014-06-03 14:33:41 +00:00
ConnectionGenericFileWindows.cpp Fix warnings generated by clang-cl. 2015-04-02 20:57:38 +00:00
EditLineWin.cpp Fix warnings generated by clang-cl. 2015-04-02 20:57:38 +00:00
FileSystem.cpp Use hard links to link sysroot files within ModuleCache. 2015-05-08 23:54:34 +00:00
Host.cpp Implement PlatformWindows::GetEnvironment. 2015-05-22 19:34:17 +00:00
HostInfoWindows.cpp Fix an issue with finding python on Windows. 2015-05-13 19:44:57 +00:00
HostProcessWindows.cpp Fix warnings generated by clang-cl. 2015-04-02 20:57:38 +00:00
HostThreadWindows.cpp Only compile RegisterContextWindows_x86.cpp for x86 host architecture. 2014-12-18 18:21:33 +00:00
LockFileWindows.cpp Use file locks to synchronize access to ModuleCache. 2015-05-07 15:28:49 +00:00
Makefile Fix Mingw build. 2015-02-11 10:14:13 +00:00
Mutex.cpp Remove <windows.h> from lldb-types.h. 2013-09-04 13:56:11 +00:00
PipeWindows.cpp Expose Close{Read/Write}FileDescriptor for pipes. 2015-04-29 18:25:18 +00:00
ProcessLauncherWindows.cpp Add a method to disable the Windows crash / assert dialogs. 2014-12-12 18:10:52 +00:00
ProcessRunLock.cpp Don't bother dynamic loading the Windows Slim RW Lock API. 2015-05-14 22:50:19 +00:00
ThisThread.cpp Fix warnings generated by clang-cl. 2015-04-02 20:57:38 +00:00
Windows.cpp Windows: fix bug in getcwd() and add chdir(). 2015-05-12 18:47:33 +00:00