Home
last modified time | relevance | path

Searched refs:PTRACE_GETREGSET (Results 1 – 25 of 44) sorted by relevance

12

/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
Dptrace.h116 ret = ptrace(PTRACE_GETREGSET, child, type, &iov); in ptrace_read_regs()
158 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TAR, &iov); in show_tar_registers()
166 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_PPR, &iov); in show_tar_registers()
174 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_DSCR, &iov); in show_tar_registers()
248 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CTAR, &iov); in show_tm_checkpointed_state()
256 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CPPR, &iov); in show_tm_checkpointed_state()
264 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CDSCR, &iov); in show_tm_checkpointed_state()
377 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CFPR, &iov); in show_ckpt_fpr()
401 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CFPR, &iov); in write_ckpt_fpr()
487 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CGPR, &iov); in show_ckpt_gpr()
[all …]
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
Dptrace.cc81 res = ptrace(PTRACE_GETREGSET, pid, (void*)NT_PRSTATUS, (void*)&regset_io); in main()
89 res = ptrace(PTRACE_GETREGSET, pid, (void*)NT_FPREGSET, (void*)&regset_io); in main()
101 res = ptrace(PTRACE_GETREGSET, pid, (void*)NT_PRSTATUS, (void*)&regset_io); in main()
109 res = ptrace(PTRACE_GETREGSET, pid, (void*)NT_FPREGSET, (void*)&regset_io); in main()
/external/ltp/testcases/kernel/syscalls/ptrace/
Dptrace07.c51 #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/
Dptrace.cc92 # 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/elfutils/backends/
Daarch64_initreg.c63 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()
Driscv_initreg.c57 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, &iovec) != 0) in riscv_set_initial_registers_tid()
Darm_initreg.c80 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, &iovec) != 0) in arm_set_initial_registers_tid()
/external/strace/
Dptrace.h148 #ifndef PTRACE_GETREGSET
149 # define PTRACE_GETREGSET 0x4204 macro
Dprocess.c125 case PTRACE_GETREGSET: in SYS_FUNC()
237 case PTRACE_GETREGSET: in SYS_FUNC()
265 case PTRACE_GETREGSET: in SYS_FUNC()
DREADME28 Older versions without a decent PTRACE_GETREGSET support will not work.
Dsyscall.c1024 return ptrace(PTRACE_GETREGSET, pid, NT_PRSTATUS, in ptrace_getregset()
1032 return ptrace(PTRACE_GETREGSET, pid, NT_PRSTATUS, &io); in ptrace_getregset()
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_ptrace_dumper.cc191 #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/
Dptrace.h50 #define PTRACE_GETREGSET 0x4204 macro
/external/strace/xlat/
Dptrace_cmds.h92 #if defined(PTRACE_GETREGSET) || (defined(HAVE_DECL_PTRACE_GETREGSET) && HAVE_DECL_PTRACE_GETREGSET)
93 XLAT(PTRACE_GETREGSET),
Dptrace_cmds.in26 PTRACE_GETREGSET
/external/libunwind/src/ptrace/
D_UPT_access_reg.c374 if (ptrace(PTRACE_GETREGSET, pid, (void*)NT_PRSTATUS, (void*)&io) == -1) in _UPT_access_reg()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_linux_libcdep.cc504 bool isErr = internal_iserror(internal_ptrace(PTRACE_GETREGSET, tid, in GetRegistersAndSP()
Dsanitizer_platform_limits_posix.cc385 #if defined(PTRACE_GETREGSET) && defined(PTRACE_SETREGSET)
386 int ptrace_getregset = PTRACE_GETREGSET;
/external/strace/tests/
Dptrace.c449 do_ptrace(PTRACE_GETREGSET, pid, 3, bad_request); in main()
/external/strace/tests-m32/
Dptrace.c449 do_ptrace(PTRACE_GETREGSET, pid, 3, bad_request); in main()
/external/strace/tests-mx32/
Dptrace.c449 do_ptrace(PTRACE_GETREGSET, pid, 3, bad_request); in main()
/external/syzkaller/sys/linux/
Dsys_386.const441 PTRACE_GETREGSET = 16900
Dsys_amd64.const441 PTRACE_GETREGSET = 16900
Dsys_arm.const441 PTRACE_GETREGSET = 16900
Dsys_ppc64le.const441 PTRACE_GETREGSET = 16900

12