summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/thread/TestThreadAPI.py
Commit message (Expand)AuthorAgeFilesLines
* Fix Python docstring for SBThread.GetStopDescription().Johnny Chen2011-12-191-1/+1
* Remove the @expectedFailureClang custom decorator for indicating clang-specif...Johnny Chen2011-09-261-2/+3
* Add a decorator for marking clang only expectedFailure. Use it for the test_...Johnny Chen2011-08-191-0/+4
* o lldbtest.py:Johnny Chen2011-06-231-31/+34
* For now, use 'b.out' compiled from main2.cpp as the executable name for test_...Johnny Chen2011-06-231-11/+6
* The extra burden for the Python API test case to assign its process object to...Johnny Chen2011-06-151-16/+16
* Comment change.Johnny Chen2011-05-261-1/+1
* Now that we have added a post-processing step for adding truth value testing toJohnny Chen2011-05-241-12/+12
* Converted to use SBProcess.LaunchSimple().Johnny Chen2011-04-191-17/+8
* Add test cases to exercise the SBThread.GetProcess() API. We launch the proc...Johnny Chen2011-03-111-2/+58
* Add a test case test_run_to_address() to exercise the SBThread.RunToAddress(l...Johnny Chen2011-03-111-0/+53
* Add test cases to TestThreadAPI.py to exercise SBThread.StepOver() by stoppin...Johnny Chen2011-03-101-1/+60
* Test cleanup. Check for the full caller symbol of malloc -- b(int).Johnny Chen2011-03-101-11/+11
* Add test cases for Python SBThread.StepOut() API by stepping out of a malloc ...Johnny Chen2011-03-091-1/+56
* Add TestThreadAPI.py file to house the Python SBThread API test cases.Johnny Chen2011-03-071-0/+66
OpenPOWER on IntegriCloud