Merge remote-tracking branch 'origin/4.6' into 4.7

Change-Id: Ifddceb06f377ea428300fa8a48908cfc44b98705
This commit is contained in:
Eike Ziller
2018-05-28 16:07:00 +02:00
9 changed files with 85 additions and 153 deletions

View File

@@ -696,7 +696,6 @@ void GdbEngine::interruptInferior()
showStatusMessage(tr("Stop requested..."), 5000);
showMessage("TRYING TO INTERRUPT INFERIOR");
if (HostOsInfo::isWindowsHost() && !m_isQnxGdb) {
QTC_ASSERT(state() == InferiorStopRequested, qDebug() << state(); notifyInferiorStopFailed());
IDevice::ConstPtr device = runTool()->device();
if (!device)
device = runParameters().inferior.device;