Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix remaining Python issues leftover from my previous patch. | Charles Davis | 2011-06-01 | 1 | -3/+7 |
| | | | | | | | | | | | | | - The Swig post-processing scripts are now run. - edit-swig-python-wrapper-file.py has been modified so it can be run from the Makefile. - The issue that prompted me to pass -classic to swig is fixed by this, so -classic isn't passed anymore. Python shouldn't complain anymore about a missing method 'FindDebuggerByID' on the SBDebugger object whenever lldb is run. llvm-svn: 132383 | ||||
* | Use the with statement to simplify the build script. | Johnny Chen | 2011-05-27 | 1 | -42/+20 |
| | | | | llvm-svn: 132221 | ||||
* | Remove references to particular Python version (use the system default | Caroline Tice | 2010-10-28 | 1 | -17/+30 |
| | | | | | | | | | | version); change include statements to use Python.h in the Python framework on Mac OS X systems; leave it using regular Python.h on other systems. Note: I think this *ought* to work properly on Linux systems, but I don't have a system to test it on... llvm-svn: 117612 | ||||
* | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 2010-06-08 | 1 | -0/+58 |
llvm-svn: 105619 |