summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/default-constructor/sb_process.py
Commit message (Collapse)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-49/+0
| | | | | | | | | | | This is the conclusion of an effort to get LLDB's Python code structured into a bona-fide Python package. This has a number of benefits, but most notably the ability to more easily share Python code between different but related pieces of LLDB's Python infrastructure (for example, `scripts` can now share code with `test`). llvm-svn: 251532
* Changed fuzz tests to not print their values (we only need to test if access ↵Richard Mitton2013-09-251-1/+1
| | | | | | | | to them does not crash). This fixes the 'No value' string appearing in the dotest results. llvm-svn: 191399
* Add SBProcess::GetNumSupportedHardwareWatchpoints() API and export it ↵Johnny Chen2012-05-231-0/+1
| | | | | | | | through the Python scripting bridge. Add/modify some test cases. llvm-svn: 157353
* Add fuzz calls for newly added SBProcess methods. Fix a typo in the audodoc ↵Johnny Chen2011-12-151-0/+3
| | | | | | of SBProcess.ReadCStringFromMemory(). llvm-svn: 146695
* SBProcess.PutSTDIN() needs to be properly typemapped when swigging,Johnny Chen2011-11-281-1/+1
| | | | | | | | | | | | | | | | | so that we can do Python scripting like this: target = self.dbg.CreateTarget(self.exe) self.dbg.SetAsync(True) process = target.LaunchSimple(None, None, os.getcwd()) process.PutSTDIN("Line 1 Entered.\n") process.PutSTDIN("Line 2 Entered.\n") process.PutSTDIN("Line 3 Entered.\n") Add TestProcessIO.py to exercise the process IO API: PutSTDIN()/GetSTDOUT()/GetSTDERR(). llvm-svn: 145282
* Add fuzz calls for various iterators, too.Johnny Chen2011-10-031-0/+2
| | | | llvm-svn: 141035
* Add fuzz calls for SBStringList and add obj.Clear() calls for some files.Johnny Chen2011-06-281-0/+1
| | | | llvm-svn: 134040
* Add fuzz calls for SBModule and SBProcess.Johnny Chen2011-06-281-0/+42
llvm-svn: 134037
OpenPOWER on IntegriCloud