Tidying
This commit is contained in:
@@ -23,7 +23,7 @@ namespace Bloom::DebugServer::Gdb::CommandPackets
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Monitor::handle(DebugSession& debugSession, TargetControllerConsole& targetControllerConsole) {
|
void Monitor::handle(DebugSession& debugSession, TargetControllerConsole& targetControllerConsole) {
|
||||||
Logger::error("Unknown custom GDB command (" + this->command + ") received.");
|
Logger::error("Unknown custom GDB command (\"" + this->command + "\") received.");
|
||||||
debugSession.connection.writePacket(EmptyResponsePacket());
|
debugSession.connection.writePacket(EmptyResponsePacket());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user