[Lldb-commits] [PATCH] Fix TestProcessIO.py when run against a remote target
Vince Harron
vharron at google.com
Tue Feb 10 17:25:44 PST 2015
Hi ovyalov, clayborg,
Fixed test case to copy redirected stdout/stderr files from remote
target to host
llgs wasn't bothering to put the pty master file handle in the right
place if stdout/stderr were redirected to a file. It is still needed
for stdin.
Fixed some erroneous log messages
http://reviews.llvm.org/D7547
Files:
source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
source/Plugins/Process/gdb-remote/ProcessGDBRemote.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: D7547.19723.patch
Type: text/x-patch
Size: 8673 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150211/ebaed905/attachment.bin>
More information about the lldb-commits
mailing list