GDB (xrefs)
Functions
/tmp/gdb-7.10/gdb/linux-fork.h File Reference

Go to the source code of this file.

Functions

struct fork_infoadd_fork (pid_t)
 
struct fork_infofind_fork_pid (pid_t)
 
void linux_fork_killall (void)
 
void linux_fork_mourn_inferior (void)
 
void linux_fork_detach (const char *, int)
 
int forks_exist_p (void)
 
int linux_fork_checkpointing_p (int)
 

Function Documentation

struct fork_info* add_fork ( pid_t  )
struct fork_info* find_fork_pid ( pid_t  )

Definition at line 180 of file linux-fork.c.

References fork_info::next, fork_info::ptid, and ptid_get_pid().

Referenced by checkpoint_command(), and linux_handle_extended_wait().

int forks_exist_p ( void  )

Definition at line 61 of file linux-fork.c.

Referenced by linux_nat_detach(), linux_nat_kill(), and linux_nat_mourn_inferior().

int linux_fork_checkpointing_p ( int  )

Definition at line 617 of file linux-fork.c.

References checkpointing_pid.

Referenced by linux_handle_extended_wait().

void linux_fork_detach ( const char *  ,
int   
)
void linux_fork_killall ( void  )

Definition at line 323 of file linux-fork.c.

References init_fork_list(), fork_info::next, pid, fork_info::ptid, ptid_get_pid(), status, and WIFSTOPPED.

Referenced by linux_nat_kill().

void linux_fork_mourn_inferior ( void  )