[Lldb-commits] [PATCH] D16128: Fix TestProcessLaunch.test_environment_with_special_char for Python 3
Zachary Turner via lldb-commits
lldb-commits at lists.llvm.org
Wed Jan 13 08:01:41 PST 2016
zturner added a comment.
Yea, supporting GetStdio is really difficult on Windows. We might try to do it again someday. Putting it in a char[] variable and reading the variable seems like a decent solution, I will try that.
There's lots of tests currently that redirect stdio, are those all broken on Linux currently?
http://reviews.llvm.org/D16128
More information about the lldb-commits
mailing list