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:
@@ -378,36 +378,6 @@ void QmlCppEngine::setupEngine()
|
||||
m_cppEngine->setupSlaveEngine();
|
||||
}
|
||||
|
||||
void QmlCppEngine::notifyEngineRunAndInferiorRunOk()
|
||||
{
|
||||
EDEBUG("\nMASTER NOTIFY ENGINE RUN AND INFERIOR RUN OK");
|
||||
DebuggerEngine::notifyEngineRunAndInferiorRunOk();
|
||||
}
|
||||
|
||||
void QmlCppEngine::notifyInferiorRunOk()
|
||||
{
|
||||
EDEBUG("\nMASTER NOTIFY INFERIOR RUN OK");
|
||||
DebuggerEngine::notifyInferiorRunOk();
|
||||
}
|
||||
|
||||
void QmlCppEngine::notifyInferiorSpontaneousStop()
|
||||
{
|
||||
EDEBUG("\nMASTER SPONTANEOUS STOP OK");
|
||||
DebuggerEngine::notifyInferiorSpontaneousStop();
|
||||
}
|
||||
|
||||
void QmlCppEngine::notifyInferiorShutdownOk()
|
||||
{
|
||||
EDEBUG("\nMASTER INFERIOR SHUTDOWN OK");
|
||||
DebuggerEngine::notifyInferiorShutdownOk();
|
||||
}
|
||||
|
||||
void QmlCppEngine::notifyInferiorSetupOk()
|
||||
{
|
||||
EDEBUG("\nMASTER INFERIOR SETUP OK");
|
||||
DebuggerEngine::notifyInferiorSetupOk();
|
||||
}
|
||||
|
||||
void QmlCppEngine::setupInferior()
|
||||
{
|
||||
EDEBUG("\nMASTER SETUP INFERIOR");
|
||||
|
||||
Reference in New Issue
Block a user