less noise

This commit is contained in:
Oswald Buddenhagen
2009-10-28 20:03:33 +01:00
parent 0c0925b69c
commit 954b2b1786
3 changed files with 0 additions and 3 deletions

View File

@@ -131,7 +131,6 @@ void TermGdbAdapter::startInferiorPhase2()
void TermGdbAdapter::interruptInferior()
{
debugMessage(_("TRYING TO INTERUPT INFERIOR"));
const qint64 attachedPID = m_engine->inferiorPid();
if (!interruptProcess(attachedPID))
debugMessage(_("CANNOT INTERRUPT %1").arg(attachedPID));