summaryrefslogtreecommitdiffstats
path: root/lldb/test/objc-stepping/TestObjCStepping.py
Commit message (Expand)AuthorAgeFilesLines
* Move objc-related test directories to now reside under lang/objc.Johnny Chen2011-06-251-165/+0
* The extra burden for the Python API test case to assign its process object to...Johnny Chen2011-06-151-8/+8
* Now that we have added a post-processing step for adding truth value testing toJohnny Chen2011-05-241-10/+10
* Change the rest of lldbutil.py's function names to all lower case formats to ...Johnny Chen2011-04-271-2/+2
* Fix up how the ValueObjects manage their life cycle so that you can hand out ...Jim Ingham2011-04-221-0/+4
* Converted to use SBProcess.LaunchSimple().Johnny Chen2011-04-191-2/+1
* Modify test scripts to accomodate SBTarget.Launch() API change.Johnny Chen2011-02-031-1/+1
* Deprecated old forms of SBTarget::Launch. There is not just one and noGreg Clayton2011-01-231-1/+2
* Remove the expectedFailure decorators. The bug:Johnny Chen2011-01-201-4/+0
* Decorated two new expected failures:Johnny Chen2011-01-191-0/+4
* Fix typo of the test method name.Johnny Chen2011-01-031-1/+1
* Modify test cases to accomodate Python API change:Johnny Chen2010-12-141-1/+1
* Add the @python_api_test decorator for two test cases.Johnny Chen2010-12-101-0/+2
* Fix some typo in method names and docstrings.Johnny Chen2010-12-101-6/+5
* Added some tests for ObjC stepping, step into ordinary and stret methods, and...Jim Ingham2010-12-101-0/+160
OpenPOWER on IntegriCloud