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.
Missing FreeBSD here; probably best to just not list platforms at all.
(Same comment applies to several files)