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

@@ -99,6 +99,9 @@ public:
QString dumperLibrary;
QStringList dumperLibraryLocations;
DebuggerStartMode startMode;
// for SymbianOS debugging
quint32 executableUid;
};
DEBUGGER_EXPORT QDebug operator<<(QDebug str, const DebuggerStartParameters &);