forked from qt-creator/qt-creator
Executable's UID added to the DebuggerStartParameters. Used for debugging on SymbianOs
This commit is contained in:
@@ -99,6 +99,9 @@ public:
|
||||
QString dumperLibrary;
|
||||
QStringList dumperLibraryLocations;
|
||||
DebuggerStartMode startMode;
|
||||
|
||||
// for SymbianOS debugging
|
||||
quint32 executableUid;
|
||||
};
|
||||
|
||||
DEBUGGER_EXPORT QDebug operator<<(QDebug str, const DebuggerStartParameters &);
|
||||
|
||||
Reference in New Issue
Block a user