Fixes: windows build

This commit is contained in:
Oswald Buddenhagen
2009-02-16 16:50:20 +01:00
committed by hjk
parent 1dd1752c4e
commit 25c7eb3dff

View File

@@ -663,7 +663,7 @@ void GdbEngine::interruptInferior()
sendCommand("-exec-interrupt", GdbExecInterrupt);
qq->notifyInferiorStopped();
#else
debugMessage(QString("CANNOT STOP INFERIOR %1").arg(m_gdbProc.pid()));
debugMessage(QString("CANNOT STOP INFERIOR"));
if (interruptChildProcess(m_gdbProc.pid()))
qq->notifyInferiorStopped();
#endif