Fixes: windows build

This commit is contained in:
Oswald Buddenhagen
2009-02-16 16:50:20 +01:00
parent 933bd672e4
commit 3666883f23

View File

@@ -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