mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
GDBStub: Correctly inform the CPU thread if we are stepping
This commit is contained in:
@ -141,6 +141,9 @@ void Run()
|
||||
{
|
||||
gdb_signal(GDB_SIGTRAP);
|
||||
gdb_handle_exception(true);
|
||||
// If we are still going to step, emulate the fact we just sent a step command
|
||||
if (gdb_hasControl())
|
||||
s_state_cpu_step_instruction = true;
|
||||
}
|
||||
state_lock.lock();
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user