aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts/Python/modify-python-lldb.py
AgeCommit message (Expand)AuthorFilesLines
2011-06-14Generalise pattern for matching IsValid signaturePeter Collingbourne1-1/+1
2011-06-09Add rich comparison methods for the SBAddress object.Johnny Chen1-1/+2
2011-06-01Make it clear that the Python script modify-python-lldb.py is responsible for...Johnny Chen1-0/+8
2011-06-01Fix comment.Johnny Chen1-1/+1
2011-05-24Added comment.Johnny Chen1-0/+1
2011-05-24Comment change.Johnny Chen1-1/+1
2011-05-24Fix a potential bug resulting from the wrong assumption that SWIG puts out th...Johnny Chen1-8/+8
2011-05-24Update comment.Johnny Chen1-1/+2
2011-05-17Add truth value testing to those lldb Python objects with the IsValid() metho...Johnny Chen1-5/+33
2011-05-16Add implementation of built-in function len() for those lldb containers withJohnny Chen1-1/+7
2011-05-02Add implementation of '==' and '!=' for SBFileSpec and SBModule. Modify a te...Johnny Chen1-4/+23
2011-05-02Fix a typo in comment.Johnny Chen1-1/+1
2011-04-29Update comments.Johnny Chen1-2/+2
2011-04-29Fix a bug introduced in my previous checkin, where the state was not properlyJohnny Chen1-2/+3
2011-04-29Add the Python rich comparison methods for SBBreakpoint, where GetID() returnsJohnny Chen1-10/+26
2011-04-28Fix a typo.Johnny Chen1-1/+1
2011-04-28Move the iteration protocol of lldb objects to the auto-generated lldb Python...Johnny Chen1-0/+120