forked from qt-creator/qt-creator
SSH: Derive SshRemoteProcess from QIODevice.
Now it looks even more like QProcess. Things like process channels are still missing. Change-Id: I3f30cd00ed4a054d02e83add9a6f4162b48f8345 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
This commit is contained in:
@@ -341,7 +341,7 @@ void RemoteGdbProcess::sendInput(const QByteArray &data)
|
||||
if (!isdigit(data.at(pos)))
|
||||
break;
|
||||
m_lastSeqNr = data.left(pos);
|
||||
m_gdbProc->sendInput(data);
|
||||
m_gdbProc->write(data);
|
||||
}
|
||||
|
||||
void RemoteGdbProcess::handleAppOutput()
|
||||
|
||||
Reference in New Issue
Block a user