Home
last modified time | relevance | path

Searched refs:to_thread_alive (Results 1 – 17 of 17) sorted by relevance

/freebsd-9-stable/contrib/gdb/gdb/
Dtarget.h373 int (*to_thread_alive) (ptid_t ptid); member
813 (*current_target.to_thread_alive) (ptid)
Dsol-thread.c934 return procfs_ops.to_thread_alive (ptid); in sol_thread_alive()
936 return orig_core_ops.to_thread_alive (ptid); in sol_thread_alive()
1598 sol_thread_ops.to_thread_alive = sol_thread_alive; in init_sol_thread_ops()
1637 sol_core_ops.to_thread_alive = sol_thread_alive; in init_sol_core_ops()
Dthread-db.c1101 if (target_beneath->to_thread_alive) in thread_db_thread_alive()
1102 return target_beneath->to_thread_alive (ptid); in thread_db_thread_alive()
1291 thread_db_ops.to_thread_alive = thread_db_thread_alive; in init_thread_db_ops()
Dppc-bdm.c338 bdm_ppc_ops.to_thread_alive = ocd_thread_alive; in init_bdm_ppc_ops()
Duw-thread.c845 return base_ops.to_thread_alive (ptid); in uw_thread_alive()
1045 uw_thread_ops.to_thread_alive = uw_thread_alive; in init_uw_thread_ops()
Dtarget.c426 INHERIT (to_thread_alive, t); in update_current_target()
601 de_fault (to_thread_alive, in update_current_target()
2252 retval = debug_target.to_thread_alive (ptid); in debug_to_thread_alive()
2389 current_target.to_thread_alive = debug_to_thread_alive; in setup_target_debug()
Dcorelow.c632 core_ops.to_thread_alive = core_file_thread_alive; in init_core_ops()
Dinftarg.c657 child_ops.to_thread_alive = child_thread_alive; in init_child_ops()
Dnto-procfs.c1294 procfs_ops.to_thread_alive = procfs_thread_alive; in init_procfs_ops()
Dlin-lwp.c1766 lin_lwp_ops.to_thread_alive = lin_lwp_thread_alive; in init_lin_lwp_ops()
Dwince.c1922 child_ops.to_thread_alive = win32_child_thread_alive; in init_child_ops()
Dremote.c5281 remote_ops.to_thread_alive = remote_thread_alive; in init_remote_ops()
5403 remote_async_ops.to_thread_alive = remote_thread_alive; in init_remote_async_ops()
Dwin32-nat.c2073 child_ops.to_thread_alive = win32_child_thread_alive; in init_child_ops()
Dgnu-nat.c2617 gnu_ops.to_thread_alive = gnu_thread_alive; /* to_thread_alive */ in init_gnu_ops()
Dprocfs.c190 procfs_ops.to_thread_alive = procfs_thread_alive; in init_procfs_ops()
/freebsd-9-stable/gnu/usr.bin/gdb/kgdb/
Dtrgt.c343 kgdb_trgt_ops.to_thread_alive = kgdb_trgt_thread_alive; in initialize_kgdb_target()
/freebsd-9-stable/gnu/usr.bin/gdb/libgdb/
Dfbsd-threads.c1488 fbsd_core_ops.to_thread_alive = fbsd_thread_alive; in init_fbsd_core_ops()
1516 fbsd_thread_ops.to_thread_alive = fbsd_thread_alive; in init_fbsd_thread_ops()