HomeSort by: relevance | last modified time | path
    Searched refs:pid_to_exec_file (Results 1 - 25 of 59) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb/dist/gdb/nat/
netbsd-nat.h 33 extern const char *pid_to_exec_file (pid_t pid);
netbsd-nat.c 37 pid_to_exec_file (pid_t pid) function
  /src/external/gpl3/gdb.old/dist/gdb/nat/
netbsd-nat.h 33 extern const char *pid_to_exec_file (pid_t pid);
netbsd-nat.c 37 pid_to_exec_file (pid_t pid) function
windows-nat.h 251 const char *pid_to_exec_file (int);
  /src/external/gpl3/gdb/dist/gdb/
netbsd-nat.h 31 const char *pid_to_exec_file (int pid) override;
inf-child.h 74 const char *pid_to_exec_file (int pid) override;
darwin-nat.h 103 const char *pid_to_exec_file (int pid) override;
netbsd-nat.c 39 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);
665 ourstatus->set_execd (make_unique_xstrdup (pid_to_exec_file (pid)));
fbsd-nat.h 50 const char *pid_to_exec_file (int pid) override;
inf-child.c 225 inf_child_target::pid_to_exec_file (int pid) function in class:inf_child_target
linux-nat.h 126 const char *pid_to_exec_file (int pid) override;
  /src/external/gpl3/gdb.old/dist/gdb/
netbsd-nat.h 31 const char *pid_to_exec_file (int pid) override;
inf-child.h 74 const char *pid_to_exec_file (int pid) override;
darwin-nat.h 103 const char *pid_to_exec_file (int pid) override;
netbsd-nat.c 38 nbsd_nat_target::pid_to_exec_file (int pid) function in class:nbsd_nat_target
40 return netbsd_nat::pid_to_exec_file (pid);
345 const char *exe = pid_to_exec_file (pid);
668 ourstatus->set_execd (make_unique_xstrdup (pid_to_exec_file (pid)));
fbsd-nat.h 50 const char *pid_to_exec_file (int pid) override;
inf-child.c 223 inf_child_target::pid_to_exec_file (int pid) function in class:inf_child_target
linux-nat.h 126 const char *pid_to_exec_file (int pid) override;
  /src/external/gpl3/gdb/dist/gdbserver/
netbsd-low.h 124 const char *pid_to_exec_file (int pid) override;
win32-low.h 174 const char *pid_to_exec_file (int pid) override;
netbsd-low.cc 333 (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);
  /src/external/gpl3/gdb.old/dist/gdbserver/
netbsd-low.h 124 const char *pid_to_exec_file (int pid) override;
win32-low.h 167 const char *pid_to_exec_file (int pid) override;
netbsd-low.cc 333 (make_unique_xstrdup (netbsd_nat::pid_to_exec_file (pid)));
1162 bool is_elf64 = elf_64_file_p (netbsd_nat::pid_to_exec_file (pid));
1184 netbsd_process_target::pid_to_exec_file (pid_t pid) function in class:netbsd_process_target
1186 return netbsd_nat::pid_to_exec_file (pid);

Completed in 45 milliseconds

1 2 3