summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/modify-python-lldb.py
Commit message (Expand)AuthorAgeFilesLines
* Create an interface file for SBTarget named SBTarget.i which relieves SBTarget.hJohnny Chen2011-07-161-15/+44
* Add some more docstrings for SBCompileUnit and SBBreakpoint, plus incorporate...Johnny Chen2011-07-151-3/+4
* Add some more docstrings (includng example usages) to SBTarget.h.Johnny Chen2011-07-141-0/+3
* Missed the char_to_str_xform on the docstrings for the module level function ...Johnny Chen2011-07-081-1/+3
* Add post-processing step to transform the docstring from 'char', i.e., 'char ...Johnny Chen2011-07-061-0/+24
* Add a CLEANUP_DOCSTRING state to our FSM to do cleanup of the Python docstringsJohnny Chen2011-07-031-16/+41
* Add swig docstrings for SBFrame.h.Johnny Chen2011-07-031-2/+3
* Refine the post-processing phase of lldb.py to remove some more doxygen/c++-c...Johnny Chen2011-07-021-1/+11
* Add some documentation blocks to SBTarget.h and use swig docstring feature toJohnny Chen2011-07-011-0/+16
* Generalise pattern for matching IsValid signaturePeter Collingbourne2011-06-141-1/+1
* Add rich comparison methods for the SBAddress object.Johnny Chen2011-06-091-1/+2
* Make it clear that the Python script modify-python-lldb.py is responsible for...Johnny Chen2011-06-011-0/+8
* Fix comment.Johnny Chen2011-06-011-1/+1
* Added comment.Johnny Chen2011-05-241-0/+1
* Comment change.Johnny Chen2011-05-241-1/+1
* Fix a potential bug resulting from the wrong assumption that SWIG puts out th...Johnny Chen2011-05-241-8/+8
* Update comment.Johnny Chen2011-05-241-1/+2
* Add truth value testing to those lldb Python objects with the IsValid() metho...Johnny Chen2011-05-171-5/+33
* Add implementation of built-in function len() for those lldb containers withJohnny Chen2011-05-161-1/+7
* Add implementation of '==' and '!=' for SBFileSpec and SBModule. Modify a te...Johnny Chen2011-05-021-4/+23
* Fix a typo in comment.Johnny Chen2011-05-021-1/+1
* Update comments.Johnny Chen2011-04-291-2/+2
* Fix a bug introduced in my previous checkin, where the state was not properlyJohnny Chen2011-04-291-2/+3
* Add the Python rich comparison methods for SBBreakpoint, where GetID() returnsJohnny Chen2011-04-291-10/+26
* Fix a typo.Johnny Chen2011-04-281-1/+1
* Move the iteration protocol of lldb objects to the auto-generated lldb Python...Johnny Chen2011-04-281-0/+120
OpenPOWER on IntegriCloud