GDB (xrefs)
|
#include <unistd.h>
Go to the source code of this file.
Functions | |
int | linux_proc_get_tgid (pid_t lwpid) |
pid_t | linux_proc_get_tracerpid (pid_t lwpid) |
int | linux_proc_pid_is_stopped (pid_t pid) |
int | linux_proc_pid_is_zombie (pid_t pid) |
int linux_proc_get_tgid | ( | pid_t | lwpid | ) |
Definition at line 63 of file linux-procfs.c.
References linux_proc_get_int().
Referenced by find_new_threads_callback().
pid_t linux_proc_get_tracerpid | ( | pid_t | lwpid | ) |
Definition at line 71 of file linux-procfs.c.
References linux_proc_get_int().
Referenced by linux_ptrace_attach_warnings().
int linux_proc_pid_is_stopped | ( | pid_t | pid | ) |
Definition at line 110 of file linux-procfs.c.
References linux_proc_pid_has_state().
Referenced by linux_nat_post_attach_wait().
int linux_proc_pid_is_zombie | ( | pid_t | pid | ) |
Definition at line 118 of file linux-procfs.c.
References linux_proc_pid_has_state().
Referenced by check_zombie_leaders(), linux_ptrace_attach_warnings(), and wait_lwp().