Home
last modified time | relevance | path

Searched refs:to_terminal_ours (Results 1 – 16 of 16) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dinf-child.c202 t->to_terminal_ours = terminal_ours; in inf_child_target()
H A Dtarget.h352 void (*to_terminal_ours) (void); member
658 (*current_target.to_terminal_ours) ()
H A Dtarget.c410 INHERIT (to_terminal_ours, t); in update_current_target()
543 de_fault (to_terminal_ours, in update_current_target()
2182 debug_target.to_terminal_ours (); in debug_to_terminal_ours()
2506 current_target.to_terminal_ours = debug_to_terminal_ours; in setup_target_debug()
H A Dinftarg.c605 deprecated_child_ops.to_terminal_ours = terminal_ours; in init_child_ops()
H A Dhpux-thread.c561 hpux_thread_ops.to_terminal_ours = terminal_ours; in init_hpux_thread_ops()
H A Dnto-procfs.c1288 procfs_ops.to_terminal_ours = terminal_ours; in init_procfs_ops()
H A Dsol-thread.c1552 sol_thread_ops.to_terminal_ours = terminal_ours; in init_sol_thread_ops()
H A Dgo32-nat.c871 go32_ops.to_terminal_ours = go32_terminal_ours; in init_go32_ops()
H A Dutils.c977 || current_target.to_terminal_ours == NULL) in quit()
H A Dwince.c1910 deprecated_child_ops.to_terminal_ours = terminal_ours; in init_child_ops()
H A Dwin32-nat.c2090 deprecated_child_ops.to_terminal_ours = terminal_ours; in init_child_ops()
H A Dgnu-nat.c2608 gnu_ops.to_terminal_ours = terminal_ours; in init_gnu_ops()
H A Dprocfs.c185 procfs_ops.to_terminal_ours = terminal_ours; in init_procfs_ops()
H A Dremote.c5383 remote_async_ops.to_terminal_ours = remote_async_terminal_ours; in init_remote_async_ops()
H A DChangeLog-19992716 (init_remote_async_ops): Initialize to_terminal_ours and
H A DChangeLog-19934039 * utils.c (quit): Use current_target->to_terminal_ours to figure