GDB (xrefs)
|
Public Attributes | |
struct fork_info * | next |
ptid_t | ptid |
ptid_t | parent_ptid |
int | num |
struct regcache * | savedregs |
int | clobber_regs |
off_t * | filepos |
int | maxfd |
Definition at line 46 of file linux-fork.c.
Definition at line 54 of file linux-fork.c.
Referenced by fork_load_infrun_state(), and fork_save_infrun_state().
off_t* fork_info::filepos |
Definition at line 55 of file linux-fork.c.
Referenced by fork_load_infrun_state(), fork_save_infrun_state(), and free_fork().
Definition at line 56 of file linux-fork.c.
Referenced by fork_load_infrun_state(), and fork_save_infrun_state().
struct fork_info* fork_info::next |
Definition at line 48 of file linux-fork.c.
Referenced by gdb.FrameIterator.FrameIterator::__next__(), add_fork(), delete_fork(), find_fork_id(), find_fork_pid(), find_fork_ptid(), info_checkpoints_command(), init_fork_list(), linux_fork_detach(), linux_fork_killall(), and linux_fork_mourn_inferior().
Definition at line 51 of file linux-fork.c.
Referenced by add_fork(), find_fork_id(), and info_checkpoints_command().
Definition at line 50 of file linux-fork.c.
Referenced by checkpoint_command(), and delete_checkpoint_command().
Definition at line 49 of file linux-fork.c.
Referenced by add_fork(), delete_fork(), detach_checkpoint_command(), find_fork_pid(), find_fork_ptid(), fork_id_to_ptid(), fork_load_infrun_state(), fork_save_infrun_state(), info_checkpoints_command(), and linux_fork_killall().
struct regcache* fork_info::savedregs |
Definition at line 52 of file linux-fork.c.
Referenced by fork_load_infrun_state(), fork_save_infrun_state(), free_fork(), and info_checkpoints_command().