Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add SWIG Python interface files for SBProcess, SBThread, and SBFrame. | Johnny Chen | 2011-07-18 | 1 | -3/+2 | |
| | | | | llvm-svn: 135419 | |||||
* | Cleaned up the interface file for SBTarget. | Johnny Chen | 2011-07-18 | 1 | -50/+0 | |
| | | | | llvm-svn: 135405 | |||||
* | Have SWIG generate autodoc strings with parameter types for all SB API ↵ | Johnny Chen | 2011-07-16 | 1 | -1/+0 | |
| | | | | | | objects by default. llvm-svn: 135357 | |||||
* | Create an interface file for SBTarget named SBTarget.i which relieves SBTarget.h | Johnny Chen | 2011-07-16 | 1 | -0/+449 | |
of the duty of having SWIG docstring features and multiline string literals embedded within. lldb.swig now %include .../SBTarget.i, instead of .../SBTarget.h. Will create other interface files and transition them over. Also update modify-python-lldb.py to better handle the trailing blank line right before the ending '"""' Python docstring delimiter. llvm-svn: 135355 |