History log of /external/lldb/test/python_api/process/io/Makefile
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
23038b6170dbe3aa25e2aab5719fa418fab17043 28-Nov-2011 Johnny Chen <johnny.chen@apple.com> SBProcess.PutSTDIN() needs to be properly typemapped when swigging,
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().


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@145282 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/python_api/process/io/Makefile