GDB (xrefs)
|
#include <sys/ptrace.h>
Go to the source code of this file.
Functions | |
void | linux_ptrace_attach_warnings (pid_t pid, struct buffer *buffer) |
void | linux_ptrace_init_warnings (void) |
void | linux_enable_event_reporting (pid_t pid) |
int | linux_supports_tracefork (void) |
int | linux_supports_traceclone (void) |
int | linux_supports_tracevforkdone (void) |
int | linux_supports_tracesysgood (void) |
void linux_enable_event_reporting | ( | pid_t | pid | ) |
Definition at line 467 of file linux-ptrace.c.
References current_ptrace_options, linux_check_ptrace_features(), ptrace(), PTRACE_TYPE_ARG3, and PTRACE_TYPE_ARG4.
Referenced by linux_init_ptrace().
void linux_ptrace_attach_warnings | ( | pid_t | pid, |
struct buffer * | buffer | ||
) |
Definition at line 45 of file linux-ptrace.c.
References _, buffer_xml_printf(), linux_proc_get_tracerpid(), and linux_proc_pid_is_zombie().
Referenced by linux_nat_attach().
void linux_ptrace_init_warnings | ( | void | ) |
Definition at line 535 of file linux-ptrace.c.
References linux_ptrace_test_ret_to_nx().
Referenced by linux_init_ptrace().
int linux_supports_traceclone | ( | void | ) |
Definition at line 508 of file linux-ptrace.c.
References ptrace_supports_feature().
int linux_supports_tracefork | ( | void | ) |
Definition at line 497 of file linux-ptrace.c.
References ptrace_supports_feature().
Referenced by lin_lwp_attach_lwp(), linux_child_follow_fork(), linux_child_insert_exec_catchpoint(), linux_child_insert_fork_catchpoint(), and linux_child_insert_vfork_catchpoint().
int linux_supports_tracesysgood | ( | void | ) |
Definition at line 526 of file linux-ptrace.c.
References ptrace_supports_feature().
Referenced by linux_child_set_syscall_catchpoint().
int linux_supports_tracevforkdone | ( | void | ) |
Definition at line 517 of file linux-ptrace.c.
References ptrace_supports_feature().
Referenced by linux_child_follow_fork().