llvm-project/lldb/source/Host/windows
Zachary Turner c9bf0c70b5 Make lldb -P work on Windows.
lldb -P, which outputs its python path, works by using Host-layer
facilities to get information about the loaded python module.  This
Host functionality was unimplemented on Windows, so this patch
implements it.  Additionally, it removes a pexpect dependency from
the test runner and uses an equivalent invocation of subprocess.

Reviewed by: Todd Fiala

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

llvm-svn: 213410
2014-07-18 20:36:08 +00:00
..
getopt Move Windows getopt for building the DLL 2014-03-03 15:52:27 +00:00
CMakeLists.txt Build liblldb.dll in Windows 2014-03-03 15:50:36 +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
Host.cpp Make lldb -P work on Windows. 2014-07-18 20:36:08 +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 Added some missing header files. 2014-03-12 10:39:46 +00:00