Skip to content
Snippets Groups Projects
Commit ef314876 authored by MerryMage's avatar MerryMage
Browse files

arm_dynarmic: Halt when BRK encountered

parent 3b4a1582
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment