[Lldb-commits] [PATCH] Fix python issues with Makefile build
Charles Davis
cdavis at mymail.mines.edu
Tue May 31 19:21:46 PDT 2011
Hi,
My last patch to fix the python build issues with the Makefile system
had some issues of its own, and this patch fixes them.
- 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.
OK to commit?
Chip
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: fix-python-issues.patch
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20110531/ff5efebe/attachment.ksh>
More information about the lldb-commits
mailing list