This commit is contained in:
Nav
2024-08-27 22:04:59 +01:00
parent 7bcb81b7c8
commit b1db8196c0
4 changed files with 8 additions and 8 deletions

View File

@@ -30,7 +30,7 @@ namespace DebugServer::Gdb::CommandPackets
const Targets::TargetDescriptor& targetDescriptor,
TargetControllerService& targetControllerService
) {
Logger::info("Handling ReadRegisterMonitor packet");
Logger::info("Handling ListRegistersMonitor packet");
try {
const auto argCount = this->commandArguments.size();

View File

@@ -34,7 +34,7 @@ namespace DebugServer::Gdb::CommandPackets
const Targets::TargetDescriptor& targetDescriptor,
TargetControllerService& targetControllerService
) {
Logger::info("Handling ReadRegisterMonitor packet");
Logger::info("Handling ReadRegistersMonitor packet");
try {
const auto argCount = this->commandArguments.size();