Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gdb/gdb/
Dtarget.c424 INHERIT (to_can_run, t); in update_current_target()
596 de_fault (to_can_run, in update_current_target()
1327 if ((*t)->to_can_run && target_can_run (*t)) in find_default_run_target()
1488 if ((*t)->to_can_run && target_can_run (*t)) in find_run_target()
2238 retval = debug_target.to_can_run (); in debug_to_can_run()
2394 current_target.to_can_run = debug_to_can_run; in setup_target_debug()
Dtarget.h371 int (*to_can_run) (void); member
803 ((t)->to_can_run) ()
Dinftarg.c656 child_ops.to_can_run = child_can_run; in init_child_ops()
Duw-thread.c1044 uw_thread_ops.to_can_run = uw_thread_can_run; in init_uw_thread_ops()
Dnto-procfs.c1292 procfs_ops.to_can_run = procfs_can_run; in init_procfs_ops()
Dsol-thread.c1596 sol_thread_ops.to_can_run = sol_thread_can_run; in init_sol_thread_ops()
Dgo32-nat.c874 go32_ops.to_can_run = go32_can_run; in init_go32_ops()
Dwince.c1921 child_ops.to_can_run = child_can_run; in init_child_ops()
Dwin32-nat.c2072 child_ops.to_can_run = child_can_run; in init_child_ops()
Dgnu-nat.c2616 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()
/freebsd-12-stable/gnu/usr.bin/gdb/libgdb/
Dfbsd-threads.c1515 fbsd_thread_ops.to_can_run = fbsd_thread_can_run; in init_fbsd_thread_ops()