This commit is contained in:
Nav
2024-08-26 23:14:52 +01:00
parent ff5b387ef5
commit 7bcb81b7c8
3 changed files with 4 additions and 6 deletions

View File

@@ -120,7 +120,7 @@ namespace DebugServer::Gdb::CommandPackets
output += registerDescriptor.name + ", ";
output += StringService::applyTerminalColor(
"0x" + StringService::asciiToUpper(StringService::toHex(registerDescriptor.startAddress)),
StringService::TerminalColor::DARK_BLUE
StringService::TerminalColor::BLUE
) + ", ";
output += std::to_string(registerDescriptor.size) + " byte(s)";