Home
last modified time | relevance | path

Searched refs:to_pid_to_exec_file (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/gdb/gdb/
HDtarget.h383 char *(*to_pid_to_exec_file) (int pid); member
986 (current_target.to_pid_to_exec_file) (pid)
HDtarget.c435 INHERIT (to_pid_to_exec_file, t); in update_current_target()
623 de_fault (to_pid_to_exec_file, in update_current_target()
2335 exec_file = debug_target.to_pid_to_exec_file (pid); in debug_to_pid_to_exec_file()
2403 current_target.to_pid_to_exec_file = debug_to_pid_to_exec_file; in setup_target_debug()
HDinftarg.c662 child_ops.to_pid_to_exec_file = child_pid_to_exec_file; in init_child_ops()
HDgnu-nat.c2620 gnu_ops.to_pid_to_exec_file = gnu_pid_to_exec_file; /* to_pid_to_exec_file */ in init_gnu_ops()