Home
last modified time | relevance | path

Searched refs:inf_set_step_thread (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dgnu-nat.c107 void inf_set_step_thread (struct inf *inf, struct proc *proc);
613 inf_set_step_thread (inf, 0); in _proc_free()
1157 inf_set_step_thread (struct inf *inf, struct proc *thread) in inf_set_step_thread() function
1212 inf_set_step_thread (inf, 0); in inf_detach()
1266 inf_set_step_thread (inf, 0); /* The step thread is special. */ in inf_steal_exc_ports()
1281 inf_set_step_thread (inf, 0); /* The step thread is special. */ in inf_restore_exc_ports()
1989 inf_set_step_thread (inf, step_thread); in gnu_resume()
H A DChangeLog-20017998 (inf_set_step_thread): Ditto.