forked from qt-creator/qt-creator
Maemo: Use debugger set up by the SDK
Use the debugger set up by the Qt SDK instead of the one shipped with Maemo/Meego. Task-number: QTCREATORBUG-4299 Reviewed-by: Christian Kandeler
This commit is contained in:
@@ -228,7 +228,7 @@ const MaemoToolChain *MaemoRunConfiguration::toolchain() const
|
|||||||
|
|
||||||
const QString MaemoRunConfiguration::gdbCmd() const
|
const QString MaemoRunConfiguration::gdbCmd() const
|
||||||
{
|
{
|
||||||
return QDir::toNativeSeparators(targetRoot() + QLatin1String("/bin/gdb"));
|
return QDir::toNativeSeparators(activeBuildConfiguration()->toolChain()->debuggerCommand());
|
||||||
}
|
}
|
||||||
|
|
||||||
MaemoDeployStep *MaemoRunConfiguration::deployStep() const
|
MaemoDeployStep *MaemoRunConfiguration::deployStep() const
|
||||||
|
Reference in New Issue
Block a user