forked from OSchip/llvm-project
49cb85db64
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 |
||
---|---|---|
.. | ||
interface | ||
build-swig-Python.sh | ||
edit-swig-python-wrapper-file.py | ||
finish-swig-Python-LLDB.sh | ||
modify-python-lldb.py | ||
python-extensions.swig | ||
python-typemaps.swig | ||
python-wrapper.swig |