Home
last modified time | relevance | path

Searched refs:to_post_wait (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/gdb/gdb/
Dtarget.h309 void (*to_post_wait) (ptid_t, int); member
523 (*current_target.to_post_wait) (ptid, status)
Dtarget.c385 INHERIT (to_post_wait, t); in update_current_target()
487 de_fault (to_post_wait, in update_current_target()
1766 debug_target.to_post_wait (ptid, status); in debug_to_post_wait()
2356 current_target.to_post_wait = debug_to_post_wait; in setup_target_debug()
Dinftarg.c627 child_ops.to_post_wait = child_post_wait; in init_child_ops()