summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/process/TestProcessAPI.py
Commit message (Expand)AuthorAgeFilesLines
* Passing in os.ctermid() as the arg for SBTarget.Launch(...) for stdin_path, s...Johnny Chen2011-07-111-8/+8
* The lldbtest.TestBase.DebugSBValue(self, val) method call now does not need t...Johnny Chen2011-07-111-3/+3
* The extra burden for the Python API test case to assign its process object to...Johnny Chen2011-06-151-12/+12
* Now that we have added a post-processing step for adding truth value testing toJohnny Chen2011-05-241-7/+7
* Change the rest of lldbutil.py's function names to all lower case formats to ...Johnny Chen2011-04-271-2/+2
* Use self.TraceOn() API.Johnny Chen2011-04-191-5/+9
* Add support for "dynamic values" for C++ classes. This currently only works ...Jim Ingham2011-04-161-1/+7
* Add a test case ProcessAPITestCase.test_remote_launch() which tests SBProcess...Johnny Chen2011-03-051-1/+25
* Add TestTargetAPI.py:Johnny Chen2011-03-031-6/+10
* Add some comments.Johnny Chen2011-03-021-0/+4
* Add two utility functions to lldbutil.py:Johnny Chen2011-03-021-13/+13
* Add an API SBProcess::GetByteOrder() and add test cases which utilizes GetByt...Johnny Chen2011-03-011-0/+90
* Fix wrong placement of skipUnless() decorator.Johnny Chen2011-03-011-1/+0
* Add test methods for SBProcess.WriteMemory() API to the TestProcessAPI.py file.Johnny Chen2011-03-011-41/+80
* Add TestProcessAPI.py which exercises some Python SBProcess API. In particul...Johnny Chen2011-03-011-0/+102
OpenPOWER on IntegriCloud