Searched refs:stepped (Results 1 – 5 of 5) sorted by relevance
213 int stepped = 1; in hw_breakpoint_handler() local264 stepped = 0; in hw_breakpoint_handler()267 stepped = emulate_step(regs, instr); in hw_breakpoint_handler()274 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
551 int stepped = emulate_step(regs, bp->instr[0]); in xmon_core() local552 if (stepped == 0) { in xmon_core()555 } else if (stepped < 0) { in xmon_core()950 int stepped; in do_step() local955 stepped = emulate_step(regs, instr); in do_step()956 if (stepped < 0) { in do_step()961 if (stepped > 0) { in do_step()
372 jnz pgm_svcper # -> single stepped svc418 # single stepped system call
412 jnz pgm_svcper # -> single stepped svc463 # single stepped system call