Searched refs:to_can_run (Results 1 – 15 of 15) sorted by relevance
215 t->to_can_run = inf_child_can_run; in inf_child_target()
429 INHERIT (to_can_run, t); in update_current_target()598 de_fault (to_can_run, in update_current_target()1486 if ((*t)->to_can_run && target_can_run (*t)) in find_default_run_target()1648 if ((*t)->to_can_run && target_can_run (*t)) in find_run_target()2389 retval = debug_target.to_can_run (); in debug_to_can_run()2525 current_target.to_can_run = debug_to_can_run; in setup_target_debug()
371 int (*to_can_run) (void); member788 ((t)->to_can_run) ()
621 deprecated_child_ops.to_can_run = child_can_run; in init_child_ops()
566 hpux_thread_ops.to_can_run = hpux_thread_can_run; in init_hpux_thread_ops()
1050 uw_thread_ops.to_can_run = uw_thread_can_run; in init_uw_thread_ops()
1293 procfs_ops.to_can_run = procfs_can_run; in init_procfs_ops()
1558 sol_thread_ops.to_can_run = sol_thread_can_run; in init_sol_thread_ops()
876 go32_ops.to_can_run = go32_can_run; in init_go32_ops()
1917 deprecated_child_ops.to_can_run = child_can_run; in init_child_ops()
2096 deprecated_child_ops.to_can_run = child_can_run; in init_child_ops()
2613 gnu_ops.to_can_run = gnu_can_run; /* to_can_run */ in init_gnu_ops()
163 procfs_ops.to_can_run = procfs_can_run; in init_procfs_ops()
2070 (cleanup_target): Make return_zero the default for to_can_run.2075 * target.h (struct target_ops): new field, to_can_run.2079 * Also added a zero (default) to_can_run element to all static
2139 * target.c (find_default_run_target): Make sure to_can_run is set