Debugger: Use Startparameters.debuggerCommand for command.

Use in both engines preferred over ABI if it is compatible.
Report start parameters. Introduce gdb configuration check.
This commit is contained in:
Friedemann Kleint
2011-02-25 13:43:06 +01:00
parent a49972e783
commit 14d590590f
13 changed files with 163 additions and 68 deletions

View File

@@ -317,7 +317,7 @@ void RemoteGdbServerAdapter::handleRemoteSetupDone(int gdbServerPort, int qmlPor
void RemoteGdbServerAdapter::handleSetupDone()
{
if (m_engine->startGdb(QStringList(), startParameters().debuggerCommand))
if (m_engine->startGdb())
m_engine->handleAdapterStarted();
}