Home | History | Annotate | Download | only in m_gdbserver

Lines Matching refs:stepping

197 /* 0 => not single stepping.
198 1 => single stepping asked by gdb
199 2 => single stepping asked by valgrind (watchpoint) */
200 static int stepping = 0;
213 stepping = 2;
215 stepping = 0;
220 if (stepping)
243 "resume_info step %d sig %d stepping %d\n",
246 stepping);
257 stepping = resume_info->step;