Home
last modified time | relevance | path

Searched refs:to_can_run (Results 1 – 15 of 15) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dinf-child.c215 t->to_can_run = inf_child_can_run; in inf_child_target()
Dtarget.c429 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()
Dtarget.h371 int (*to_can_run) (void); member
788 ((t)->to_can_run) ()
Dinftarg.c621 deprecated_child_ops.to_can_run = child_can_run; in init_child_ops()
Dhpux-thread.c566 hpux_thread_ops.to_can_run = hpux_thread_can_run; in init_hpux_thread_ops()
Duw-thread.c1050 uw_thread_ops.to_can_run = uw_thread_can_run; in init_uw_thread_ops()
Dnto-procfs.c1293 procfs_ops.to_can_run = procfs_can_run; in init_procfs_ops()
Dsol-thread.c1558 sol_thread_ops.to_can_run = sol_thread_can_run; in init_sol_thread_ops()
Dgo32-nat.c876 go32_ops.to_can_run = go32_can_run; in init_go32_ops()
Dwince.c1917 deprecated_child_ops.to_can_run = child_can_run; in init_child_ops()
Dwin32-nat.c2096 deprecated_child_ops.to_can_run = child_can_run; in init_child_ops()
Dgnu-nat.c2613 gnu_ops.to_can_run = gnu_can_run; /* to_can_run */ in init_gnu_ops()
Dprocfs.c163 procfs_ops.to_can_run = procfs_can_run; in init_procfs_ops()
DChangeLog-19922070 (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
DChangeLog-19942139 * target.c (find_default_run_target): Make sure to_can_run is set