GDBserver
Functions
linux-waitpid.h File Reference

Go to the source code of this file.

Functions

int my_waitpid (int pid, int *status, int flags)
 
char * status_to_str (int status)
 

Function Documentation

int my_waitpid ( int  pid,
int *  status,
int  flags 
)
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().