summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
diff options
context:
space:
mode:
authorVince Harron <vharron@google.com>2015-02-13 19:15:24 +0000
committerVince Harron <vharron@google.com>2015-02-13 19:15:24 +0000
commit4a8abd3f944dfa15b505e665366c9f06b10e667d (patch)
tree44cfcda6bf6020e7deca8b95a0743492c00816f8 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
parent99eeb8aae4aa7fc650daba4566bfefc30cad09e4 (diff)
downloadbcm5719-llvm-4a8abd3f944dfa15b505e665366c9f06b10e667d.tar.gz
bcm5719-llvm-4a8abd3f944dfa15b505e665366c9f06b10e667d.zip
Fix TestProcessIO.py when run against a remote target
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. Corrected some log message text llvm-svn: 229141
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h')
-rw-r--r--lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
index abd7250ea1b..5c8f6692198 100644
--- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
+++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
@@ -284,9 +284,6 @@ private:
void
ClearProcessSpecificData ();
- bool
- ShouldRedirectInferiorOutputOverGdbRemote (const lldb_private::ProcessLaunchInfo &launch_info) const;
-
void
RegisterPacketHandlers ();
OpenPOWER on IntegriCloud