GDB (xrefs)
|
Go to the source code of this file.
Functions | |
static void | linux_debug (const char *format,...) |
char * | status_to_str (int status) |
int | my_waitpid (int pid, int *status, int flags) |
|
inlinestatic |
Definition at line 38 of file linux-waitpid.c.
Referenced by my_waitpid().
Definition at line 81 of file linux-waitpid.c.
References __WALL, __WCLONE, linux_debug(), and WNOHANG.
Referenced by kill_wait_callback(), lin_lwp_attach_lwp(), linux_check_ptrace_features(), linux_child_follow_fork(), linux_handle_extended_wait(), linux_nat_post_attach_wait(), linux_nat_wait_1(), linux_test_for_tracefork(), and wait_lwp().
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 lin_lwp_attach_lwp(), linux_handle_extended_wait(), linux_nat_attach(), linux_nat_filter_event(), linux_nat_post_attach_wait(), linux_nat_wait_1(), stop_wait_callback(), and wait_lwp().