summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/edit-swig-python-wrapper-file.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix remaining Python issues leftover from my previous patch.Charles Davis2011-06-011-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 Chen2011-05-271-42/+20
| | | | llvm-svn: 132221
* Remove references to particular Python version (use the system defaultCaroline Tice2010-10-281-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 Lattner2010-06-081-0/+58
llvm-svn: 105619
OpenPOWER on IntegriCloud