forked from qt-creator/qt-creator
		
	centralize exec-continue calling and error handling
This commit is contained in:
		| @@ -209,7 +209,7 @@ void RemoteGdbAdapter::handleTargetRemote(const GdbResponse &record) | ||||
|  | ||||
| void RemoteGdbAdapter::startInferiorPhase2() | ||||
| { | ||||
|     m_engine->continueInferior(); | ||||
|     m_engine->continueInferiorInternal(); | ||||
| } | ||||
|  | ||||
| void RemoteGdbAdapter::interruptInferior() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user