debugger: code cosmetics

This commit is contained in:
hjk
2010-07-08 15:06:09 +02:00
parent 85243e19a9
commit 6fff4b4fe9
4 changed files with 53 additions and 50 deletions

View File

@@ -252,10 +252,12 @@ public slots:
virtual void quitDebugger() { exitDebugger(); } // called by DebuggerRunControl
protected:
void setState(DebuggerState state, bool forced = false);
void notifyEngineStarted();
void notifyEngineStartFailed();
//private: // FIXME. State transitions
void setState(DebuggerState state, bool forced = false);
private:
void executeRunToLine();
void executeRunToFunction();