Home | History | Annotate | Download | only in gdb

Lines Matching defs:step_thread

171     struct proc *step_thread;
603 if (proc == inf->step_thread)
644 inf->step_thread = 0;
1190 function changes it to be PROC, changing any old step_thread to be
1202 if (inf->step_thread != thread)
1204 if (inf->step_thread && inf->step_thread->port != MACH_PORT_NULL)
1205 if (!proc_trace (inf->step_thread, 0))
1208 step_thread = thread;
1210 inf->step_thread = 0;
1998 struct proc *step_thread = 0;
2057 step_thread = inf_tid_to_thread (inf, ptid.lwp ());
2058 if (!step_thread)
2065 if (step_thread != inf->step_thread)
2066 inf_set_step_thread (inf, step_thread);