summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/process/TestProcessAPI.py
Commit message (Expand)AuthorAgeFilesLines
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-8/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-62/+15
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-3/+3
* Correctly set the working directory when launching processes for both local a...Greg Clayton2013-12-131-5/+5
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-4/+0
* Fixed incorrect python that was trying to validate that we got a valid lldb.S...Greg Clayton2013-03-191-3/+3
* Add SBProcess::GetNumSupportedHardwareWatchpoints() API and export it through...Johnny Chen2012-05-231-0/+25
* Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.Johnny Chen2012-04-061-0/+6
* Simplify the setup leading to the testing of ReadMemory(), ReadCStringFromMem...Johnny Chen2011-12-161-25/+7
* Add a test sequence of SBProcess.ReadCStringFromMemory() with (char *)my_char...Johnny Chen2011-12-161-0/+13
* Add test scenario for newly added SBProcess APIs: ReadCStringFromMemory() and...Johnny Chen2011-12-151-0/+45
* Cleaned up the SBType.h file to not include internal headers and reorganizedGreg Clayton2011-08-031-8/+8
* 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