Removed debugging code. Other small bits of tidying

This commit is contained in:
Nav
2021-04-12 19:43:42 +01:00
parent 7e6bb420c3
commit 8da2aa3a8d
4 changed files with 12 additions and 8 deletions

View File

@@ -156,6 +156,7 @@ void GdbRspDebugServer::waitForConnection() {
Logger::info("Accepted GDP RSP connection from " + this->clientConnection->getIpAddress());
this->eventManager.triggerEvent(std::make_shared<Events::DebugSessionStarted>());
} else {
// This method should not return until a connection has been established (or an exception is thrown)
return this->waitForConnection();