| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add test cases to TestThreadAPI.py to exercise SBThread.StepOver() by ↵ | Johnny Chen | 2011-03-10 | 1 | -1/+1 |
| | | | | | | | | | stopping at a breakpoint, doing three step-over's, then verifying that the correct source line number is reached. llvm-svn: 127432 | ||||
| * | Add test cases for Python SBThread.StepOut() API by stepping out of a malloc ↵ | Johnny Chen | 2011-03-09 | 1 | -0/+54 |
| call where the call site is at function b(). Verifies that after the thread.StepOut(), we are at the correct line within function b. llvm-svn: 127374 | |||||

