Debugger: Fix compilation, centralize breakpoint type detection.

Reviewed-by: hjk
This commit is contained in:
Friedemann Kleint
2010-11-26 13:06:03 +01:00
parent 61e99b3deb
commit a4d7fb2f06
10 changed files with 56 additions and 11 deletions

View File

@@ -345,6 +345,8 @@ protected:
void showStoppedBySignalMessageBox(const QString meaning, QString name);
void showStoppedByExceptionMessageBox(const QString &description);
static bool isCppBreakpoint(const Internal::BreakpointParameters &p);
private:
// Wrapper engine needs access to state of its subengines.
friend class QmlCppEngine;