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

1 2

  /src/external/gpl3/gdb.old/dist/gdb/nat/
netbsd-nat.c 37 pid_to_exec_file (pid_t pid) function
windows-nat.c 218 windows_process_info::pid_to_exec_file (int pid) function in class:windows_process_info
  /src/external/gpl3/gdb/dist/gdb/nat/
netbsd-nat.c 37 pid_to_exec_file (pid_t pid) function
windows-nat.c 218 windows_process_info::pid_to_exec_file (int pid) function in class:windows_process_info
  /src/external/gpl3/gdb.old/dist/gdb/
inf-child.c 225 inf_child_target::pid_to_exec_file (int pid) function in class:inf_child_target
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)));
darwin-nat.c 2391 darwin_nat_target::pid_to_exec_file (int pid)
2389 darwin_nat_target::pid_to_exec_file (int pid) function in class:darwin_nat_target
fbsd-nat.c 124 fbsd_nat_target::pid_to_exec_file (int pid) function in class:fbsd_nat_target
354 exe = pid_to_exec_file (pid);
1518 (make_unique_xstrdup (pid_to_exec_file (pid)));
procfs.c 132 const char *pid_to_exec_file (int pid) override;
2930 procfs_target::pid_to_exec_file (int pid) function in class:procfs_target
target-delegates-gen.c 98 const char *pid_to_exec_file (int arg0) override;
275 const char *pid_to_exec_file (int arg0) override;
1932 target_ops::pid_to_exec_file (int arg0) function in class:target_ops
1934 return this->beneath ()->pid_to_exec_file (arg0);
1938 dummy_target::pid_to_exec_file (int arg0) function in class:dummy_target
1944 debug_target::pid_to_exec_file (int arg0) function in class:debug_target
1946 target_debug_printf_nofunc ("-> %s->pid_to_exec_file (...)", this->beneath ()->shortname ());
1948 = this->beneath ()->pid_to_exec_file (arg0);
1949 target_debug_printf_nofunc ("<- %s->pid_to_exec_file (%s) = %s",
windows-nat.c 288 const char *pid_to_exec_file (int pid) override;
2135 /* The pid_to_exec_file target_ops method for this platform. */
2138 windows_nat_target::pid_to_exec_file (int pid) function in class:windows_nat_target
2140 return windows_process.pid_to_exec_file (pid);
linux-nat.c 4003 linux_nat_target::pid_to_exec_file (int pid)
3997 linux_nat_target::pid_to_exec_file (int pid) function in class:linux_nat_target
  /src/external/gpl3/gdb/dist/gdb/
inf-child.c 225 inf_child_target::pid_to_exec_file (int pid) function in class:inf_child_target
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)));
darwin-nat.c 2391 darwin_nat_target::pid_to_exec_file (int pid)
2389 darwin_nat_target::pid_to_exec_file (int pid) function in class:darwin_nat_target
fbsd-nat.c 124 fbsd_nat_target::pid_to_exec_file (int pid) function in class:fbsd_nat_target
354 exe = pid_to_exec_file (pid);
1518 (make_unique_xstrdup (pid_to_exec_file (pid)));
procfs.c 132 const char *pid_to_exec_file (int pid) override;
2930 procfs_target::pid_to_exec_file (int pid) function in class:procfs_target
target-delegates-gen.c 98 const char *pid_to_exec_file (int arg0) override;
279 const char *pid_to_exec_file (int arg0) override;
1940 target_ops::pid_to_exec_file (int arg0) function in class:target_ops
1942 return this->beneath ()->pid_to_exec_file (arg0);
1946 dummy_target::pid_to_exec_file (int arg0) function in class:dummy_target
1952 debug_target::pid_to_exec_file (int arg0) function in class:debug_target
1954 target_debug_printf_nofunc ("-> %s->pid_to_exec_file (...)", this->beneath ()->shortname ());
1956 = this->beneath ()->pid_to_exec_file (arg0);
1957 target_debug_printf_nofunc ("<- %s->pid_to_exec_file (%s) = %s",
windows-nat.c 287 const char *pid_to_exec_file (int pid) override;
2138 /* The pid_to_exec_file target_ops method for this platform. */
2141 windows_nat_target::pid_to_exec_file (int pid) function in class:windows_nat_target
2143 return windows_process.pid_to_exec_file (pid);
  /src/external/gpl3/gdb.old/dist/gdbserver/
target.cc 757 process_stratum_target::pid_to_exec_file (int pid) function in class:process_stratum_target
759 gdb_assert_not_reached ("target op pid_to_exec_file not supported");
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);
win32-low.cc 1406 win32_process_target::pid_to_exec_file (int pid) function in class:win32_process_target
1408 return windows_process.pid_to_exec_file (pid);
  /src/external/gpl3/gdb/dist/gdbserver/
target.cc 757 process_stratum_target::pid_to_exec_file (int pid) function in class:process_stratum_target
759 gdb_assert_not_reached ("target op pid_to_exec_file not supported");
netbsd-low.cc 331 (make_unique_xstrdup (netbsd_nat::pid_to_exec_file (pid)));
1163 bool is_elf64 = elf_64_file_p (netbsd_nat::pid_to_exec_file (pid));
1185 netbsd_process_target::pid_to_exec_file (pid_t pid) function in class:netbsd_process_target
1187 return netbsd_nat::pid_to_exec_file (pid);
win32-low.cc 1402 win32_process_target::pid_to_exec_file (int pid) function in class:win32_process_target
1404 return windows_process.pid_to_exec_file (pid);

Completed in 43 milliseconds

1 2