Home
last modified time | relevance | path

Searched refs:deprecated_ui_loop_hook (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dser-tcp.c135 if (deprecated_ui_loop_hook) in net_open()
137 if (deprecated_ui_loop_hook (0)) in net_open()
Dser-unix.c585 if (deprecated_ui_loop_hook) in do_hardwire_readchar()
586 detach = deprecated_ui_loop_hook (0); in do_hardwire_readchar()
965 if (deprecated_ui_loop_hook) in do_unix_readchar()
967 if (deprecated_ui_loop_hook (0)) in do_unix_readchar()
Dremote-sim.c635 if (deprecated_ui_loop_hook != NULL) in gdb_os_poll_quit()
636 deprecated_ui_loop_hook (0); in gdb_os_poll_quit()
Dv850ice.c444 deprecated_ui_loop_hook (0); in v850ice_wait()
Ddefs.h1185 extern int (*deprecated_ui_loop_hook) (int signo);
Dwince.c1509 if (deprecated_ui_loop_hook != NULL) in child_wait()
1510 detach = deprecated_ui_loop_hook (0); in child_wait()
Dtop.c202 int (*deprecated_ui_loop_hook) (int); variable
Dwin32-nat.c1418 if (deprecated_ui_loop_hook != NULL) in child_wait()
1419 detach = deprecated_ui_loop_hook (0); in child_wait()
DChangeLog4139 change - add back extern deprecated_ui_loop_hook declaration.
4286 * defs.h (deprecated_ui_loop_hook): Deprecated.
4290 * top.c (deprecated_ui_loop_hook): Update.
/openbsd/src/gnu/usr.bin/binutils/gdb/rdi-share/
Dardi.c1356 extern int (*deprecated_ui_loop_hook) (int); in angel_RDI_ExecuteOrStep()
1417 if (deprecated_ui_loop_hook) in angel_RDI_ExecuteOrStep()
1418 deprecated_ui_loop_hook(0); in angel_RDI_ExecuteOrStep()