Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions
waitpipe.h File Reference
#include <signal.h>
#include <glib.h>
Include dependency graph for waitpipe.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int waitpipe_is_initialized (void)
 
int waitpipe_init_ext (void(*alt_handler)(int, siginfo_t *, void *))
 
int waitpipe_init_auto (void(*alt_handler)(int, siginfo_t *, void *))
 
void waitpipe_notify (int signo, siginfo_t *siginfo)
 
int waitpipe_fini (void)
 
int waitpipe_add (int pid)
 
int waitpipe_remove (int pid)
 
int waitpipe_drain (int pid)
 
int waitpipe_get (int readfd)
 
int waitpipe_get_pid (int readfd)
 

Function Documentation

int waitpipe_add ( int  pid)

Definition at line 184 of file waitpipe.c.

int waitpipe_drain ( int  pid)

Definition at line 350 of file waitpipe.c.

int waitpipe_fini ( void  )

Definition at line 166 of file waitpipe.c.

int waitpipe_get ( int  readfd)

Definition at line 310 of file waitpipe.c.

int waitpipe_get_pid ( int  readfd)

Definition at line 330 of file waitpipe.c.

int waitpipe_init_auto ( void(*)(int, siginfo_t *, void *)  alt_handler)

Definition at line 140 of file waitpipe.c.

int waitpipe_init_ext ( void(*)(int, siginfo_t *, void *)  alt_handler)

Definition at line 124 of file waitpipe.c.

int waitpipe_is_initialized ( void  )

Definition at line 117 of file waitpipe.c.

void waitpipe_notify ( int  signo,
siginfo_t *  siginfo 
)

Definition at line 49 of file waitpipe.c.

int waitpipe_remove ( int  pid)

Definition at line 284 of file waitpipe.c.