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:
@@ -202,7 +202,7 @@ void MaemoSshRunner::handleUnmounted()
|
||||
if (m_debugging && m_runConfig->useRemoteGdb()) {
|
||||
m_mounter->addMountSpecification(MaemoMountSpecification(
|
||||
m_runConfig->localDirToMountForRemoteGdb(),
|
||||
MaemoGlobal::remoteProjectSourcesMountPoint()), false);
|
||||
m_runConfig->remoteProjectSourcesMountPoint()), false);
|
||||
}
|
||||
setState(PreMountUnmounting);
|
||||
unmount();
|
||||
|
||||
Reference in New Issue
Block a user