Debugger[CDB]: Enable engine restart.

This commit is contained in:
Friedemann Kleint
2011-02-08 12:08:59 +01:00
parent a57da84be8
commit a9982cac70
2 changed files with 45 additions and 6 deletions

View File

@@ -176,6 +176,7 @@ private:
bool startConsole(const DebuggerStartParameters &sp, QString *errorMessage);
void init();
unsigned examineStopReason(const GdbMi &stopReason, QString *message,
QString *exceptionBoxMessage);
bool commandsPending() const;
@@ -251,6 +252,7 @@ private:
int m_watchPointY;
PendingBreakPointMap m_pendingBreakpointMap;
QHash<QString, QString> m_fileNameModuleHash;
bool m_ignoreCdbOutput;
};
} // namespace Internal