teak-llvm/lldb/scripts/Python
Deepak Panickal 9b35cf52d2 This creates 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.
These are currently required for the Python command interpreter to be used from within LLDB.

llvm-svn: 212111
2014-07-01 17:57:19 +00:00
..
interface This creates a valid Python API for Windows, pending some issues. The changes included are - 2014-07-01 17:57:19 +00:00
modules Fix an incomplete null structure spec in Python readline suppression module. 2014-06-26 22:35:36 +00:00
build-swig-Python.sh Add API control of the signal disposition. 2014-06-23 19:30:49 +00:00
buildSwigPython.py This creates a valid Python API for Windows, pending some issues. The changes included are - 2014-07-01 17:57:19 +00:00
finish-swig-Python-LLDB.sh This creates a valid Python API for Windows, pending some issues. The changes included are - 2014-07-01 17:57:19 +00:00
finishSwigPythonLLDB.py This creates a valid Python API for Windows, pending some issues. The changes included are - 2014-07-01 17:57:19 +00:00
Makefile Suppress python readline module under Linux to fix a seg fault. 2014-02-26 07:39:20 +00:00
modify-python-lldb.py Make sure that the lldb globals: 2012-12-10 19:18:23 +00:00
python-extensions.swig Add support for inspecting enum members. 2014-06-02 20:55:29 +00:00
python-swigsafecast.swig Merging the iohandler branch back into main. 2014-01-27 23:43:24 +00:00
python-typemaps.swig Merging the iohandler branch back into main. 2014-01-27 23:43:24 +00:00
python-wrapper.swig Make sure we don't try to print the SystemExit exception, or we will cause the containing process to exit() from under us 2014-02-18 20:00:20 +00:00