Home
last modified time | relevance | path

Searched refs:pid_to_exec_file (Results 1 – 25 of 56) sorted by relevance

123

/netbsd/external/gpl3/gdb/dist/gdb/nat/
H A Dnetbsd-nat.h33 extern const char *pid_to_exec_file (pid_t pid);
H A Dnetbsd-nat.c38 pid_to_exec_file (pid_t pid) in pid_to_exec_file() function
/netbsd/external/gpl3/gdb.old/dist/gdb/nat/
H A Dnetbsd-nat.h33 extern const char *pid_to_exec_file (pid_t pid);
H A Dnetbsd-nat.c38 pid_to_exec_file (pid_t pid) in pid_to_exec_file() function
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dnbsd-nat.c41 nbsd_nat_target::pid_to_exec_file (int pid) in pid_to_exec_file() function
43 return const_cast<char *> (netbsd_nat::pid_to_exec_file (pid)); in pid_to_exec_file()
349 const char *exe = pid_to_exec_file (pid); in info_proc()
676 ourstatus->value.execd_pathname = xstrdup (pid_to_exec_file (pid)); in wait()
H A Dnbsd-nat.h31 char *pid_to_exec_file (int pid) override;
H A Dfbsd-nat.h45 char *pid_to_exec_file (int pid) override;
H A Dinf-child.h73 char *pid_to_exec_file (int pid) override;
H A Ddarwin-nat.h103 char *pid_to_exec_file (int pid) override;
H A Dlinux-nat.h130 char *pid_to_exec_file (int pid) override;
H A Dinf-child.c239 inf_child_target::pid_to_exec_file (int pid) in pid_to_exec_file() function
H A Dfbsd-nat.c54 fbsd_nat_target::pid_to_exec_file (int pid) in pid_to_exec_file() function
390 exe = pid_to_exec_file (pid); in info_proc()
1472 = xstrdup (pid_to_exec_file (pid)); in wait()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dnbsd-nat.c41 nbsd_nat_target::pid_to_exec_file (int pid) in pid_to_exec_file() function
43 return const_cast<char *> (netbsd_nat::pid_to_exec_file (pid)); in pid_to_exec_file()
349 const char *exe = pid_to_exec_file (pid); in info_proc()
676 ourstatus->value.execd_pathname = xstrdup (pid_to_exec_file (pid)); in wait()
H A Dnbsd-nat.h31 char *pid_to_exec_file (int pid) override;
H A Dfbsd-nat.h45 char *pid_to_exec_file (int pid) override;
H A Dinf-child.h73 char *pid_to_exec_file (int pid) override;
H A Ddarwin-nat.h103 char *pid_to_exec_file (int pid) override;
H A Dlinux-nat.h130 char *pid_to_exec_file (int pid) override;
H A Dinf-child.c239 inf_child_target::pid_to_exec_file (int pid) in pid_to_exec_file() function
H A Dfbsd-nat.c54 fbsd_nat_target::pid_to_exec_file (int pid) in pid_to_exec_file() function
390 exe = pid_to_exec_file (pid); in info_proc()
1472 = xstrdup (pid_to_exec_file (pid)); in wait()
/netbsd/external/gpl3/gdb/dist/gdbserver/
H A Dnetbsd-low.cc354 = xstrdup (netbsd_nat::pid_to_exec_file (pid)); in netbsd_wait()
1240 bool is_elf64 = elf_64_file_p (netbsd_nat::pid_to_exec_file (pid)); in qxfer_libraries_svr4()
1262 netbsd_process_target::pid_to_exec_file (pid_t pid) in pid_to_exec_file() function in netbsd_process_target
1264 return const_cast<char *> (netbsd_nat::pid_to_exec_file (pid)); in pid_to_exec_file()
H A Dnetbsd-low.h139 char *pid_to_exec_file (int pid) override;
H A Dtarget.h442 virtual char *pid_to_exec_file (int pid);
/netbsd/external/gpl3/gdb.old/dist/gdbserver/
H A Dnetbsd-low.cc354 = xstrdup (netbsd_nat::pid_to_exec_file (pid)); in netbsd_wait()
1240 bool is_elf64 = elf_64_file_p (netbsd_nat::pid_to_exec_file (pid)); in qxfer_libraries_svr4()
1262 netbsd_process_target::pid_to_exec_file (pid_t pid) in pid_to_exec_file() function in netbsd_process_target
1264 return const_cast<char *> (netbsd_nat::pid_to_exec_file (pid)); in pid_to_exec_file()
H A Dnetbsd-low.h139 char *pid_to_exec_file (int pid) override;

123