thermosphere: add breakpoint/watchpoint enable/reset code

This commit is contained in:
TuxSH
2019-08-05 23:49:25 +02:00
parent a3da478089
commit 3649b94b5d
10 changed files with 157 additions and 5 deletions

View File

@@ -66,5 +66,5 @@ void handleSingleStep(ExceptionStackFrame *frame, ExceptionSyndromeRegister esr)
DEBUG("Single-step exeception ELR = 0x%016llx, ISV = %u, EX = %u\n", frame->elr_el2, (esr.iss >> 24) & 1, (esr.iss >> 6) & 1);
// Hehe boi
singleStepSetNextState(frame, SingleStepState_ActivePending);
//singleStepSetNextState(frame, SingleStepState_ActivePending);
}