/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace.h | 120 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TAR, &iov); in show_tar_registers() 128 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_PPR, &iov); in show_tar_registers() 136 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_DSCR, &iov); in show_tar_registers() 210 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CTAR, &iov); in show_tm_checkpointed_state() 218 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CPPR, &iov); in show_tm_checkpointed_state() 226 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CDSCR, &iov); in show_tm_checkpointed_state() 339 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CFPR, &iov); in show_ckpt_fpr() 363 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CFPR, &iov); in write_ckpt_fpr() 449 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CGPR, &iov); in show_ckpt_gpr() 477 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CGPR, &iov); in write_ckpt_gpr() [all …]
|
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
D | ptrace.cc | 81 res = ptrace(PTRACE_GETREGSET, pid, (void*)NT_PRSTATUS, (void*)®set_io); in main() 89 res = ptrace(PTRACE_GETREGSET, pid, (void*)NT_FPREGSET, (void*)®set_io); in main() 101 res = ptrace(PTRACE_GETREGSET, pid, (void*)NT_PRSTATUS, (void*)®set_io); in main() 109 res = ptrace(PTRACE_GETREGSET, pid, (void*)NT_FPREGSET, (void*)®set_io); in main()
|
/external/ltp/testcases/kernel/syscalls/ptrace/ |
D | ptrace07.c | 51 #ifndef PTRACE_GETREGSET 52 # define PTRACE_GETREGSET 0x4204 macro 120 TEST(ptrace(PTRACE_GETREGSET, pid, NT_X86_XSTATE, &iov)); in do_test()
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | ptrace.cc | 92 # define __PTRACE_REQUEST PTRACE_GETREGSET in main() 108 # define __PTRACE_FPREQUEST PTRACE_GETREGSET in main() 112 res = ptrace((enum __ptrace_request)PTRACE_GETREGSET, pid, (void*)NT_FPREGSET, in main()
|
/external/strace/ |
D | process.c | 117 case PTRACE_GETREGSET: in SYS_FUNC() 213 case PTRACE_GETREGSET: in SYS_FUNC() 241 case PTRACE_GETREGSET: in SYS_FUNC()
|
D | ptrace.h | 147 #ifndef PTRACE_GETREGSET 148 # define PTRACE_GETREGSET 0x4204 macro
|
D | README | 24 Older versions without a decent PTRACE_GETREGSET support will not work.
|
D | syscall.c | 1038 return ptrace(PTRACE_GETREGSET, pid, NT_PRSTATUS, in ptrace_getregset() 1046 return ptrace(PTRACE_GETREGSET, pid, NT_PRSTATUS, &io); in ptrace_getregset()
|
D | NEWS | 516 * Implemented PTRACE_GETREGSET API support on s390/s390x. 578 Older versions without a decent PTRACE_GETREGSET support will not work. 632 * Implemented more reliable PTRACE_GETREGSET-based process personality
|
/external/elfutils/backends/ |
D | aarch64_initreg.c | 63 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, &iovec) != 0) in aarch64_set_initial_registers_tid() 80 if (ptrace (PTRACE_GETREGSET, tid, NT_FPREGSET, &iovec) != 0) in aarch64_set_initial_registers_tid()
|
D | arm_initreg.c | 78 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, &iovec) != 0) in arm_set_initial_registers_tid()
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | linux_ptrace_dumper.cc | 191 #ifdef PTRACE_GETREGSET in GetThreadInfoByIndex() 195 if (sys_ptrace(PTRACE_GETREGSET, tid, (void*)NT_PRSTATUS, (void*)&io) == -1) { in GetThreadInfoByIndex() 201 if (sys_ptrace(PTRACE_GETREGSET, tid, (void*)NT_FPREGSET, (void*)&io) == -1) { in GetThreadInfoByIndex()
|
/external/kernel-headers/original/uapi/linux/ |
D | ptrace.h | 50 #define PTRACE_GETREGSET 0x4204 macro
|
/external/strace/xlat/ |
D | ptrace_cmds.h | 86 #if defined(PTRACE_GETREGSET) || (defined(HAVE_DECL_PTRACE_GETREGSET) && HAVE_DECL_PTRACE_GETREGSET) 87 XLAT(PTRACE_GETREGSET),
|
D | ptrace_cmds.in | 26 PTRACE_GETREGSET
|
/external/valgrind/coregrind/ |
D | vgdb-invoker-ptrace.c | 45 #ifdef PTRACE_GETREGSET 572 res = ptrace (PTRACE_GETREGSET, pid, NT_PRSTATUS, &iovec); in getregs()
|
/external/libunwind/src/ptrace/ |
D | _UPT_access_reg.c | 374 if (ptrace(PTRACE_GETREGSET, pid, (void*)NT_PRSTATUS, (void*)&io) == -1) in _UPT_access_reg()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stoptheworld_linux_libcdep.cc | 504 bool isErr = internal_iserror(internal_ptrace(PTRACE_GETREGSET, tid, in GetRegistersAndSP()
|
D | sanitizer_platform_limits_posix.cc | 385 #if defined(PTRACE_GETREGSET) && defined(PTRACE_SETREGSET) 386 int ptrace_getregset = PTRACE_GETREGSET;
|
/external/strace/tests-mx32/ |
D | ptrace.c | 428 do_ptrace(PTRACE_GETREGSET, pid, 3, bad_request); in main()
|
/external/strace/tests/ |
D | ptrace.c | 428 do_ptrace(PTRACE_GETREGSET, pid, 3, bad_request); in main()
|
/external/strace/tests-m32/ |
D | ptrace.c | 428 do_ptrace(PTRACE_GETREGSET, pid, 3, bad_request); in main()
|
/external/seccomp-tests/linux/ |
D | seccomp_bpf.c | 1270 EXPECT_EQ(0, ptrace(PTRACE_GETREGSET, tracee, NT_PRSTATUS, &iov)) { in get_syscall() 1291 ret = ptrace(PTRACE_GETREGSET, tracee, NT_PRSTATUS, &iov); in change_syscall()
|
/external/honggfuzz/linux/ |
D | trace.c | 369 if (ptrace(PTRACE_GETREGSET, pid, NT_PRSTATUS, &pt_iov) == -1L) { in arch_getPC()
|
/external/linux-kselftest/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 1585 EXPECT_EQ(0, ptrace(PTRACE_GETREGSET, tracee, NT_PRSTATUS, &iov)) { in get_syscall() 1610 ret = ptrace(PTRACE_GETREGSET, tracee, NT_PRSTATUS, &iov); in change_syscall()
|