Moved vFlashDone GDB command packet handelr to separate class
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user