This commit is contained in:
Michael Kerrisk 2006-12-27 02:47:18 +00:00
parent fd2cf680a5
commit a832b2d85b
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ PTRACE_SYSEMU, PTRACE_SYSEMU_SINGLESTEP (since Linux 2.6.14)
For PTRACE_SYSEMU, continue and stop on entry to the next syscall,
which will not be executed. For PTRACE_SYSEMU_SINGLESTEP, do the same
but also singlestep if not a syscall. This call is used by programs like
User Mode Linux that want to emulate all the the child's syscalls.
User Mode Linux that want to emulate all the child's system calls.
(\fIaddr\fP and \fIdata\fP are ignored;
not supported on all architectures.)
.TP