llvm-project/lldb/source/Host/windows
Zachary Turner 7ae4b6de1d Only compile RegisterContextWindows_x86.cpp for x86 host architecture.
This fixes compilation failures in the 64-bit build of LLDB on Windows.

Patch by Aidan Dodds

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

llvm-svn: 224528
2014-12-18 18:21:33 +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
ConnectionGenericFileWindows.cpp Fix code where goto jumped over local variable initialization. 2014-10-23 10:36:53 +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 Fix some posix assumptions related to running shell commands. 2014-12-08 21:36:42 +00:00
Host.cpp Create a process launcher abstraction. 2014-10-14 21:55:08 +00:00
HostInfoWindows.cpp Remove LLDB_DEFAULT_SHELL #define, and determine this at runtime. 2014-10-20 17:46:43 +00:00
HostProcessWindows.cpp Decouple ProcessWindows from the Windows debug driver thread. 2014-11-05 22:16:28 +00:00
HostThreadWindows.cpp Only compile RegisterContextWindows_x86.cpp for x86 host architecture. 2014-12-18 18:21:33 +00:00
Makefile
Mutex.cpp Remove <windows.h> from lldb-types.h. 2013-09-04 13:56:11 +00:00
PipeWindows.cpp Enhance the Pipe interface for better portability. 2014-12-17 18:02:19 +00:00
ProcessLauncherWindows.cpp Add a method to disable the Windows crash / assert dialogs. 2014-12-12 18:10:52 +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
ThisThread.cpp Create a HostThread abstraction. 2014-09-09 20:54:56 +00:00
Windows.cpp [Windows] Delegate str[n]casecmp to the appropriate MSVCRT func. 2014-07-29 19:08:55 +00:00