forked from qt-creator/qt-creator
Debugger/Remote Debugging: Add "GNU target" start parameter.
This is needed for multi-architecture gdb. Reviewed-by: hjk
This commit is contained in:
@@ -99,6 +99,7 @@ RunControl *MaemoDebugSupport::createDebugRunControl(MaemoRunConfiguration *runC
|
||||
+ QString::number(gdbServerPort(runConfig));
|
||||
params.useServerStartScript = true;
|
||||
params.remoteArchitecture = QLatin1String("arm");
|
||||
params.gnuTarget = QLatin1String("arm-none-linux-gnueabi");
|
||||
}
|
||||
} else {
|
||||
params.startMode = AttachToRemote;
|
||||
|
||||
Reference in New Issue
Block a user