This commit is contained in:
Nav
2024-08-26 21:34:29 +01:00
parent 1ef9ee7297
commit e1216b7cc0

View File

@@ -54,9 +54,6 @@ namespace DebugServer::Gdb::CommandPackets
const auto& peripheralDescriptor = peripheralDescriptorOpt->get();
if (argCount < 3) {
debugSession.connection.writePacket(PartialResponsePacket{StringService::toHex(
peripheralDescriptor.name + " peripheral registers:\n\n"
)});
this->handlePeripheralOutput(peripheralDescriptor, debugSession);
debugSession.connection.writePacket(ResponsePacket{StringService::toHex("\n")});