From e1216b7cc0f8c70b3127b35f97c95d2ce560dbe4 Mon Sep 17 00:00:00 2001 From: Nav Date: Mon, 26 Aug 2024 21:34:29 +0100 Subject: [PATCH] Tidying --- src/DebugServer/Gdb/CommandPackets/ListRegistersMonitor.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/DebugServer/Gdb/CommandPackets/ListRegistersMonitor.cpp b/src/DebugServer/Gdb/CommandPackets/ListRegistersMonitor.cpp index f3b33665..adec990e 100644 --- a/src/DebugServer/Gdb/CommandPackets/ListRegistersMonitor.cpp +++ b/src/DebugServer/Gdb/CommandPackets/ListRegistersMonitor.cpp @@ -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")});