Home
last modified time | relevance | path

Searched refs:ptrace_set_pc (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/riscv/riscv/
H A Dptrace_machdep.c65 ptrace_set_pc(struct thread *td, u_long addr) in ptrace_set_pc() function
/freebsd/sys/arm64/arm64/
H A Dptrace_machdep.c161 ptrace_set_pc(struct thread *td, u_long addr) in ptrace_set_pc() function
/freebsd/sys/sys/
H A Dptrace.h217 int ptrace_set_pc(struct thread *_td, unsigned long _addr);
/freebsd/sys/i386/i386/
H A Dptrace_machdep.c250 ptrace_set_pc(struct thread *td, u_long addr) in ptrace_set_pc() function
/freebsd/sys/arm/arm/
H A Dmachdep_ptrace.c213 ptrace_set_pc(struct thread *td, unsigned long addr) in ptrace_set_pc() function
/freebsd/sys/amd64/amd64/
H A Dptrace_machdep.c380 ptrace_set_pc(struct thread *td, unsigned long addr) in ptrace_set_pc() function
/freebsd/sys/powerpc/powerpc/
H A Dmachdep.c715 ptrace_set_pc(struct thread *td, unsigned long addr) in ptrace_set_pc() function
/freebsd/sys/kern/
H A Dsys_process.c1233 error = ptrace_set_pc(td2, in kern_ptrace()