Searched refs:PTRACE_TRACEME (Results 1 – 14 of 14) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
D | ptrace.c | 21 #define PTRACE_TRACEME 0 macro 32 ret = ptrace(PTRACE_TRACEME); in ptrace_0100()
|
/third_party/ltp/testcases/kernel/syscalls/ptrace/ |
D | ptrace03.c | 34 {PTRACE_TRACEME, &zero_pid, EPERM, 48 SAFE_PTRACE(PTRACE_TRACEME, 0, NULL, NULL); in verify_ptrace()
|
D | ptrace09.c | 30 SAFE_PTRACE(PTRACE_TRACEME, 0, NULL, NULL); in child_main()
|
D | ptrace05.c | 83 if (ptrace(PTRACE_TRACEME, 0, NULL, NULL) != -1) { in main()
|
D | ptrace01.c | 72 if ((ptrace(PTRACE_TRACEME, 0, 0, 0)) == -1) { in do_child()
|
D | spawn_ptrace_child.h | 92 long ret = ptrace(PTRACE_TRACEME, 0, NULL, NULL); in make_a_baby()
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | ptrace.h | 9 #define PTRACE_TRACEME 0 macro 10 #define PT_TRACE_ME PTRACE_TRACEME
|
/third_party/musl/ndk_musl_include/sys/ |
D | ptrace.h | 9 #define PTRACE_TRACEME 0 macro 10 #define PT_TRACE_ME PTRACE_TRACEME
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
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/ |
D | ptrace.h | 9 #define PTRACE_TRACEME 0 macro 10 #define PT_TRACE_ME PTRACE_TRACEME
|
/third_party/musl/include/sys/ |
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/ |
D | Debug.cpp | 58 if(ptrace(PTRACE_TRACEME, 0, 1, 0) != 0) in IsUnderDebugger()
|
/third_party/libunwind/tests/ |
D | test-ptrace.c | 225 ptrace (PTRACE_TRACEME, 0, 0, 0); in main()
|
/third_party/libunwind/ |
D | configure.ac | 59 PTRACE_TRACEME, PTRACE_CONT, PTRACE_SINGLESTEP,
|