Searched refs:stepped (Results 1 – 7 of 7) 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
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()
62 stepped PC!) the overhead of setting up the hrtimers
126 - Debugging is easier as atomic ops can just be stepped over and they can be breakpointed
484 jnz .Lpgm_svcper # -> single stepped svc540 # single stepped system call
74 After the instruction is single-stepped, Kprobes executes the340 is single-stepped, Kprobe calls kp->post_handler. If a fault