Searched refs:pid_to_exec_file (Results 1 - 25 of 55) sorted by relevance

123

/netbsd-current/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) function
/netbsd-current/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) function
H A Dwindows-nat.h251 const char *pid_to_exec_file (int);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
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 Dnbsd-nat.c41 nbsd_nat_target::pid_to_exec_file (int pid) function in class:nbsd_nat_target
43 return const_cast<char *> (netbsd_nat::pid_to_exec_file (pid));
349 const char *exe = pid_to_exec_file (pid);
676 ourstatus->value.execd_pathname = xstrdup (pid_to_exec_file (pid));
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) function in class:inf_child_target
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dnetbsd-nat.h31 const char *pid_to_exec_file (int pid) override;
H A Dinf-child.h74 const char *pid_to_exec_file (int pid) override;
H A Ddarwin-nat.h103 const char *pid_to_exec_file (int pid) override;
H A Dfbsd-nat.h47 const char *pid_to_exec_file (int pid) override;
H A Dlinux-nat.h126 const char *pid_to_exec_file (int pid) override;
H A Dnetbsd-nat.c39 nbsd_nat_target::pid_to_exec_file (int pid) function in class:nbsd_nat_target
41 return netbsd_nat::pid_to_exec_file (pid);
346 const char *exe = pid_to_exec_file (pid);
672 ourstatus->set_execd (make_unique_xstrdup (pid_to_exec_file (pid)));
H A Dinf-child.c224 inf_child_target::pid_to_exec_file (int pid) function in class:inf_child_target
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dnetbsd-low.h139 char *pid_to_exec_file (int pid) override;
H A Dnetbsd-low.cc354 = xstrdup (netbsd_nat::pid_to_exec_file (pid));
1240 bool is_elf64 = elf_64_file_p (netbsd_nat::pid_to_exec_file (pid));
1262 netbsd_process_target::pid_to_exec_file (pid_t pid) function in class:netbsd_process_target
1264 return const_cast<char *> (netbsd_nat::pid_to_exec_file (pid));
H A Dtarget.h433 /* Return true if the pid_to_exec_file op is supported. */
442 virtual char *pid_to_exec_file (int pid);
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dnetbsd-low.h124 const char *pid_to_exec_file (int pid) override;
H A Dwin32-low.h167 const char *pid_to_exec_file (int pid) override;
H A Dnetbsd-low.cc334 (make_unique_xstrdup (netbsd_nat::pid_to_exec_file (pid)));
1165 bool is_elf64 = elf_64_file_p (netbsd_nat::pid_to_exec_file (pid));
1187 netbsd_process_target::pid_to_exec_file (pid_t pid) function in class:netbsd_process_target
1189 return netbsd_nat::pid_to_exec_file (pid);

Completed in 270 milliseconds

123