GDB (xrefs)
|
Go to the source code of this file.
Functions | |
int | my_waitpid (int pid, int *status, int flags) |
std::string | status_to_str (int status) |
int my_waitpid | ( | int | pid, |
int * | status, | ||
int | flags | ||
) |
Definition at line 53 of file linux-waitpid.c.
References flags, pid, and status.
Referenced by detach_one_pid(), linux_nat_target::follow_fork(), kill_child(), kill_wait_one_lwp(), linux_check_ptrace_features(), linux_handle_extended_wait(), linux_nat_post_attach_wait(), linux_nat_wait_1(), and wait_lwp().
std::string status_to_str | ( | int | status | ) |
Definition at line 30 of file linux-waitpid.c.
References status, and SYSCALL_SIGTRAP.
Referenced by linux_nat_target::attach(), linux_handle_extended_wait(), linux_nat_filter_event(), linux_nat_post_attach_wait(), linux_nat_wait_1(), stop_wait_callback(), and wait_lwp().