Searched refs:to_wait (Results 1 – 25 of 29) sorted by relevance
12
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | bsd-uthread.c | 338 ptid = find_target_beneath (bsd_uthread_ops_hack)->to_wait (ptid, status); in bsd_uthread_wait() 495 t->to_wait = bsd_uthread_wait; in bsd_uthread_target()
|
| D | hpux-thread.c | 216 rtnval = deprecated_child_ops.to_wait (ptid, ourstatus); in hpux_thread_wait() 554 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 | 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 | target.c | 392 INHERIT (to_wait, t); in update_current_target() 491 de_fault (to_wait, in update_current_target() 1915 retval = debug_target.to_wait (ptid, status); in debug_to_wait() 2518 current_target.to_wait = debug_to_wait; in setup_target_debug()
|
| D | inftarg.c | 586 deprecated_child_ops.to_wait = child_wait; in init_child_ops()
|
| D | remote-mips.c | 3341 mips_ops.to_wait = mips_wait; in _initialize_remote_mips() 3349 pmon_ops.to_wait = mips_wait; in _initialize_remote_mips() 3360 ddb_ops.to_wait = mips_wait; in _initialize_remote_mips() 3365 lsi_ops.to_wait = mips_wait; in _initialize_remote_mips()
|
| D | linux-thread-db.c | 933 ptid = target_beneath->to_wait (ptid, ourstatus); in thread_db_wait() 1298 thread_db_ops.to_wait = thread_db_wait; in init_thread_db_ops()
|
| D | remote-st.c | 774 st2000_ops.to_wait = st2000_wait; in init_st2000_ops()
|
| D | inf-ptrace.c | 534 t->to_wait = inf_ptrace_wait; in inf_ptrace_target()
|
| D | remote-sim.c | 857 gdbsim_ops.to_wait = gdbsim_wait; in init_gdbsim_ops()
|
| D | sol-thread.c | 452 rtnval = procfs_ops.to_wait (ptid, ourstatus); in sol_thread_wait() 1542 sol_thread_ops.to_wait = sol_thread_wait; in init_sol_thread_ops()
|
| D | remote-sds.c | 1061 sds_ops.to_wait = sds_wait; in init_sds_ops()
|
| D | aix-thread.c | 1015 ptid = base_target.to_wait (ptid, status); in aix_thread_wait() 1752 aix_thread_ops.to_wait = aix_thread_wait; in init_aix_thread_ops()
|
| D | remote-rdi.c | 893 arm_rdi_ops.to_wait = arm_rdi_wait; in init_rdi_ops()
|
| D | inf-ttrace.c | 935 t->to_wait = inf_ttrace_wait; in inf_ttrace_target()
|
| D | remote-rdp.c | 1404 remote_rdp_ops.to_wait = remote_rdp_wait; in init_remote_rdp_ops()
|
| D | remote-m32r-sdi.c | 1574 m32r_ops.to_wait = m32r_wait; in init_m32r_ops()
|
| D | remote-e7000.c | 2168 e7000_ops.to_wait = e7000_wait; in init_e7000_ops()
|
| D | nto-procfs.c | 1286 procfs_ops.to_wait = procfs_wait; in init_procfs_ops()
|
| D | go32-nat.c | 861 go32_ops.to_wait = go32_wait; in init_go32_ops()
|
| D | monitor.c | 2256 monitor_ops.to_wait = monitor_wait; in init_base_monitor_ops()
|
| D | wince.c | 1949 deprecated_child_ops.to_wait = child_wait; in init_child_ops()
|
| D | remote.c | 5386 remote_ops.to_wait = remote_wait; in init_remote_ops() 5510 remote_async_ops.to_wait = remote_async_wait; in init_remote_async_ops()
|
12