forked from qt-creator/qt-creator
Debugger: Pass interrupt request more directly to engines
De-virtualize requestInterruptInferior() and let always the master engine react to the request. interruptInferior() diverts to the active slave in case of the combined engine. Change-Id: I5d62cf9379c8a452132827897a9ac51e4027f595 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -98,7 +98,6 @@ protected:
|
||||
void executeReturn() override;
|
||||
void continueInferior() override;
|
||||
void interruptInferior() override;
|
||||
void requestInterruptInferior() override;
|
||||
|
||||
void executeRunToLine(const ContextData &data) override;
|
||||
void executeRunToFunction(const QString &functionName) override;
|
||||
|
||||
Reference in New Issue
Block a user