Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add docstring for SBInstructionList class. | Johnny Chen | 2011-07-21 | 1 | -0/+14 | |
| | | | | llvm-svn: 135647 | |||||
* | Add docstring for SBCommandReturnObject class. | Johnny Chen | 2011-07-21 | 1 | -0/+7 | |
| | | | | llvm-svn: 135642 | |||||
* | Add docstring for SBCommandInterpreter class. | Johnny Chen | 2011-07-20 | 1 | -0/+44 | |
| | | | | llvm-svn: 135631 | |||||
* | Add docstring for SBBroadcaster class. | Johnny Chen | 2011-07-20 | 1 | -0/+11 | |
| | | | | llvm-svn: 135630 | |||||
* | Add some docstrings for SBFileSpec class. | Johnny Chen | 2011-07-20 | 1 | -0/+21 | |
| | | | | llvm-svn: 135553 | |||||
* | Add some docstrings for SBError class. | Johnny Chen | 2011-07-20 | 1 | -0/+47 | |
| | | | | llvm-svn: 135547 | |||||
* | Add some docstrings for SBSourceManager class. | Johnny Chen | 2011-07-19 | 1 | -0/+26 | |
| | | | | llvm-svn: 135539 | |||||
* | Add some docstrings for SBStream class. | Johnny Chen | 2011-07-19 | 1 | -8/+47 | |
| | | | | llvm-svn: 135536 | |||||
* | Move the rest of the SB headers to interface files. | Johnny Chen | 2011-07-19 | 14 | -0/+815 | |
| | | | | | | They are not docstring'ed yet. llvm-svn: 135531 | |||||
* | Add SWIG interface files for SBSymbol, SBSymbolContext, and SBSymbolContextList. | Johnny Chen | 2011-07-19 | 4 | -1/+211 | |
| | | | | llvm-svn: 135459 | |||||
* | Add SWIG Python interface files for SBLineEntry, SBListener, and SBModule. | Johnny Chen | 2011-07-18 | 4 | -2/+313 | |
| | | | | llvm-svn: 135441 | |||||
* | Missed the interface file for SBFunction in the previous checkin. | Johnny Chen | 2011-07-18 | 1 | -0/+81 | |
| | | | | llvm-svn: 135436 | |||||
* | Add SWIG Python interface files for SBDebugger, SBCompileUnit, and SBEvent. | Johnny Chen | 2011-07-18 | 3 | -0/+530 | |
| | | | | llvm-svn: 135432 | |||||
* | Add SWIG Python interface files for SBAddress, SBBlock, SBBreakpoint, and ↵ | Johnny Chen | 2011-07-18 | 4 | -0/+424 | |
| | | | | | | SBBreakpointLocation. llvm-svn: 135430 | |||||
* | Add SWIG Python interface files for SBProcess, SBThread, and SBFrame. | Johnny Chen | 2011-07-18 | 6 | -9/+588 | |
| | | | | llvm-svn: 135419 | |||||
* | Fix header documentations. | Johnny Chen | 2011-07-18 | 2 | -2/+2 | |
| | | | | llvm-svn: 135417 | |||||
* | Add two new interface files SBValue.i and SBValueList.i, instead of directly ↵ | Johnny Chen | 2011-07-18 | 2 | -0/+364 | |
| | | | | | | swigging the header files. llvm-svn: 135416 | |||||
* | 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 |