Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
H A Di386dfly-nat.c191 t->to_pid_to_exec_file = fbsd_pid_to_exec_file; in _initialize_i386dfly_nat()
H A Damd64dfly-nat.c250 t->to_pid_to_exec_file = fbsd_pid_to_exec_file; in _initialize_amd64dfly_nat()
H A Dinf-child.c411 t->to_pid_to_exec_file = inf_child_pid_to_exec_file; in inf_child_target()
H A Dtarget.h532 char *(*to_pid_to_exec_file) (int pid); member
1507 (current_target.to_pid_to_exec_file) (pid)
H A Dtarget.c665 INHERIT (to_pid_to_exec_file, t); in update_current_target()
850 de_fault (to_pid_to_exec_file, in update_current_target()
4939 exec_file = debug_target.to_pid_to_exec_file (pid); in debug_to_pid_to_exec_file()
4991 current_target.to_pid_to_exec_file = debug_to_pid_to_exec_file; in setup_target_debug()