summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/process
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-286-556/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-272-2/+2
* Port the python api decorator to use test categoriesPavel Labath2015-10-262-10/+10
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-232-12/+17
* Update every test to import `lldb_shared`.Zachary Turner2015-10-222-15/+4
* Merge dwarf and dsym testsTamas Berghammer2015-09-302-190/+66
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-302-13/+13
* Fix ProcessIO test failuresPavel Labath2015-03-121-4/+0
* XFAIL tests that are known to fail occasionally on LinuxVince Harron2015-03-051-0/+4
* Fix TestProcessIO.py when run against a remote targetVince Harron2015-02-131-15/+22
* Fix 'process launch -i' for remote processesVince Harron2015-02-101-6/+19
* Disable the remaining ProcessIO test on Windows.Zachary Turner2014-12-101-1/+1
* Disable GetSTDOUT, GetSTDERR, and PutSTDIN on Windows.Zachary Turner2014-11-251-5/+10
* Fixed stdio redirection within LLDB to "do the right thing" in all cases.Greg Clayton2014-10-142-30/+226
* Correctly set the working directory when launching processes for both local a...Greg Clayton2013-12-132-6/+6
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-102-2/+2
* 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
* Minor test runner improvemenstDaniel Malea2013-02-191-1/+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-062-0/+8
* rdar://problem/10492827Johnny Chen2012-01-122-3/+5
* 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-162-0/+14
* Add test scenario for newly added SBProcess APIs: ReadCStringFromMemory() and...Johnny Chen2011-12-152-0/+48
* SBProcess.PutSTDIN() needs to be properly typemapped when swigging,Johnny Chen2011-11-283-0/+84
* 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-012-0/+92
* 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-013-0/+132
OpenPOWER on IntegriCloud