Support for vFlashDone GDB command packet
This commit is contained in:
@@ -56,6 +56,12 @@ namespace Bloom::DebugServer::Gdb::CommandPackets
|
|||||||
return;
|
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");
|
Logger::debug("Unknown GDB RSP packet: " + packetString + " - returning empty response");
|
||||||
|
|
||||||
// Respond with an empty packet
|
// Respond with an empty packet
|
||||||
|
|||||||
Reference in New Issue
Block a user