Home
last modified time | relevance | path

Searched refs:PTRACE_TRACEME (Results 1 - 23 of 23) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dptrace.c21 #define PTRACE_TRACEME 0 macro
32 ret = ptrace(PTRACE_TRACEME); in ptrace_0100()
/third_party/ltp/testcases/kernel/syscalls/ptrace/
H A Dptrace03.c34 {PTRACE_TRACEME, &zero_pid, EPERM,
48 SAFE_PTRACE(PTRACE_TRACEME, 0, NULL, NULL); in verify_ptrace()
H A Dptrace09.c30 SAFE_PTRACE(PTRACE_TRACEME, 0, NULL, NULL); in child_main()
H A Dptrace01.c9 * Test the functionality of ptrace() for PTRACE_TRACEME in combination with
11 * Forked child does ptrace(PTRACE_TRACEME, ...).
72 if ((ptrace(PTRACE_TRACEME, 0, 0, 0)) == -1) { in do_child()
H A Dptrace05.c83 if (ptrace(PTRACE_TRACEME, 0, NULL, NULL) != -1) { in main()
99 "Failed to ptrace(PTRACE_TRACEME, ...) " in main()
H A Dspawn_ptrace_child.h92 long ret = ptrace(PTRACE_TRACEME, 0, NULL, NULL); in make_a_baby()
94 tst_resm(TFAIL, "PTRACE_TRACEME failed"); in make_a_baby()
/third_party/elfutils/tests/
H A Dbacktrace-child.c19 --ptraceme will call ptrace (PTRACE_TRACEME) in the two threads.
166 long l = ptrace (PTRACE_TRACEME, 0, NULL, NULL); in stdarg()
237 long l = ptrace (PTRACE_TRACEME, 0, NULL, NULL); in main()
H A Dbacktrace-dwarf.c148 long l = ptrace (PTRACE_TRACEME, 0, NULL, NULL); in main()
151 perror ("PTRACE_TRACEME failed"); in main()
H A Dbacktrace-data.c285 long l = ptrace (PTRACE_TRACEME, 0, NULL, NULL); in main()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dptrace.h9 #define PTRACE_TRACEME 0 macro
10 #define PT_TRACE_ME PTRACE_TRACEME
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dptrace.h9 #define PTRACE_TRACEME 0 macro
10 #define PT_TRACE_ME PTRACE_TRACEME
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dptrace.h9 #define PTRACE_TRACEME 0 macro
10 #define PT_TRACE_ME PTRACE_TRACEME
/third_party/musl/include/sys/
H A Dptrace.h9 #define PTRACE_TRACEME 0 macro
10 #define PT_TRACE_ME PTRACE_TRACEME
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DDebug.cpp58 if(ptrace(PTRACE_TRACEME, 0, 1, 0) != 0) in IsUnderDebugger()
/third_party/rust/crates/nix/src/sys/ptrace/
H A Dlinux.rs43 PTRACE_TRACEME,
318 /// Sets the process as traceable, as with `ptrace(PTRACE_TRACEME, ...)`
325 Request::PTRACE_TRACEME, in traceme()
/third_party/libunwind/libunwind/tests/
H A Dtest-ptrace.c225 ptrace (PTRACE_TRACEME, 0, 0, 0); in main()
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/
H A Dmod.rs123 pub const PTRACE_TRACEME: ::c_int = 0; consts
/third_party/toybox/toys/pending/
H A Dstrace.c582 ptrace(PTRACE_TRACEME); in strace_main()
583 if (errno) perror_exit("PTRACE_TRACEME failed"); in strace_main()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H A Dmod.rs552 pub const PTRACE_TRACEME: ::c_int = 0; consts
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1347 pub const PTRACE_TRACEME: ::c_int = 0; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs854 pub const PTRACE_TRACEME: ::c_uint = 0; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1490 pub const PTRACE_TRACEME: ::c_int = 0; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2760 pub const PTRACE_TRACEME: ::c_int = 0; consts

Completed in 41 milliseconds