Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gdb/gdb/
Dtarget.h383 char *(*to_pid_to_exec_file) (int pid); member
986 (current_target.to_pid_to_exec_file) (pid)
Dtarget.c435 INHERIT (to_pid_to_exec_file, t); in update_current_target()
623 de_fault (to_pid_to_exec_file, in update_current_target()
2328 exec_file = debug_target.to_pid_to_exec_file (pid); in debug_to_pid_to_exec_file()
2396 current_target.to_pid_to_exec_file = debug_to_pid_to_exec_file; in setup_target_debug()
Dinftarg.c662 child_ops.to_pid_to_exec_file = child_pid_to_exec_file; in init_child_ops()
Dgnu-nat.c2620 gnu_ops.to_pid_to_exec_file = gnu_pid_to_exec_file; /* to_pid_to_exec_file */ in init_gnu_ops()