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

1 2

  /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/nat/
netbsd-nat.c 37 pid_to_exec_file (pid_t pid) function
windows-nat.c 228 windows_process_info::pid_to_exec_file (int pid) function in class:windows_process_info
  /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;
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);
  /src/external/gpl3/gdb.old/dist/gdb/
inf-child.c 223 inf_child_target::pid_to_exec_file (int pid) function in class:inf_child_target
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)));
nto-procfs.c 123 const char *pid_to_exec_file (int pid) override;
668 nto_procfs_target::pid_to_exec_file (const int pid) function in class:nto_procfs_target
darwin-nat.c 2381 darwin_nat_target::pid_to_exec_file (int pid)
2379 darwin_nat_target::pid_to_exec_file (int pid) function in class:darwin_nat_target
fbsd-nat.c 123 fbsd_nat_target::pid_to_exec_file (int pid) function in class:fbsd_nat_target
353 exe = pid_to_exec_file (pid);
1517 (make_unique_xstrdup (pid_to_exec_file (pid)));
procfs.c 131 const char *pid_to_exec_file (int pid) override;
2925 procfs_target::pid_to_exec_file (int pid) function in class:procfs_target
target-delegates.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 296 const char *pid_to_exec_file (int pid) override;
2253 /* The pid_to_exec_file target_ops method for this platform. */
2256 windows_nat_target::pid_to_exec_file (int pid) function in class:windows_nat_target
2258 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 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.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)));
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);
win32-low.cc 1432 win32_process_target::pid_to_exec_file (int pid) function in class:win32_process_target
1434 return windows_process.pid_to_exec_file (pid);

Completed in 61 milliseconds

1 2