debugger: fix "unexpected" state changes when aborting the debugger

Change-Id: Icec2e3333eb019c51ab32e7bb10887dec1ce9e16
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2011-10-31 16:15:48 +01:00
committed by hjk
parent 71dfe61c88
commit 7ed1064971
7 changed files with 44 additions and 14 deletions

View File

@@ -242,6 +242,7 @@ private: ////////// General Interface //////////
virtual void shutdownEngine();
virtual void shutdownInferior();
virtual void notifyInferiorSetupFailed();
virtual void abortDebugger();
virtual bool acceptsDebuggerCommands() const;
virtual void executeDebuggerCommand(const QString &command);