GDB (xrefs)
|
Go to the source code of this file.
Functions | |
void | add_fork (pid_t) |
struct fork_info * | find_fork_pid (pid_t) |
void | linux_fork_killall (void) |
void | linux_fork_mourn_inferior (void) |
void | linux_fork_detach (int) |
int | forks_exist_p (void) |
int | linux_fork_checkpointing_p (int) |
|
extern |
Definition at line 119 of file linux-fork.c.
References fork_list, highest_fork_num, fork_info::num, one_fork_p(), and pid.
Referenced by linux_handle_extended_wait().
|
extern |
Definition at line 178 of file linux-fork.c.
References fork_list, and pid.
Referenced by checkpoint_command(), and linux_handle_extended_wait().
|
extern |
Definition at line 92 of file linux-fork.c.
References fork_list.
Referenced by linux_nat_target::detach(), linux_nat_target::kill(), and linux_nat_target::mourn_inferior().
|
extern |
Definition at line 627 of file linux-fork.c.
References checkpointing_pid, and pid.
Referenced by linux_handle_extended_wait().
|
extern |
Definition at line 364 of file linux-fork.c.
References delete_fork(), fork_list, fork_load_infrun_state(), gdb_printf(), inferior_ptid, one_fork_p(), ptrace, and target_pid_to_str().
Referenced by linux_nat_target::detach().
|
extern |
Definition at line 295 of file linux-fork.c.
References fork_list, pid, and status.
Referenced by linux_nat_target::kill().
|
extern |
Definition at line 328 of file linux-fork.c.
References delete_fork(), find_last_fork(), fork_list, fork_load_infrun_state(), gdb_printf(), inferior_ptid, one_fork_p(), status, and target_pid_to_str().
Referenced by linux_nat_target::mourn_inferior().