debugger: merge 'AdapterStarting' into 'EngineStarting' state

This commit is contained in:
hjk
2010-07-08 11:54:06 +02:00
parent 76e85abf2c
commit 2385e15b2d
14 changed files with 6 additions and 26 deletions

View File

@@ -1502,7 +1502,6 @@ void TrkGdbAdapter::startAdapter()
m_symbolFile.replace(QLatin1Char('\\'), QLatin1Char('/'));
// Start
QTC_ASSERT(state() == EngineStarting, qDebug() << state());
setState(AdapterStarting);
showMessage(_("TRYING TO START ADAPTER"));
logMessage(QLatin1String("### Starting TrkGdbAdapter"));