Home
last modified time | relevance | path

Searched refs:step_thread (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dtarget.c45 if (step_thread > 0 && (cont_thread == 0 || cont_thread == -1)) in set_desired_inferior()
47 step_thread); in set_desired_inferior()
H A Dserver.c30 int step_thread; variable
444 step_thread = strtol (&own_buf[2], NULL, 16); in main()
H A Dserver.h120 extern int step_thread;
H A DChangeLog410 * server.c (step_thread, server_waiting): New variables.
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dgnu-nat.c186 struct proc *step_thread; member
611 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() local
1983 if (!step_thread) in gnu_resume()
[all …]