/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
H A D | ptrace.c | 21 #define PTRACE_TRACEME 0 macro 32 ret = ptrace(PTRACE_TRACEME); in ptrace_0100()
|
/third_party/ltp/testcases/kernel/syscalls/ptrace/ |
H A D | ptrace03.c | 34 {PTRACE_TRACEME, &zero_pid, EPERM, 48 SAFE_PTRACE(PTRACE_TRACEME, 0, NULL, NULL); in verify_ptrace()
|
H A D | ptrace09.c | 30 SAFE_PTRACE(PTRACE_TRACEME, 0, NULL, NULL); in child_main()
|
H A D | ptrace01.c | 9 * 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 D | ptrace05.c | 83 if (ptrace(PTRACE_TRACEME, 0, NULL, NULL) != -1) { in main() 99 "Failed to ptrace(PTRACE_TRACEME, ...) " in main()
|
H A D | spawn_ptrace_child.h | 92 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 D | backtrace-child.c | 19 --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 D | backtrace-dwarf.c | 148 long l = ptrace (PTRACE_TRACEME, 0, NULL, NULL); in main() 151 perror ("PTRACE_TRACEME failed"); in main()
|
H A D | backtrace-data.c | 285 long l = ptrace (PTRACE_TRACEME, 0, NULL, NULL); in main()
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | ptrace.h | 9 #define PTRACE_TRACEME 0 macro 10 #define PT_TRACE_ME PTRACE_TRACEME
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | ptrace.h | 9 #define PTRACE_TRACEME 0 macro 10 #define PT_TRACE_ME PTRACE_TRACEME
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | ptrace.h | 9 #define PTRACE_TRACEME 0 macro 10 #define PT_TRACE_ME PTRACE_TRACEME
|
/third_party/musl/include/sys/ |
H A D | ptrace.h | 9 #define PTRACE_TRACEME 0 macro 10 #define PT_TRACE_ME PTRACE_TRACEME
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | Debug.cpp | 58 if(ptrace(PTRACE_TRACEME, 0, 1, 0) != 0) in IsUnderDebugger()
|
/third_party/rust/crates/nix/src/sys/ptrace/ |
H A D | linux.rs | 43 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 D | test-ptrace.c | 225 ptrace (PTRACE_TRACEME, 0, 0, 0); in main()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
H A D | mod.rs | 123 pub const PTRACE_TRACEME: ::c_int = 0; consts
|
/third_party/toybox/toys/pending/ |
H A D | strace.c | 582 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 D | mod.rs | 552 pub const PTRACE_TRACEME: ::c_int = 0; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 1347 pub const PTRACE_TRACEME: ::c_int = 0; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
H A D | mod.rs | 854 pub const PTRACE_TRACEME: ::c_uint = 0; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 1490 pub const PTRACE_TRACEME: ::c_int = 0; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 2760 pub const PTRACE_TRACEME: ::c_int = 0; consts
|