GDB (xrefs)
Public Attributes | List of all members
fork_info Struct Reference

Public Attributes

struct fork_infonext
 
ptid_t ptid
 
ptid_t parent_ptid
 
int num
 
struct regcachesavedregs
 
int clobber_regs
 
off_t * filepos
 
int maxfd
 

Detailed Description

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

Member Data Documentation

int fork_info::clobber_regs

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

Referenced by fork_load_infrun_state(), and fork_save_infrun_state().

off_t* fork_info::filepos

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

Referenced by fork_load_infrun_state(), fork_save_infrun_state(), and free_fork().

int fork_info::maxfd

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

Referenced by fork_load_infrun_state(), and fork_save_infrun_state().

struct fork_info* fork_info::next
int fork_info::num

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

Referenced by add_fork(), checkpoint_command(), find_fork_id(), and info_checkpoints_command().

ptid_t fork_info::parent_ptid

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

Referenced by checkpoint_command(), and delete_checkpoint_command().

ptid_t fork_info::ptid
struct regcache* fork_info::savedregs

The documentation for this struct was generated from the following file: