Lines Matching defs:stepped
716 int stepped = emulate_step(regs, ppc_inst_read(bp->instr));
717 if (stepped == 0) {
720 } else if (stepped < 0) {
923 printf("Breakpoint at %lx is on an instruction that can't be single stepped, disabling it\n",
1206 int stepped;
1212 stepped = emulate_step(regs, instr);
1213 if (stepped < 0) {
1218 if (stepped > 0) {
1220 printf("stepped to ");
1471 printf("Breakpoints may not be placed on instructions that can't be single stepped\n");