Searched refs:stepped (Results 1 – 4 of 4) sorted by relevance
213 int stepped = 1; in hw_breakpoint_handler() local266 stepped = 0; in hw_breakpoint_handler()269 stepped = emulate_step(regs, instr); in hw_breakpoint_handler()276 if (!stepped) { in hw_breakpoint_handler()
92 # determine whether we have stepped through into an exception305 # we single-stepped into an interrupt handler whilst interrupts were merely virtually disabled334 # we stepped through into the virtual interrupt reenablement trap
589 int stepped = emulate_step(regs, bp->instr[0]); in xmon_core() local590 if (stepped == 0) { in xmon_core()593 } else if (stepped < 0) { in xmon_core()1000 int stepped; in do_step() local1005 stepped = emulate_step(regs, instr); in do_step()1006 if (stepped < 0) { in do_step()1011 if (stepped > 0) { in do_step()
583 jnz .Lpgm_svcper # -> single stepped svc649 # single stepped system call