Merge remote-tracking branch 'origin/2.5'

This commit is contained in:
Eike Ziller
2012-04-04 16:20:10 +02:00
40 changed files with 218 additions and 65 deletions

View File

@@ -805,7 +805,7 @@ void GdbEngine::interruptInferior()
qDebug() << "INTERRUPT INFERIOR: " << state(); return);
if (usesExecInterrupt()) {
postCommand("-exec-interrupt");
postCommand("-exec-interrupt", Immediate);
} else {
showStatusMessage(tr("Stop requested..."), 5000);
showMessage(_("TRYING TO INTERRUPT INFERIOR"));