Searched refs:to_wait (Results 1 – 25 of 38) sorted by relevance
12
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | amd64obsd-nat.c | 149 t->to_wait = obsd_wait; in _initialize_amd64obsd_nat()
|
| D | i386obsd-nat.c | 133 t->to_wait = obsd_wait; in _initialize_i386obsd_nat()
|
| D | bsd-uthread.c | 338 ptid = find_target_beneath (bsd_uthread_ops_hack)->to_wait (ptid, status); in bsd_uthread_wait() 493 t->to_wait = bsd_uthread_wait; in bsd_uthread_target()
|
| D | sparc64obsd-nat.c | 161 t->to_wait = obsd_wait; in _initialize_sparc64obsd_nat()
|
| D | hpux-thread.c | 214 rtnval = deprecated_child_ops.to_wait (ptid, ourstatus); in hpux_thread_wait() 549 hpux_thread_ops.to_wait = hpux_thread_wait; in init_hpux_thread_ops()
|
| D | target.h | 306 ptid_t (*to_wait) (ptid_t, struct target_waitstatus *); member 510 (*current_target.to_wait) (ptid, status)
|
| D | ppc-bdm.c | 324 bdm_ppc_ops.to_wait = bdm_ppc_wait; in init_bdm_ppc_ops()
|
| D | ppc64obsd-nat.c | 214 t->to_wait = obsd_wait; in _initialize_ppc64obsd_nat()
|
| D | ppcobsd-nat.c | 212 t->to_wait = obsd_wait; in _initialize_ppcobsd_nat()
|
| D | uw-thread.c | 750 CALL_BASE (ptid = base_ops.to_wait (ptid, status)); in uw_thread_wait() 1043 uw_thread_ops.to_wait = uw_thread_wait; in init_uw_thread_ops()
|
| D | hppabsd-nat.c | 249 t->to_wait = obsd_wait; in _initialize_hppabsd_nat()
|
| D | target.c | 390 INHERIT (to_wait, t); in update_current_target() 489 de_fault (to_wait, in update_current_target() 1872 retval = debug_target.to_wait (ptid, status); in debug_to_wait() 2487 current_target.to_wait = debug_to_wait; in setup_target_debug()
|
| D | inftarg.c | 592 deprecated_child_ops.to_wait = child_wait; in init_child_ops()
|
| D | remote-mips.c | 3339 mips_ops.to_wait = mips_wait; in _initialize_remote_mips() 3347 pmon_ops.to_wait = mips_wait; in _initialize_remote_mips() 3358 ddb_ops.to_wait = mips_wait; in _initialize_remote_mips() 3363 lsi_ops.to_wait = mips_wait; in _initialize_remote_mips()
|
| D | remote-st.c | 774 st2000_ops.to_wait = st2000_wait; in init_st2000_ops()
|
| D | thread-db.c | 941 ptid = target_beneath->to_wait (ptid, ourstatus); in thread_db_wait() 1339 thread_db_ops.to_wait = thread_db_wait; in init_thread_db_ops()
|
| D | inf-ptrace.c | 612 t->to_wait = inf_ptrace_wait; in inf_ptrace_target()
|
| D | sol-thread.c | 451 rtnval = procfs_ops.to_wait (ptid, ourstatus); in sol_thread_wait() 1540 sol_thread_ops.to_wait = sol_thread_wait; in init_sol_thread_ops()
|
| D | remote-sim.c | 862 gdbsim_ops.to_wait = gdbsim_wait; in init_gdbsim_ops()
|
| D | aix-thread.c | 1003 ptid = base_target.to_wait (ptid, status); in aix_thread_wait() 1736 aix_thread_ops.to_wait = aix_thread_wait; in init_aix_thread_ops()
|
| D | v850ice.c | 898 v850ice_ops.to_wait = v850ice_wait; in init_850ice_ops()
|
| D | remote-sds.c | 1060 sds_ops.to_wait = sds_wait; in init_sds_ops()
|
| D | remote-rdi.c | 893 arm_rdi_ops.to_wait = arm_rdi_wait; in init_rdi_ops()
|
| D | remote-rdp.c | 1404 remote_rdp_ops.to_wait = remote_rdp_wait; in init_remote_rdp_ops()
|
| D | remote-vx.c | 1367 vx_run_ops.to_wait = vx_wait; in init_vx_run_ops()
|
12