centralize exec-continue calling and error handling

This commit is contained in:
Oswald Buddenhagen
2009-10-20 14:08:59 +02:00
parent a8b39c54d7
commit b2ae433a58
5 changed files with 14 additions and 32 deletions

View File

@@ -209,7 +209,7 @@ void RemoteGdbAdapter::handleTargetRemote(const GdbResponse &record)
void RemoteGdbAdapter::startInferiorPhase2()
{
m_engine->continueInferior();
m_engine->continueInferiorInternal();
}
void RemoteGdbAdapter::interruptInferior()