Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SBProcess.PutSTDIN() needs to be properly typemapped when swigging, | Johnny Chen | 2011-11-28 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | 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 | ||||
* | Clarify the SBProcess Python API GetSTDOUT()/GetSTDERR(). They look ↵ | Johnny Chen | 2011-11-28 | 1 | -0/+10 |
| | | | | | | | | different from the C++ API due to swig typemapping. llvm-svn: 145260 | ||||
* | Add SWIG Python interface files for SBProcess, SBThread, and SBFrame. | Johnny Chen | 2011-07-18 | 1 | -0/+220 |
llvm-svn: 135419 |