Home | History | Annotate | Download | only in m_gdbserver

Lines Matching defs:stepping

92          or if we are single stepping
189 single stepping (kind == GS_jump).
190 When gdbserver is not single stepping anymore, all GS_jump entries
307 /* keep gdbserved instrumentation while single stepping */
454 by switching to Single Stepping mode. */
481 dlog(2, "gdbserver_instrumentation_needed due to single stepping\n");
634 int stepping;
683 stepping = valgrind_single_stepping();
694 /* we are single stepping. If we were not stepping on entry,
699 if (!stepping && tid != 0) {
703 /* We are not single stepping. If we were stepping on entry,
707 if (stepping)
1034 then to allow single stepping in this block (and possible insertions
1174 Single Stepping or have just encountered a watchpoint
1398 "single stepping %d\n"