llvm-project/lldb/test/python_api/process
Zachary Turner 82da55fe57 Disable GetSTDOUT, GetSTDERR, and PutSTDIN on Windows.
These methods are difficult / impossible to implement in a way
that is semantically equivalent to the expectations set by LLDB
for using them.  In the future, we should find an alternative
strategy (for example, i/o redirection) for achieving similar
functionality, and hopefully deprecate these APIs someday.

llvm-svn: 222775
2014-11-25 19:03:08 +00:00
..
io Disable GetSTDOUT, GetSTDERR, and PutSTDIN on Windows. 2014-11-25 19:03:08 +00:00
Makefile
TestProcessAPI.py Correctly set the working directory when launching processes for both local and remote targets. 2013-12-13 19:18:59 +00:00
main.cpp Add a test sequence of SBProcess.ReadCStringFromMemory() with (char *)my_char_ptr as the address to read from. 2011-12-16 00:25:30 +00:00