llvm-project/lldb/source/Host/windows
Zachary Turner 42ff0ad882 Move Host::GetLLDBPath to HostInfo.
This continues the effort to get Host code moved over to HostInfo,
and removes many more instances of preprocessor defines along the
way.

llvm-svn: 216195
2014-08-21 17:29:12 +00:00
..
getopt Move Windows getopt for building the DLL 2014-03-03 15:52:27 +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
EditLineWin.cpp Change the type in va_arg call from char to int. 2014-03-20 11:24:44 +00:00
FileSystem.cpp Move FileSystem functions out of Host and into their own classes. 2014-08-15 22:04:21 +00:00
Host.cpp Move some Host logic into HostInfo class. 2014-08-19 17:18:29 +00:00
HostInfoWindows.cpp Move Host::GetLLDBPath to HostInfo. 2014-08-21 17:29:12 +00:00
Makefile
Mutex.cpp Remove <windows.h> from lldb-types.h. 2013-09-04 13:56:11 +00:00
ProcessRunLock.cpp Change type of a few members of a struct from unsigned to signed. 2014-03-13 10:47:49 +00:00
Windows.cpp [Windows] Delegate str[n]casecmp to the appropriate MSVCRT func. 2014-07-29 19:08:55 +00:00