Maemo: Fix remote debugging via gdbserver.

Also document remote gdbserver adapter's signal.
This commit is contained in:
Christian Kandeler
2010-09-08 10:09:28 +02:00
parent 15fc9396b5
commit 7544e75360
2 changed files with 9 additions and 0 deletions

View File

@@ -84,6 +84,7 @@ RunControl *MaemoDebugSupport::createDebugRunControl(MaemoRunConfiguration *runC
params.debuggerCommand = runConfig->gdbCmd();
params.remoteChannel = devConf.server.host + QLatin1Char(':')
+ QString::number(gdbServerPort(runConfig));
params.useServerStartScript = true;
params.remoteArchitecture = QLatin1String("arm");
}
params.processArgs = runConfig->arguments();