Skip to content

Commit

Permalink
GDBStub: Add log when break is sent
Browse files Browse the repository at this point in the history
  • Loading branch information
aldelaro5 committed Oct 21, 2021
1 parent 7ad586f commit 6a4d607
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/Core/PowerPC/GDBStub.cpp
Expand Up @@ -203,6 +203,7 @@ static void ReadCommand()
CPU::Break();
SendSignal(Signal::Sigtrap);
s_has_control = true;
INFO_LOG_FMT(GDB_STUB, "gdb: CPU::Break due to break command");
return;
}
else if (c != GDB_STUB_START)
Expand Down

0 comments on commit 6a4d607

Please sign in to comment.