|
GDB (API)
|
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.
| pid_t linux_proc_get_tracerpid | ( | pid_t | lwpid | ) |
Definition at line 71 of file linux-procfs.c.
| int linux_proc_pid_is_stopped | ( | pid_t | pid | ) |
Definition at line 110 of file linux-procfs.c.
| int linux_proc_pid_is_zombie | ( | pid_t | pid | ) |
Definition at line 118 of file linux-procfs.c.
1.7.6.1