GDBserver
|
Go to the source code of this file.
Functions | |
int | my_waitpid (int pid, int *status, int flags) |
char * | status_to_str (int status) |
int my_waitpid | ( | int | pid, |
int * | status, | ||
int | flags | ||
) |
Definition at line 81 of file linux-waitpid.c.
References __WALL, __WCLONE, errno, linux_debug(), and WNOHANG.
Referenced by handle_extended_wait(), kill_wait_lwp(), linux_check_ptrace_features(), linux_join(), linux_test_for_tracefork(), and linux_wait_for_event_filtered().
char* status_to_str | ( | int | status | ) |
Definition at line 55 of file linux-waitpid.c.
References SYSCALL_SIGTRAP, WEXITSTATUS, WIFSIGNALED, WIFSTOPPED, WSTOPSIG, and WTERMSIG.
Referenced by linux_wait_for_event_filtered().