Debugger[New CDB]: Ignore only first WOW64 breakpoint.

Subsequent ones are caused by interrupts.
This commit is contained in:
Friedemann Kleint
2011-01-17 15:18:13 +01:00
parent 7d72445bc0
commit 8108bb0c89
2 changed files with 14 additions and 6 deletions

View File

@@ -153,7 +153,7 @@ private:
enum SpecialStopMode { NoSpecialStop, SpecialStopSynchronizeBreakpoints };
unsigned examineStopReason(const QByteArray &messageIn, QString *message,
QString *exceptionBoxMessage) const;
QString *exceptionBoxMessage);
bool commandsPending() const;
void handleExtensionMessage(char t, int token, const QByteArray &what, const QByteArray &message);
bool doSetupEngine(QString *errorMessage);
@@ -214,6 +214,7 @@ private:
mutable int m_elapsedLogTime;
QByteArray m_extensionMessageBuffer;
bool m_sourceStepInto;
unsigned m_wX86BreakpointCount;
};
} // namespace Internal