GDB (xrefs)
|
Public Member Functions | |
fork_info (pid_t pid) | |
~fork_info () | |
Public Attributes | |
ptid_t | ptid = null_ptid |
ptid_t | parent_ptid = null_ptid |
int | num = 0 |
readonly_detached_regcache * | savedregs = nullptr |
CORE_ADDR | pc = 0 |
off_t * | filepos = nullptr |
int | maxfd = 0 |
Definition at line 41 of file linux-fork.c.
|
inlineexplicit |
Definition at line 43 of file linux-fork.c.
|
inline |
Definition at line 48 of file linux-fork.c.
off_t* fork_info::filepos = nullptr |
Definition at line 81 of file linux-fork.c.
Referenced by fork_load_infrun_state(), fork_save_infrun_state(), and ~fork_info().
int fork_info::maxfd = 0 |
Definition at line 83 of file linux-fork.c.
Referenced by fork_load_infrun_state(), and fork_save_infrun_state().
int fork_info::num = 0 |
Definition at line 72 of file linux-fork.c.
Referenced by add_fork(), checkpoint_command(), find_fork_id(), and fork_id_to_ptid().
ptid_t fork_info::parent_ptid = null_ptid |
Definition at line 69 of file linux-fork.c.
Referenced by checkpoint_command(), and delete_checkpoint_command().
CORE_ADDR fork_info::pc = 0 |
Definition at line 78 of file linux-fork.c.
Referenced by fork_save_infrun_state().
ptid_t fork_info::ptid = null_ptid |
Definition at line 68 of file linux-fork.c.
Referenced by delete_checkpoint_command(), delete_fork(), detach_checkpoint_command(), find_fork_ptid(), fork_id_to_ptid(), fork_load_infrun_state(), fork_save_infrun_state(), and scoped_switch_fork_info::~scoped_switch_fork_info().
readonly_detached_regcache* fork_info::savedregs = nullptr |
Definition at line 76 of file linux-fork.c.
Referenced by fork_load_infrun_state(), fork_save_infrun_state(), and ~fork_info().