Searched refs:target_wait_hook (Results 1 – 6 of 6) sorted by relevance
282 target_wait_hook = tui_target_wait_hook; in tui_install_hooks()300 target_wait_hook = 0; in tui_remove_hooks()
360 target_wait_hook = 0; in mi_command_loop()
341 target_wait_hook = 0; in clear_interpreter_hooks()
1041 if (target_wait_hook) in wait_for_inferior()1042 ecs->ptid = target_wait_hook (ecs->waiton_ptid, ecs->wp); in wait_for_inferior()1098 if (target_wait_hook) in fetch_inferior_event()1100 target_wait_hook (async_ecs->waiton_ptid, async_ecs->wp); in fetch_inferior_event()
1236 extern ptid_t (*target_wait_hook) (ptid_t ptid,
270 ptid_t (*target_wait_hook) (ptid_t ptid, variable