mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-28 15:31:02 +00:00
Add logging line for later
This commit is contained in:
@@ -361,6 +361,8 @@ namespace gdb_stub
|
||||
void handle_command(const connection_handler& connection, async_handler& async, debugging_handler& handler,
|
||||
const uint8_t command, const std::string_view data)
|
||||
{
|
||||
// printf("GDB command: %c -> %.*s\n", command, static_cast<int>(data.size()), data.data());
|
||||
|
||||
switch (command)
|
||||
{
|
||||
case 'c':
|
||||
|
||||
Reference in New Issue
Block a user