Searched refs:stepped (Results 1 – 3 of 3) sorted by relevance
212 int stepped = 1; in hw_breakpoint_handler() local261 stepped = 0; in hw_breakpoint_handler()264 stepped = emulate_step(regs, instr); in hw_breakpoint_handler()271 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
533 int stepped = emulate_step(regs, bp->instr[0]); in xmon_core() local534 if (stepped == 0) { in xmon_core()537 } else if (stepped < 0) { in xmon_core()925 int stepped; in do_step() local930 stepped = emulate_step(regs, instr); in do_step()931 if (stepped < 0) { in do_step()936 if (stepped > 0) { in do_step()