Lines Matching defs:steps
2076 /* GDB stores the current frame_id when stepping in order to detects steps
2101 unsigned int steps;
2103 steps = btrace_insn_prev (replay, 1);
2104 if (steps == 0)
2403 unsigned int steps;
2407 steps = btrace_insn_next (replay, 1);
2408 if (steps == 0)
2467 unsigned int steps;
2469 steps = btrace_insn_prev (replay, 1);
2470 if (steps == 0)
2887 unsigned int steps;
2889 steps = btrace_insn_next (&begin, 1);
2890 if (steps == 0)