OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PR_SET_PTRACER
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/kernel/common/linux/
prctl.h
111
#define
PR_SET_PTRACER
0x59616d61
/external/kernel-headers/original/linux/
prctl.h
127
#define
PR_SET_PTRACER
0x59616d61
/external/compiler-rt/lib/sanitizer_common/
sanitizer_stoptheworld_linux_libcdep.cc
338
#ifdef
PR_SET_PTRACER
339
internal_prctl(
PR_SET_PTRACER
, tracer_pid, 0, 0, 0);
/external/valgrind/main/coregrind/m_gdbserver/
remote-utils.c
108
/* On systems that defines
PR_SET_PTRACER
, verify if ptrace_scope is
115
#ifdef
PR_SET_PTRACER
137
ret = VG_(prctl) (
PR_SET_PTRACER
, shared->vgdb_pid, 0, 0, 0);
/external/valgrind/main/coregrind/
vgdb.c
[
all
...]
Completed in 927 milliseconds