Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/tui/
HDtui-hooks.c293 detach_hook = tui_detach_hook; in tui_install_hooks()
306 detach_hook = 0; in tui_remove_hooks()
/NextBSD/contrib/gdb/gdb/
HDinfcmd.c1882 if (detach_hook) in detach_command()
1883 detach_hook (); in detach_command()
1902 if (detach_hook) in disconnect_command()
1903 detach_hook (); in disconnect_command()
HDdefs.h1240 extern void (*detach_hook) (void);
HDtarget.c1561 if (detach_hook) in generic_mourn_inferior()
1562 detach_hook (); in generic_mourn_inferior()
HDtop.c248 void (*detach_hook) (void); variable