forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.6' into 4.7
Change-Id: Ifddceb06f377ea428300fa8a48908cfc44b98705
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user