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

@@ -110,7 +110,8 @@ DebuggerStartParameters::DebuggerStartParameters()
useTerminal(false),
breakAtMain(false),
toolChainType(ToolChain::UNKNOWN),
startMode(NoStartMode)
startMode(NoStartMode),
executableUid(0)
{}
void DebuggerStartParameters::clear()