Searched refs:stepped (Results 1 – 2 of 2) sorted by relevance
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
511 int stepped = emulate_step(regs, bp->instr[0]); in xmon_core() local512 if (stepped == 0) { in xmon_core()515 } else if (stepped < 0) { in xmon_core()892 int stepped; in do_step() local897 stepped = emulate_step(regs, instr); in do_step()898 if (stepped < 0) { in do_step()903 if (stepped > 0) { in do_step()