forked from qt-creator/qt-creator
		
	debugger: move DebuggerRunControl *m_runControl into IDebuggerEngine.
Plan is to identify make identify an IDebuggerEngine incarnation with a RunControl.
This commit is contained in:
		| @@ -386,9 +386,10 @@ void CdbDebugEngine::startupChecks() | ||||
|     syncDebuggerPaths(); | ||||
| } | ||||
|  | ||||
| void CdbDebugEngine::startDebugger(const DebuggerRunControl *runControl) | ||||
| void CdbDebugEngine::startDebugger() | ||||
| { | ||||
|     const DebuggerStartParameters &sp = runControl->sp(); | ||||
|     QTC_ASSERT(runControl(), return); | ||||
|     const DebuggerStartParameters &sp = runControl()->sp(); | ||||
|     if (debugCDBExecution) | ||||
|         qDebug() << "startDebugger"; | ||||
|     CdbCore::BreakPoint::clearNormalizeFileNameCache(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user