forked from qt-creator/qt-creator
Debugger: De-virtualize *Engine::notify* functions
Most were never re-implemented, so just for debugging purposes in the mixed engine. Change-Id: If569e0e553e3fdd5ef83b3bdfdbd22fd0ad5b90f Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -78,7 +78,6 @@ private: ////////// General Interface //////////
|
||||
DebuggerEngine *cppEngine() final { return this; }
|
||||
|
||||
void handleGdbStartFailed();
|
||||
void notifyInferiorSetupFailed() final;
|
||||
void prepareForRestart() final;
|
||||
|
||||
bool hasCapability(unsigned) const final;
|
||||
@@ -118,8 +117,8 @@ private: ////////// General Interface //////////
|
||||
|
||||
void handleDebugInfoLocation(const DebuggerResponse &response);
|
||||
|
||||
// The adapter is still running just fine, but it failed to acquire a debuggee.
|
||||
void notifyInferiorSetupFailed(const QString &msg);
|
||||
// The engine is still running just fine, but it failed to acquire a debuggee.
|
||||
void notifyInferiorSetupFailedHelper(const QString &msg);
|
||||
|
||||
void notifyAdapterShutdownOk();
|
||||
void notifyAdapterShutdownFailed();
|
||||
|
||||
Reference in New Issue
Block a user