llvm-project/lldb/test/python_api/thread
Johnny Chen 5a0bee7c5f The extra burden for the Python API test case to assign its process object 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
2011-06-15 22:14:12 +00:00
..
Makefile Add test cases for Python SBThread.StepOut() API by stepping out of a malloc call where the call site is at function b(). 2011-03-09 23:45:56 +00:00
TestThreadAPI.py The extra burden for the Python API test case to assign its process object to self.process 2011-06-15 22:14:12 +00:00
main.cpp
main2.cpp Add test cases to TestThreadAPI.py to exercise SBThread.StepOver() by stopping at a breakpoint, 2011-03-10 22:32:47 +00:00