Searched refs:PT_SETREGS (Results 1 - 25 of 42) sorted by relevance

12

/openbsd-current/sys/arch/m88k/include/
H A Dptrace.h54 #define PT_SETREGS (PT_FIRSTMACH + 2) macro
/openbsd-current/sys/arch/mips64/include/
H A Dptrace.h43 #define PT_SETREGS (PT_FIRSTMACH+1) macro
/openbsd-current/sys/arch/amd64/include/
H A Dptrace.h39 #define PT_SETREGS (PT_FIRSTMACH + 2) macro
/openbsd-current/sys/arch/hppa/include/
H A Dptrace.h25 #define PT_SETREGS (PT_FIRSTMACH + 2) macro
/openbsd-current/sys/arch/sh/include/
H A Dptrace.h40 #define PT_SETREGS (PT_FIRSTMACH + 2) macro
/openbsd-current/sys/arch/riscv64/include/
H A Dptrace.h23 #define PT_SETREGS (PT_FIRSTMACH + 2) macro
/openbsd-current/sys/arch/arm/include/
H A Dptrace.h42 #define PT_SETREGS (PT_FIRSTMACH + 2) macro
/openbsd-current/sys/arch/powerpc/include/
H A Dptrace.h41 #define PT_SETREGS (PT_FIRSTMACH + 2) macro
/openbsd-current/sys/arch/powerpc64/include/
H A Dptrace.h40 #define PT_SETREGS (PT_FIRSTMACH + 2) macro
/openbsd-current/sys/arch/sparc64/include/
H A Dptrace.h48 #define PT_SETREGS (PT_FIRSTMACH + 1) macro
/openbsd-current/sys/arch/alpha/include/
H A Dptrace.h41 #define PT_SETREGS (PT_FIRSTMACH + 1) macro
/openbsd-current/sys/arch/arm64/include/
H A Dptrace.h20 #define PT_SETREGS (PT_FIRSTMACH + 2) macro
/openbsd-current/sys/arch/i386/include/
H A Dptrace.h39 #define PT_SETREGS (PT_FIRSTMACH + 2) macro
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
H A DNativeRegisterContextOpenBSD.cpp70 #ifdef PT_SETREGS
71 return NativeProcessOpenBSD::PtraceWrapper(PT_SETREGS, GetProcessPid(), buf,
74 return Status("PT_SETREGS not supported on this platform");
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dm88kbsd-nat.c94 if (ptrace (PT_SETREGS, PIDGET (inferior_ptid),
H A Dmipsnbsd-nat.c80 if (ptrace (PT_SETREGS, PIDGET (inferior_ptid),
H A Dshnbsd-nat.c72 if (ptrace (PT_SETREGS, PIDGET (inferior_ptid),
H A Damd64bsd-nat.c101 if (ptrace (PT_SETREGS, pid, (PTRACE_TYPE_ARG3) &regs, 0) == -1)
H A Dmips64obsd-nat.c121 if (ptrace (PT_SETREGS, pid, (PTRACE_TYPE_ARG3) &regs, 0) == -1)
H A Dvaxbsd-nat.c94 if (ptrace (PT_SETREGS, PIDGET (inferior_ptid),
H A Dalphabsd-nat.c131 if (ptrace (PT_SETREGS, PIDGET (inferior_ptid),
H A Dm68kbsd-nat.c153 if (ptrace (PT_SETREGS, PIDGET (inferior_ptid),
H A Dppcnbsd-nat.c121 if (ptrace (PT_SETREGS, PIDGET (inferior_ptid),
/openbsd-current/sys/sys/
H A Dptrace.h98 #if !defined(PT_GETREGS) || !defined(PT_SETREGS)
/openbsd-current/regress/sys/ptrace/
H A Dptrace.c96 ptrace(PT_SETREGS, pid, (caddr_t)&regs, 0);

Completed in 296 milliseconds

12