ptrace.2: Minor tweaks to Joseph Sible's patch

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-04-13 10:36:43 +02:00
parent c2254484e3
commit cbda5fc9de
1 changed files with 7 additions and 4 deletions

View File

@ -735,18 +735,21 @@ is ignored.)
.TP
.BR PTRACE_SET_SYSCALL " (since Linux 2.6.16)"
.\" commit 3f471126ee53feb5e9b210ea2f525ed3bb9b7a7f
When in syscall-enter-stop, change the number of the syscall about to
When in syscall-enter-stop,
change the number of the system call that is about to
be executed to the number specified in the
.I data
argument. The
argument.
The
.I addr
argument is ignored. This request is currently
argument is ignored.
This request is currently
.\" As of 4.19-rc2
supported only on arm (and arm64, though only for backwards compatibility),
.\" commit 27aa55c5e5123fa8b8ad0156559d34d7edff58ca
but most other architectures have other means of accomplishing this
(usually by changing the register that the userland code passed the
syscall number in).
system call number in).
.\" see change_syscall in tools/testing/selftests/seccomp/seccomp_bpf.c
.TP
.BR PTRACE_SYSEMU ", " PTRACE_SYSEMU_SINGLESTEP " (since Linux 2.6.14)"