Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dlinux-nat.c623 static int stop_wait_callback (struct lwp_info *lp, void *data);
1239 stop_wait_callback (struct lwp_info *lp, void *data) in stop_wait_callback() function
1268 return stop_wait_callback (lp, flush_mask); in stop_wait_callback()
1303 stop_wait_callback (lp, data); in stop_wait_callback()
1343 stop_wait_callback (lp, data); in stop_wait_callback()
1447 stop_wait_callback (lp, flush_mask); in flush_callback()
1741 stop_wait_callback (lp, NULL); in stop_and_resume_callback()
1850 stop_wait_callback (lp, NULL); in linux_nat_wait()
2136 iterate_over_lwps (stop_wait_callback, &flush_mask); in linux_nat_wait()
H A DChangeLog-20012430 (lin_lwp_attach_lwp): Don't call stop_wait_callback. Instead call
2436 (stop_wait_callback): Replace use of is_cloned with check if LWP
3974 * lin-lwp.c (stop_wait_callback): Add support for flushing
3977 (lin_lwp_wait): Use the new support in stop_wait_callback to
4373 (stop_wait_callback): Defer pushback of breakpoint events until
5332 * lin-lwp.c (lin_lwp_attach_lwp): Call stop_wait_callback,
5334 (stop_wait_callback): If a SIGTRAP or a SIGINT event is consumed,
5338 * lin-lwp.c (stop_wait_callback): Discard redundant SIGINT events.
5980 (stop_wait_callback): Add prototype.
6330 (stop_wait_callback, lin_lwp_wait): Likewise.
H A DChangeLog-20033973 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
3974 (stop_wait_callback): Handle !lp->signalled also.
4320 stop_wait_callback. Clean up.
4321 (stop_wait_callback): Use wait_lwp.
8099 (stop_wait_callback): Check for threads already having exited and
H A DChangeLog-20001620 * lin-lwp.c (stop_wait_callback): Remove bogus assertions in the
H A DChangeLog921 (stop_wait_callback, linux_nat_has_pending, flush_callback)