Home
last modified time | relevance | path

Searched refs:PTRACE_TRACEME (Results 1 – 25 of 28) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dptrace.c21 #define PTRACE_TRACEME 0 macro
32 ret = ptrace(PTRACE_TRACEME); in ptrace_0100()
/third_party/ltp/testcases/kernel/syscalls/ptrace/
Dptrace03.c34 {PTRACE_TRACEME, &zero_pid, EPERM,
48 SAFE_PTRACE(PTRACE_TRACEME, 0, NULL, NULL); in verify_ptrace()
Dptrace09.c30 SAFE_PTRACE(PTRACE_TRACEME, 0, NULL, NULL); in child_main()
Dptrace05.c83 if (ptrace(PTRACE_TRACEME, 0, NULL, NULL) != -1) { in main()
Dptrace01.c72 if ((ptrace(PTRACE_TRACEME, 0, 0, 0)) == -1) { in do_child()
Dspawn_ptrace_child.h92 long ret = ptrace(PTRACE_TRACEME, 0, NULL, NULL); in make_a_baby()
/third_party/musl/ndk_musl_include/sys/
Dptrace.h9 #define PTRACE_TRACEME 0 macro
10 #define PT_TRACE_ME PTRACE_TRACEME
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dptrace.h9 #define PTRACE_TRACEME 0 macro
10 #define PT_TRACE_ME PTRACE_TRACEME
/third_party/musl/porting/uniproton/kernel/include/sys/
Dptrace.h9 #define PTRACE_TRACEME 0 macro
10 #define PT_TRACE_ME PTRACE_TRACEME
/third_party/elfutils/tests/
Dbacktrace-child.c166 long l = ptrace (PTRACE_TRACEME, 0, NULL, NULL); in stdarg()
237 long l = ptrace (PTRACE_TRACEME, 0, NULL, NULL); in main()
Dbacktrace-dwarf.c148 long l = ptrace (PTRACE_TRACEME, 0, NULL, NULL); in main()
Dbacktrace-data.c285 long l = ptrace (PTRACE_TRACEME, 0, NULL, NULL); in main()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dptrace.h9 #define PTRACE_TRACEME 0 macro
10 #define PT_TRACE_ME PTRACE_TRACEME
/third_party/musl/include/sys/
Dptrace.h9 #define PTRACE_TRACEME 0 macro
10 #define PT_TRACE_ME PTRACE_TRACEME
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DDebug.cpp58 if(ptrace(PTRACE_TRACEME, 0, 1, 0) != 0) in IsUnderDebugger()
/third_party/rust/crates/nix/src/sys/ptrace/
Dlinux.rs43 PTRACE_TRACEME,
325 Request::PTRACE_TRACEME, in traceme()
/third_party/libunwind/tests/
Dtest-ptrace.c225 ptrace (PTRACE_TRACEME, 0, 0, 0); in main()
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/
Dmod.rs123 pub const PTRACE_TRACEME: ::c_int = 0; constant
/third_party/toybox/toys/pending/
Dstrace.c582 ptrace(PTRACE_TRACEME);
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
Dmod.rs552 pub const PTRACE_TRACEME: ::c_int = 0; constant
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt742 PTRACE_TRACEME
Dlinux.txt1851 PTRACE_TRACEME
/third_party/libunwind/
Dconfigure.ac59 PTRACE_TRACEME, PTRACE_CONT, PTRACE_SINGLESTEP,
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs854 pub const PTRACE_TRACEME: ::c_uint = 0; constant
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs1347 pub const PTRACE_TRACEME: ::c_int = 0; constant

12