GDBserver
|
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.
Referenced by kill_child(), and linux_check_ptrace_features().
std::string status_to_str | ( | int | status | ) |
Definition at line 30 of file linux-waitpid.c.
References SYSCALL_SIGTRAP.