summaryrefslogtreecommitdiff
path: root/lib/libc/sys/ptrace.c
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite ptrace(2) wrappers in C.Konstantin Belousov2016-08-291-0/+49
Besides removing hand-translation to assembler, this also adds missing wrappers for arm64 and risc-v. Reviewed by: emaste, jhb Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D7694 Notes: svn path=/head/; revision=305012