mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-18 11:13:57 +00:00
Disable GDB logging
This commit is contained in:
@@ -491,7 +491,7 @@ namespace gdb_stub
|
||||
|
||||
void handle_command(const debugging_context& c, const uint8_t command, const std::string_view data)
|
||||
{
|
||||
printf("GDB command: %c -> %.*s\n", command, static_cast<int>(data.size()), data.data());
|
||||
// printf("GDB command: %c -> %.*s\n", command, static_cast<int>(data.size()), data.data());
|
||||
|
||||
switch (command)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user