Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gdb/gdb/tui/
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-stable/contrib/gdb/gdb/mi/
Dmi-interp.c360 target_wait_hook = 0; in mi_command_loop()
/freebsd-12-stable/contrib/gdb/gdb/
Dinterps.c341 target_wait_hook = 0; in clear_interpreter_hooks()
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()
Ddefs.h1236 extern ptid_t (*target_wait_hook) (ptid_t ptid,
Dtop.c270 ptid_t (*target_wait_hook) (ptid_t ptid, variable