[Lldb-commits] [PATCH] Fix 'process launch -i' for remote processes
Vince Harron
vharron at google.com
Fri Feb 6 17:39:37 PST 2015
Hi clayborg,
renamed m_stdio_disable to m_stdin_forward and inverted value because
that's what we want to remember
There was previously a bug that if you redirected stdin from a file,
stdout and stderr would also be redirected to /dev/null
Adds support for remote target to TestProcessIO.py
Fixes ProcessIOTestCase.test_stdin_redirection_with_dwarf for remote
Linux targets
http://reviews.llvm.org/D7479
Files:
include/lldb/Target/Process.h
source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
source/Target/Process.cpp
test/python_api/process/io/TestProcessIO.py
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7479.19522.patch
Type: text/x-patch
Size: 8168 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150207/ae18d1bf/attachment.bin>
More information about the lldb-commits
mailing list