forked from qt-creator/qt-creator
@@ -1752,10 +1752,6 @@ void GdbEngine::notifyAdapterShutdownFailed()
|
|||||||
void GdbEngine::notifyAdapterShutdownOk()
|
void GdbEngine::notifyAdapterShutdownOk()
|
||||||
{
|
{
|
||||||
QTC_ASSERT(state() == EngineShutdownRequested, qDebug() << state());
|
QTC_ASSERT(state() == EngineShutdownRequested, qDebug() << state());
|
||||||
if (state() != EngineShutdownRequested) {
|
|
||||||
qDebug("XXXXX");
|
|
||||||
showMessage(_("ASSERT"));
|
|
||||||
}
|
|
||||||
showMessage(_("INITIATE GDBENGINE SHUTDOWN IN STATE %1, PROC: %2")
|
showMessage(_("INITIATE GDBENGINE SHUTDOWN IN STATE %1, PROC: %2")
|
||||||
.arg(lastGoodState()).arg(gdbProc()->state()));
|
.arg(lastGoodState()).arg(gdbProc()->state()));
|
||||||
m_commandsDoneCallback = 0;
|
m_commandsDoneCallback = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user