summaryrefslogtreecommitdiffstats
path: root/lldb/test/objc-stepping/TestObjCStepping.py
Commit message (Collapse)AuthorAgeFilesLines
* Move objc-related test directories to now reside under lang/objc.Johnny Chen2011-06-251-165/+0
| | | | llvm-svn: 133877
* The extra burden for the Python API test case to assign its process object ↵Johnny Chen2011-06-151-8/+8
| | | | | | | | | to self.process in order to have its process cleaned up (terminated) upon tearDown is gone for good. Let's simplify a bunch of Python API test cases. llvm-svn: 133097
* Now that we have added a post-processing step for adding truth value testing toJohnny Chen2011-05-241-10/+10
| | | | | | | those lldb objects which implement the IsValid() method, let's change the rest of the test suite to use the more compact truth value testing pattern (the Python way). llvm-svn: 131970
* Change the rest of lldbutil.py's function names to all lower case formats to ↵Johnny Chen2011-04-271-2/+2
| | | | | | | | be consistent. And modify the test cases accordingly. llvm-svn: 130314
* Fix up how the ValueObjects manage their life cycle so that you can hand out ↵Jim Ingham2011-04-221-0/+4
| | | | | | | | | a shared pointer to a ValueObject or any of its dependent ValueObjects, and the whole cluster will stay around as long as that shared pointer stays around. llvm-svn: 130035
* Converted to use SBProcess.LaunchSimple().Johnny Chen2011-04-191-2/+1
| | | | llvm-svn: 129787
* Modify test scripts to accomodate SBTarget.Launch() API change.Johnny Chen2011-02-031-1/+1
| | | | llvm-svn: 124828
* Deprecated old forms of SBTarget::Launch. There is not just one and noGreg Clayton2011-01-231-1/+2
| | | | | | SWIG renaming done to work around deprecated APIs. llvm-svn: 124075
* Remove the expectedFailure decorators. The bug:Johnny Chen2011-01-201-4/+0
| | | | | | | | rdar://problem/8875425 Found mySource->isa local variable assertion failed has been fixed. llvm-svn: 123924
* Decorated two new expected failures:Johnny Chen2011-01-191-0/+4
| | | | | | rdar://problem/8875425 Found mySource->isa local variable assertion failed llvm-svn: 123792
* Fix typo of the test method name.Johnny Chen2011-01-031-1/+1
| | | | llvm-svn: 122770
* Modify test cases to accomodate Python API change:Johnny Chen2010-12-141-1/+1
| | | | | | | o SBFrame.LookupVar -> FindVariable o SBFrame.LookupVarInScope -> FindValue llvm-svn: 121782
* Add the @python_api_test decorator for two test cases.Johnny Chen2010-12-101-0/+2
| | | | llvm-svn: 121499
* Fix some typo in method names and docstrings.Johnny Chen2010-12-101-6/+5
| | | | llvm-svn: 121494
* Added some tests for ObjC stepping, step into ordinary and stret methods, ↵Jim Ingham2010-12-101-0/+160
and stepping through a KVO swizzled object's method calls. llvm-svn: 121457
OpenPOWER on IntegriCloud