llvm-project/lldb/source/Host
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
..
common Make lldb -P work on Windows. 2014-07-18 20:36:08 +00:00
freebsd Implement Host::GetThreadName for FreeBSD 2014-05-21 18:09:55 +00:00
linux Fix typos. 2014-07-01 21:22:11 +00:00
macosx __arm64__ and __aarch64__ #ifdef adjustments 2014-07-09 01:29:05 +00:00
windows Make lldb -P work on Windows. 2014-07-18 20:36:08 +00:00
CMakeLists.txt Convert to UNIX line endings. 2013-09-25 10:37:32 +00:00
Makefile MingW compilation (windows). Includes various refactoring to improve portability. 2013-08-23 12:44:05 +00:00