GDBserver
Loading...
Searching...
No Matches
Typedefs | Functions
linux-procfs.h File Reference
#include <unistd.h>

Go to the source code of this file.

Typedefs

typedef int(* linux_proc_attach_lwp_func) (ptid_t ptid)
 

Functions

int linux_proc_get_tgid (pid_t lwpid)
 
pid_t linux_proc_get_tracerpid_nowarn (pid_t lwpid)
 
int linux_proc_pid_is_stopped (pid_t pid)
 
int linux_proc_pid_is_trace_stopped_nowarn (pid_t pid)
 
int linux_proc_pid_is_zombie (pid_t pid)
 
int linux_proc_pid_is_zombie_nowarn (pid_t pid)
 
int linux_proc_pid_is_gone (pid_t pid)
 
const char * linux_proc_tid_get_name (ptid_t ptid)
 
void linux_proc_attach_tgid_threads (pid_t pid, linux_proc_attach_lwp_func func)
 
int linux_proc_task_list_dir_exists (pid_t pid)
 
const char * linux_proc_pid_to_exec_file (int pid)
 
void linux_proc_init_warnings ()
 

Typedef Documentation

◆ linux_proc_attach_lwp_func

typedef int(* linux_proc_attach_lwp_func) (ptid_t ptid)

Definition at line 67 of file linux-procfs.h.

Function Documentation

◆ linux_proc_attach_tgid_threads()

void linux_proc_attach_tgid_threads ( pid_t pid,
linux_proc_attach_lwp_func func )
extern

Definition at line 275 of file linux-procfs.c.

References linux_proc_get_tgid().

◆ linux_proc_get_tgid()

int linux_proc_get_tgid ( pid_t lwpid)
extern

Definition at line 58 of file linux-procfs.c.

References linux_proc_get_int().

Referenced by linux_proc_attach_tgid_threads().

◆ linux_proc_get_tracerpid_nowarn()

pid_t linux_proc_get_tracerpid_nowarn ( pid_t lwpid)
extern

Definition at line 66 of file linux-procfs.c.

References linux_proc_get_int().

Referenced by linux_ptrace_attach_fail_reason().

◆ linux_proc_init_warnings()

void linux_proc_init_warnings ( )
extern

Definition at line 364 of file linux-procfs.c.

◆ linux_proc_pid_is_gone()

int linux_proc_pid_is_gone ( pid_t pid)
extern

Definition at line 155 of file linux-procfs.c.

References linux_proc_pid_get_state(), PROC_STATE_DEAD, and PROC_STATE_ZOMBIE.

◆ linux_proc_pid_is_stopped()

int linux_proc_pid_is_stopped ( pid_t pid)
extern

Definition at line 193 of file linux-procfs.c.

References linux_proc_pid_has_state(), and PROC_STATE_STOPPED.

◆ linux_proc_pid_is_trace_stopped_nowarn()

int linux_proc_pid_is_trace_stopped_nowarn ( pid_t pid)
extern

Definition at line 202 of file linux-procfs.c.

References linux_proc_pid_has_state(), and PROC_STATE_TRACING_STOP.

◆ linux_proc_pid_is_zombie()

int linux_proc_pid_is_zombie ( pid_t pid)
extern

Definition at line 227 of file linux-procfs.c.

References linux_proc_pid_is_zombie_maybe_warn().

◆ linux_proc_pid_is_zombie_nowarn()

int linux_proc_pid_is_zombie_nowarn ( pid_t pid)
extern

Definition at line 219 of file linux-procfs.c.

References linux_proc_pid_is_zombie_maybe_warn().

Referenced by linux_ptrace_attach_fail_reason().

◆ linux_proc_pid_to_exec_file()

const char * linux_proc_pid_to_exec_file ( int pid)
extern

Definition at line 345 of file linux-procfs.c.

◆ linux_proc_task_list_dir_exists()

int linux_proc_task_list_dir_exists ( pid_t pid)
extern

Definition at line 333 of file linux-procfs.c.

◆ linux_proc_tid_get_name()

const char * linux_proc_tid_get_name ( ptid_t ptid)
extern

Definition at line 235 of file linux-procfs.c.

References TASK_COMM_LEN.