debugger: more state work

This commit is contained in:
hjk
2010-07-12 15:39:22 +02:00
parent cb68ec6656
commit 3eef8a43c0
7 changed files with 24 additions and 13 deletions

View File

@@ -1604,7 +1604,7 @@ void TrkGdbAdapter::handleTargetRemote(const GdbResponse &record)
{
QTC_ASSERT(state() == InferiorSetupRequested, qDebug() << state());
if (record.resultClass == GdbResultDone) {
setState(InferiorStopOk);
m_engine->notifyInferiorStopOk();
m_engine->handleInferiorPrepared();
} else {
QString msg = tr("Connecting to TRK server adapter failed:\n")