mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 22:45:45 +00:00
arm_dynarmic: Halt when BRK encountered
This commit is contained in:
parent
7b5436d4ef
commit
ade71037bf
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ public:
|
|||
return;
|
||||
case Dynarmic::A64::Exception::Breakpoint:
|
||||
if (GDBStub::IsServerEnabled()) {
|
||||
parent.jit->HaltExecution();
|
||||
parent.SetPC(pc);
|
||||
Kernel::Thread* thread = Kernel::GetCurrentThread();
|
||||
parent.SaveContext(thread->context);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue