Searched refs:ptrace_set_pc (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/sys/sys/
H A Dptrace.h181 int ptrace_set_pc(struct thread *_td, unsigned long _addr);
/freebsd-12-stable/sys/arm/arm/
H A Dmachdep_ptrace.c216 ptrace_set_pc(struct thread *td, unsigned long addr) function
/freebsd-12-stable/sys/powerpc/powerpc/
H A Dmachdep.c479 ptrace_set_pc(struct thread *td, unsigned long addr) function
/freebsd-12-stable/sys/mips/mips/
H A Dpm_machdep.c212 ptrace_set_pc(struct thread *td, unsigned long addr) function
/freebsd-12-stable/sys/riscv/riscv/
H A Dmachdep.c277 ptrace_set_pc(struct thread *td, u_long addr) function
280 panic("ptrace_set_pc");
/freebsd-12-stable/sys/sparc64/sparc64/
H A Dmachdep.c956 ptrace_set_pc(struct thread *td, u_long addr) function
/freebsd-12-stable/sys/arm64/arm64/
H A Dmachdep.c352 ptrace_set_pc(struct thread *td, u_long addr) function
355 printf("ARM64TODO: ptrace_set_pc");
/freebsd-12-stable/sys/kern/
H A Dsys_process.c1127 error = ptrace_set_pc(td2,
/freebsd-12-stable/sys/amd64/amd64/
H A Dmachdep.c2048 ptrace_set_pc(struct thread *td, unsigned long addr) function
/freebsd-12-stable/sys/i386/i386/
H A Dmachdep.c2783 ptrace_set_pc(struct thread *td, u_long addr) function

Completed in 421 milliseconds