Moved vFlashDone GDB command packet handelr to separate class

This commit is contained in:
Nav
2022-06-05 16:15:12 +01:00
parent 9b8d4f054b
commit 40b1183f6b
5 changed files with 65 additions and 6 deletions

View File

@@ -56,12 +56,6 @@ namespace Bloom::DebugServer::Gdb::CommandPackets
return;
}
if (packetString.find("vFlashDone") == 0) {
Logger::debug("Handling vFlashDone");
debugSession.connection.writePacket(OkResponsePacket());
return;
}
Logger::debug("Unknown GDB RSP packet: " + packetString + " - returning empty response");
// Respond with an empty packet