Executable's UID added to the DebuggerStartParameters. Used for debugging on SymbianOs

This commit is contained in:
Pawel Polanski
2010-08-20 12:58:37 +02:00
parent 6bf5f7340f
commit fa68a545a8
5 changed files with 30 additions and 1 deletions

View File

@@ -593,6 +593,9 @@ S60DeviceDebugRunControl::S60DeviceDebugRunControl(S60DeviceRunConfiguration *rc
m_startParams->startMode = Debugger::StartInternal;
m_startParams->toolChainType = rc->toolChainType();
m_startParams->executable = debugFileName;
m_startParams->executableUid = activeDeployConf->executableUid();
QTC_ASSERT(m_startParams->executableUid, return);
// Prefer the '*.sym' file over the '.exe', which should exist at the same
// location in debug builds