Searched refs:PTRACE_GETREGS (Results 1 – 9 of 9) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/ptrace/ |
D | ptrace06.c | 94 #ifdef PTRACE_GETREGS 96 PTRACE_GETREGS,.data = 0}, { 97 PTRACE_GETREGS,.data = 1}, { 98 PTRACE_GETREGS,.data = 2}, { 99 PTRACE_GETREGS,.data = 3}, { 100 PTRACE_GETREGS,.data = -1}, { 101 PTRACE_GETREGS,.data = -2}, { 102 PTRACE_GETREGS,.data = -3}, { 103 PTRACE_GETREGS,.data = -4},
|
D | spawn_ptrace_child.h | 34 if (request == PTRACE_GETREGS || request == PTRACE_SETREGS) { \ 112 #ifdef PTRACE_GETREGS
|
D | simple_tracer.c | 127 ret = vptrace(PTRACE_GETREGS, pid, NULL, &pt_regs); in main()
|
D | ptrace04.c | 60 ret = ptrace(PTRACE_GETREGS, pid, NULL, &_pt_regs); in compare_registers()
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | ptrace.h | 21 #define PTRACE_GETREGS 12 macro 55 #define PT_GETREGS PTRACE_GETREGS
|
/third_party/musl/ndk_musl_include/sys/ |
D | ptrace.h | 21 #define PTRACE_GETREGS 12 macro 55 #define PT_GETREGS PTRACE_GETREGS
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | ptrace.h | 21 #define PTRACE_GETREGS 12 macro 55 #define PT_GETREGS PTRACE_GETREGS
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | ptrace.h | 21 #define PTRACE_GETREGS 12 macro 55 #define PT_GETREGS PTRACE_GETREGS
|
/third_party/musl/include/sys/ |
D | ptrace.h | 21 #define PTRACE_GETREGS 12 macro 55 #define PT_GETREGS PTRACE_GETREGS
|