Searched refs:step_thread (Results 1 – 5 of 5) sorted by relevance
45 if (step_thread > 0 && (cont_thread == 0 || cont_thread == -1)) in set_desired_inferior()47 step_thread); in set_desired_inferior()
30 int step_thread; variable444 step_thread = strtol (&own_buf[2], NULL, 16); in main()
120 extern int step_thread;
410 * server.c (step_thread, server_waiting): New variables.
186 struct proc *step_thread; member611 if (proc == inf->step_thread) in _proc_free()651 inf->step_thread = 0; in make_inf()1166 if (inf->step_thread != thread) in inf_set_step_thread()1168 if (inf->step_thread && inf->step_thread->port != MACH_PORT_NULL) in inf_set_step_thread()1169 if (!proc_trace (inf->step_thread, 0)) in inf_set_step_thread()1172 inf->step_thread = thread; in inf_set_step_thread()1174 inf->step_thread = 0; in inf_set_step_thread()1932 struct proc *step_thread = 0; in gnu_resume() local1983 if (!step_thread) in gnu_resume()[all …]