Debugger: Support running GDB over SSH.

Reviewed-by: hjk
This commit is contained in:
ck
2010-05-05 12:49:08 +02:00
parent a945e96377
commit ef7c5fae60
32 changed files with 1311 additions and 200 deletions

View File

@@ -1097,7 +1097,7 @@ void DebuggerManager::startNewDebugger(const DebuggerStartParametersPtr &sp)
d->m_engine = debuggerEngineForToolChain(sp->toolChainType);
if (d->m_engine == 0
&& startMode != StartRemote
&& startMode != AttachToRemote
&& !sp->executable.isEmpty())
d->m_engine = debuggerEngineForExecutable(
sp->executable, &errorMessage, &settingsIdHint);