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/
H A Dser-tcp.c135 if (deprecated_ui_loop_hook) in net_open()
137 if (deprecated_ui_loop_hook (0)) in net_open()
H A 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()
H A 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()
H A Ddefs.h1185 extern int (*deprecated_ui_loop_hook) (int signo);
H A Dv850ice.c444 deprecated_ui_loop_hook (0); in v850ice_wait()
H A Dwince.c1509 if (deprecated_ui_loop_hook != NULL) in child_wait()
1510 detach = deprecated_ui_loop_hook (0); in child_wait()
H A Dtop.c202 int (*deprecated_ui_loop_hook) (int); variable
H A Dwin32-nat.c1418 if (deprecated_ui_loop_hook != NULL) in child_wait()
1419 detach = deprecated_ui_loop_hook (0); in child_wait()
H A 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/
H A 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()