Searched refs:stepped (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dsh-stub.c278 char stepped; variable
564 stepped = 1;
631 /* Undo the effect of a previous doSStep. If we single stepped,
637 if (stepped)
642 stepped = 0;
1141 stepped = 0;
H A Dwince.c145 int stepped; /* True if stepped. */ member in struct:thread_info_struct
802 if (th->stepped)
805 th->stepped = 0;
823 th->stepped = 1;
938 if (th->stepped)
941 th->stepped = 0;
962 th->stepped = 1;
976 if (th->stepped &&
990 if (th->stepped)
[all...]
H A Dwince-stub.c272 static int stepped = 0; variable
277 stepped = 1;
H A Dinfrun.c157 been caught, and the inferior is being stepped out of the hook, or
1205 /* Hardware single-stepped a software breakpoint (as
2254 /* We stepped out of the stepping range. */
2439 /* The inferior just stepped into, or returned to, an
2528 /* In the case where we just stepped out of a function into the
2540 stepped into a function;
2542 stepped out of a function;

Completed in 177 milliseconds