Searched refs:seL4_SingleStep (Results 1 – 5 of 5) sorted by relevance
19 seL4_SingleStep, enumerator
143 if (seL4_Fault_DebugException_get_exceptionReason(fault) != seL4_SingleStep) { in handleFaultReply()242 if (reason != seL4_SingleStep && reason != seL4_SoftwareBreakRequest) { in setMRs_fault()
488 || type == seL4_SingleStep); in getBpNumFromType()492 case seL4_SingleStep: in getBpNumFromType()609 ret.type = seL4_SingleStep; in getBreakpoint()1101 bp_reason = seL4_SingleStep; in handleUserLevelDebugException()1131 && bp_reason != seL4_SingleStep) { in handleUserLevelDebugException()
626 0, seL4_SingleStep); in handleUserLevelDebugException()
1258 if (seL4_Fault_DebugException_get_exceptionReason(current_fault) == seL4_SingleStep in handleVMFault()
Completed in 13 milliseconds