lldb: have a proper Agent tranfering the sourcecode

This commit is contained in:
Arvid Ephraim Picciani
2010-12-02 15:18:07 +01:00
parent 09f084b59a
commit 179d77fa33
6 changed files with 264 additions and 14 deletions

View File

@@ -2313,9 +2313,6 @@ void DebuggerPluginPrivate::startRemoteEngine()
sp.connParams.uname = dlg.username();
sp.connParams.pwd = dlg.password();
qDebug() << sp.connParams.host << sp.connParams.uname << sp.connParams.pwd;
sp.connParams.timeout = 5;
sp.connParams.authType = SshConnectionParameters::AuthByPwd;
sp.connParams.port = 22;