forked from qt-creator/qt-creator
		
	debugger: rename EngineStart to EngineSetup
This commit is contained in:
		@@ -59,7 +59,7 @@ CoreGdbAdapter::CoreGdbAdapter(GdbEngine *engine, QObject *parent)
 | 
			
		||||
 | 
			
		||||
void CoreGdbAdapter::startAdapter()
 | 
			
		||||
{
 | 
			
		||||
    QTC_ASSERT(state() == EngineStarting, qDebug() << state());
 | 
			
		||||
    QTC_ASSERT(state() == EngineSettingUp, qDebug() << state());
 | 
			
		||||
    showMessage(_("TRYING TO START ADAPTER"));
 | 
			
		||||
 | 
			
		||||
    if (!m_engine->startGdb())
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user