mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-06-09 13:59:13 +00:00
gdb: YACC (yet another cleanup commit)
This commit is contained in:
@@ -34,7 +34,7 @@ namespace Ryujinx.HLE.Debugger
|
||||
|
||||
case ThreadBreakMessage { Context: { } ctx }:
|
||||
DebugProcess.DebugStop();
|
||||
GThread = CThread = ctx.ThreadUid;
|
||||
GThreadId = CThreadId = ctx.ThreadUid;
|
||||
_breakHandlerEvent.Set();
|
||||
_commands.Processor.Reply($"T05thread:{ctx.ThreadUid:x};");
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user