summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/thread/main2.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-54/+0
| | | | | | | | | | | This is the conclusion of an effort to get LLDB's Python code structured into a bona-fide Python package. This has a number of benefits, but most notably the ability to more easily share Python code between different but related pieces of LLDB's Python infrastructure (for example, `scripts` can now share code with `test`). llvm-svn: 251532
* Add test cases to TestThreadAPI.py to exercise SBThread.StepOver() by ↵Johnny Chen2011-03-101-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 Chen2011-03-091-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
OpenPOWER on IntegriCloud