Home
last modified time | relevance | path

Searched refs:target_wait_hook (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/tui/
H A Dtui-hooks.c282 target_wait_hook = tui_target_wait_hook; in tui_install_hooks()
300 target_wait_hook = 0; in tui_remove_hooks()
/freebsd-12.1/contrib/gdb/gdb/mi/
H A Dmi-interp.c360 target_wait_hook = 0; in mi_command_loop()
/freebsd-12.1/contrib/gdb/gdb/
H A Dinterps.c341 target_wait_hook = 0; in clear_interpreter_hooks()
H A Dinfrun.c1041 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()
H A Ddefs.h1236 extern ptid_t (*target_wait_hook) (ptid_t ptid,
H A Dtop.c271 ptid_t (*target_wait_hook) (ptid_t ptid, variable