forked from qt-creator/qt-creator
Fixes: windows build
This commit is contained in:
@@ -663,7 +663,7 @@ void GdbEngine::interruptInferior()
|
|||||||
sendCommand("-exec-interrupt", GdbExecInterrupt);
|
sendCommand("-exec-interrupt", GdbExecInterrupt);
|
||||||
qq->notifyInferiorStopped();
|
qq->notifyInferiorStopped();
|
||||||
#else
|
#else
|
||||||
debugMessage(QString("CANNOT STOP INFERIOR %1").arg(m_gdbProc.pid()));
|
debugMessage(QString("CANNOT STOP INFERIOR"));
|
||||||
if (interruptChildProcess(m_gdbProc.pid()))
|
if (interruptChildProcess(m_gdbProc.pid()))
|
||||||
qq->notifyInferiorStopped();
|
qq->notifyInferiorStopped();
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user