Home
last modified time | relevance | path

Searched refs:PTRACE_GETREGS (Results 1 - 25 of 27) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/ptrace/
H A Dptrace06.c94 #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},
H A Dspawn_ptrace_child.h34 if (request == PTRACE_GETREGS || request == PTRACE_SETREGS) { \
112 #ifdef PTRACE_GETREGS
H A Dsimple_tracer.c127 ret = vptrace(PTRACE_GETREGS, pid, NULL, &pt_regs); in main()
H A Dptrace04.c60 ret = ptrace(PTRACE_GETREGS, pid, NULL, &_pt_regs); in compare_registers()
62 tst_resm(TFAIL | TERRNO, "PTRACE_GETREGS failed"); in compare_registers()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dptrace.h21 #define PTRACE_GETREGS 12 macro
55 #define PT_GETREGS PTRACE_GETREGS
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dptrace.h21 #define PTRACE_GETREGS 12 macro
55 #define PT_GETREGS PTRACE_GETREGS
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dptrace.h21 #define PTRACE_GETREGS 12 macro
55 #define PT_GETREGS PTRACE_GETREGS
/third_party/musl/include/sys/
H A Dptrace.h21 #define PTRACE_GETREGS 12 macro
56 #define PT_GETREGS PTRACE_GETREGS
/third_party/elfutils/backends/
H A Dx86_64_initreg.c51 if (ptrace (PTRACE_GETREGS, tid, NULL, &user_regs) != 0) in x86_64_set_initial_registers_tid()
H A Dm68k_initreg.c50 if (ptrace (PTRACE_GETREGS, tid, NULL, &user_regs) != 0) in m68k_set_initial_registers_tid()
H A Dsparc_initreg.c53 /* The pt_regs structure filled in by PTRACE_GETREGS provides the in set_initial_registers_tid()
60 if (ptrace (PTRACE_GETREGS, tid, &regs, 0) == -1) in set_initial_registers_tid()
H A Darm_initreg.c64 if (ptrace (PTRACE_GETREGS, tid, NULL, &user_regs) != 0) in arm_set_initial_registers_tid()
H A Di386_initreg.c51 if (ptrace (PTRACE_GETREGS, tid, NULL, &user_regs) != 0) in i386_set_initial_registers_tid()
/third_party/elfutils/tests/
H A Dbacktrace-data.c181 long l = ptrace (PTRACE_GETREGS, child, NULL, &user_regs); in set_initial_registers()
311 long l = ptrace (PTRACE_GETREGS, child, NULL, &user_regs); in main()
H A Dbacktrace.c330 l = ptrace (PTRACE_GETREGS, pid2, 0, (intptr_t) &user_regs); in prepare_thread()
/third_party/rust/crates/nix/src/sys/ptrace/
H A Dlinux.rs60 PTRACE_GETREGS,
207 /// Get user registers, as with `ptrace(PTRACE_GETREGS, ...)`
219 ptrace_get_data::<user_regs_struct>(Request::PTRACE_GETREGS, pid) in getregs()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
H A Dmod.rs317 pub const PTRACE_GETREGS: ::c_uint = 12; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/
H A Dmod.rs133 pub const PTRACE_GETREGS: ::c_int = 12; consts
/third_party/toybox/toys/pending/
H A Dstrace.c173 xptrace(PTRACE_GETREGS, TT.pid, 0, TT.regs); in get_regs()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
H A Dmod.rs632 pub const PTRACE_GETREGS: ::c_uint = 12; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H A Dmod.rs562 pub const PTRACE_GETREGS: ::c_int = 12; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/mips64/
H A Dmod.rs799 pub const PTRACE_GETREGS: ::c_uint = 12; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/loongarch64/
H A Dmod.rs745 pub const PTRACE_GETREGS: ::c_uint = 12; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/riscv64/
H A Dmod.rs395 pub const PTRACE_GETREGS: ::c_uint = 12; consts
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1375 pub const PTRACE_GETREGS: ::c_uint = 12; consts

Completed in 26 milliseconds

12