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 42 of file linux-fork.c.

Member Data Documentation

◆ clobber_regs

int fork_info::clobber_regs

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

Referenced by fork_load_infrun_state(), and fork_save_infrun_state().

◆ filepos

off_t* fork_info::filepos

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

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

◆ maxfd

int fork_info::maxfd

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

Referenced by fork_load_infrun_state(), and fork_save_infrun_state().

◆ next

struct fork_info* fork_info::next

◆ num

int fork_info::num

◆ parent_ptid

ptid_t fork_info::parent_ptid

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

Referenced by checkpoint_command(), and delete_checkpoint_command().

◆ ptid

ptid_t fork_info::ptid

◆ savedregs

struct regcache* fork_info::savedregs

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