forked from qt-creator/qt-creator
Maemo: Remove remaining barriers for concurrent debugging.
Pipes and mount points for debugging with on-device gdb now have unique names. Also give mount point for deploying via UTFS per-project file name. Task-number: QTCREATORBUG-2702
This commit is contained in:
@@ -705,7 +705,7 @@ void MaemoDeployStep::handleCleanupTimeout()
|
||||
QString MaemoDeployStep::deployMountPoint() const
|
||||
{
|
||||
return MaemoGlobal::homeDirOnDevice(deviceConfig().server.uname)
|
||||
+ QLatin1String("/deployMountPoint");
|
||||
+ QLatin1String("/deployMountPoint_") + packagingStep()->projectName();
|
||||
}
|
||||
|
||||
const MaemoToolChain *MaemoDeployStep::toolChain() const
|
||||
|
||||
Reference in New Issue
Block a user