forked from qt-creator/qt-creator
debugger: fix "unexpected" state changes when aborting the debugger
Change-Id: Icec2e3333eb019c51ab32e7bb10887dec1ce9e16 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user