Searched refs:linux_proc_pid_to_exec_file (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/nat/
H A Dlinux-procfs.h81 extern char *linux_proc_pid_to_exec_file (int pid);
H A Dlinux-procfs.c345 linux_proc_pid_to_exec_file (int pid) function
/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Dlinux-procfs.h81 extern const char *linux_proc_pid_to_exec_file (int pid);
H A Dlinux-procfs.c345 linux_proc_pid_to_exec_file (int pid) function
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dlinux-nat.c2044 = xstrdup (linux_proc_pid_to_exec_file (pid));
3808 return linux_proc_pid_to_exec_file (pid);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dlinux-nat.c1977 (make_unique_xstrdup (linux_proc_pid_to_exec_file (pid)));
3780 return linux_proc_pid_to_exec_file (pid);
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-low.cc697 = xstrdup (linux_proc_pid_to_exec_file (lwpid_of (event_thr)));
6244 return linux_proc_pid_to_exec_file (pid);
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-low.cc722 (linux_proc_pid_to_exec_file (lwpid_of (event_thr))));
5987 return linux_proc_pid_to_exec_file (pid);

Completed in 289 milliseconds