forked from qt-creator/qt-creator
adapters don't need to set DebuggerNotReady state
This commit is contained in:
@@ -163,7 +163,6 @@ void AttachGdbAdapter::handleExit(const GdbResponse &response)
|
||||
void AttachGdbAdapter::handleGdbFinished(int, QProcess::ExitStatus)
|
||||
{
|
||||
debugMessage(_("GDB PROESS FINISHED"));
|
||||
setState(DebuggerNotReady);
|
||||
emit adapterShutDown();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user