debugger: remove sessionengine

This commit is contained in:
hjk
2010-11-04 18:11:09 +01:00
parent 6d0f22b1bd
commit 91ba3949d5
10 changed files with 78 additions and 243 deletions

View File

@@ -56,7 +56,6 @@ class DebuggerRunControl;
class DebuggerStartParameters;
namespace Internal {
class DebuggerListener;
class BreakHandler;
}
@@ -116,10 +115,6 @@ private:
void runControlFinished(DebuggerRunControl *runControl);
DebuggerLanguages activeLanguages() const;
// This contains per-session data like breakpoints and watched
// expression. It serves as a template for new engine instantiations.
DebuggerEngine *sessionTemplate();
QMessageBox *showMessageBox(int icon, const QString &title,
const QString &text, int buttons = 0);