Home | History | Annotate | Download | only in m_gdbserver

Lines Matching refs:stepping

188 /* 0 => not single stepping.
189 1 => single stepping asked by gdb
190 2 => single stepping asked by valgrind (watchpoint) */
191 static int stepping = 0;
204 stepping = 2;
206 stepping = 0;
211 if (stepping)
234 "resume_info step %d sig %d stepping %d\n",
237 stepping);
245 stepping = resume_info->step;