GDBserver
Loading...
Searching...
No Matches
Functions
linux-waitpid.h File Reference

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)
 

Function Documentation

◆ my_waitpid()

int my_waitpid ( int pid,
int * status,
int flags )
extern

Definition at line 53 of file linux-waitpid.c.

Referenced by kill_child(), and linux_check_ptrace_features().

◆ status_to_str()

std::string status_to_str ( int status)
extern

Definition at line 30 of file linux-waitpid.c.

References SYSCALL_SIGTRAP.