llvm-project/lldb/test/python_api/process
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 TestProcessAPI.py which exercises some Python SBProcess API. In particular, this tests 2011-03-01 02:20:14 +00:00
TestProcessAPI.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 Add an API SBProcess::GetByteOrder() and add test cases which utilizes GetByteOrder(), 2011-03-01 22:56:31 +00:00