summaryrefslogtreecommitdiff
path: root/lldb/test/python_api/process
AgeCommit message (Expand)Author
2015-10-28Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner
2015-10-27Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner
2015-10-26Port the python api decorator to use test categoriesPavel Labath
2015-10-23Add from __future__ import print_function everywhere.Zachary Turner
2015-10-22Update every test to import `lldb_shared`.Zachary Turner
2015-09-30Merge dwarf and dsym testsTamas Berghammer
2015-03-30Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack
2015-03-12Fix ProcessIO test failuresPavel Labath
2015-03-05XFAIL tests that are known to fail occasionally on LinuxVince Harron
2015-02-13Fix TestProcessIO.py when run against a remote targetVince Harron
2015-02-10Fix 'process launch -i' for remote processesVince Harron
2014-12-10Disable the remaining ProcessIO test on Windows.Zachary Turner
2014-11-25Disable GetSTDOUT, GetSTDERR, and PutSTDIN on Windows.Zachary Turner
2014-10-14Fixed stdio redirection within LLDB to "do the right thing" in all cases.Greg Clayton
2013-12-13Correctly set the working directory when launching processes for both local a...Greg Clayton
2013-12-10Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton
2013-08-26merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea
2013-03-19Fixed incorrect python that was trying to validate that we got a valid lldb.S...Greg Clayton
2013-02-19Minor test runner improvemenstDaniel Malea
2012-05-23Add SBProcess::GetNumSupportedHardwareWatchpoints() API and export it through...Johnny Chen
2012-04-06Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.Johnny Chen
2012-01-12rdar://problem/10492827Johnny Chen
2011-12-16Simplify the setup leading to the testing of ReadMemory(), ReadCStringFromMem...Johnny Chen
2011-12-16Add a test sequence of SBProcess.ReadCStringFromMemory() with (char *)my_char...Johnny Chen
2011-12-15Add test scenario for newly added SBProcess APIs: ReadCStringFromMemory() and...Johnny Chen
2011-11-28SBProcess.PutSTDIN() needs to be properly typemapped when swigging,Johnny Chen
2011-08-03Cleaned up the SBType.h file to not include internal headers and reorganizedGreg Clayton
2011-07-11Passing in os.ctermid() as the arg for SBTarget.Launch(...) for stdin_path, s...Johnny Chen
2011-07-11The lldbtest.TestBase.DebugSBValue(self, val) method call now does not need t...Johnny Chen
2011-06-15The extra burden for the Python API test case to assign its process object to...Johnny Chen
2011-05-24Now that we have added a post-processing step for adding truth value testing toJohnny Chen
2011-04-27Change the rest of lldbutil.py's function names to all lower case formats to ...Johnny Chen
2011-04-19Use self.TraceOn() API.Johnny Chen
2011-04-16Add support for "dynamic values" for C++ classes. This currently only works ...Jim Ingham
2011-03-05Add a test case ProcessAPITestCase.test_remote_launch() which tests SBProcess...Johnny Chen
2011-03-03Add TestTargetAPI.py:Johnny Chen
2011-03-02Add some comments.Johnny Chen
2011-03-02Add two utility functions to lldbutil.py:Johnny Chen
2011-03-01Add an API SBProcess::GetByteOrder() and add test cases which utilizes GetByt...Johnny Chen
2011-03-01Fix wrong placement of skipUnless() decorator.Johnny Chen
2011-03-01Add test methods for SBProcess.WriteMemory() API to the TestProcessAPI.py file.Johnny Chen
2011-03-01Add TestProcessAPI.py which exercises some Python SBProcess API. In particul...Johnny Chen