~pali/llvm/lldb-3.5

Viewing all changes in revision 9149.

  • Committer: zturner
  • Date: 2014-07-18 20:36:08 UTC
  • Revision ID: svn-v4:91177308-0d34-0410-b5e6-96231b3b80d8:lldb/trunk:213410
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

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: