<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Have you had a chance to look at this
patch?<br>
Let me know if I should commit.<br>
<br>
Thanks,<br>
Deepak<br>
<br>
On 06/03/14 11:16, Deepak Panickal wrote:<br>
</div>
<blockquote
cite="mid:differential-rev-PHID-DREV-cf4dfdgzekd2rjmzpbxa-req@llvm-reviews.chandlerc.com"
type="cite">
<pre wrap="">This patch will create a valid Python API for Windows, pending some issues. The changes included are -
- Ported the SWIG wrapper shell scripts to Python so that they would work on Windows too along with other platforms
- Updated CMake handling to fix SWIG errors and manage sym-linking on Windows to liblldb.dll
- More build fixes for Windows
The pending issues are that two Python modules, termios and pexpect are not available on Windows.
We have to work on this issue, by either removing this dependency or working around it.
Once these issues are dealt with, we would be able to run the Python test suite on Windows.
<a class="moz-txt-link-freetext" href="http://llvm-reviews.chandlerc.com/D2980">http://llvm-reviews.chandlerc.com/D2980</a>
Files:
CMakeLists.txt
include/lldb/API/SBHostOS.h
include/lldb/Host/windows/win32.h
include/lldb/lldb-python.h
scripts/CMakeLists.txt
scripts/Python/buildSwigPython.py
scripts/Python/finish-swig-Python-LLDB.sh
scripts/Python/finishSwigPythonLLDB.py
scripts/Python/interface/SBHostOS.i
scripts/buildSwigWrapperClasses.py
scripts/finishSwigWrapperClasses.py
scripts/utilsArgsParse.py
scripts/utilsDebug.py
scripts/utilsOsType.py
source/CMakeLists.txt
source/Interpreter/ScriptInterpreterPython.cpp
source/Symbol/ClangASTType.cpp
source/Utility/PseudoTerminal.cpp
</pre>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
lldb-commits mailing list
<a class="moz-txt-link-abbreviated" href="mailto:lldb-commits@cs.uiuc.edu">lldb-commits@cs.uiuc.edu</a>
<a class="moz-txt-link-freetext" href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits">http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits</a>
</pre>
</blockquote>
<br>
</body>
</html>