debugger: find better separation between runcontrol and engine

This commit is contained in:
hjk
2010-12-10 10:01:29 +01:00
parent 18986b8ccb
commit 91e6c14ff9
7 changed files with 34 additions and 62 deletions

View File

@@ -333,9 +333,9 @@ protected:
virtual void shutdownInferior() = 0;
virtual void shutdownEngine() = 0;
protected:
DebuggerRunControl *runControl() const;
DebuggerRunControl *runControl() const; // FIXME: Protect.
protected:
static QString msgWatchpointTriggered(BreakpointId id,
int number, quint64 address);
static QString msgWatchpointTriggered(BreakpointId id,