svn commit: r334241 - stable/11/lib/libc/sys

Konstantin Belousov kib at FreeBSD.org
Sat May 26 14:31:55 UTC 2018


Author: kib
Date: Sat May 26 14:31:54 2018
New Revision: 334241
URL: https://svnweb.freebsd.org/changeset/base/334241

Log:
  MFC r334111:
  Note that PT_SETSTEP is auto-cleared.
  
  Approved by:	re (marius)

Modified:
  stable/11/lib/libc/sys/ptrace.2
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/lib/libc/sys/ptrace.2
==============================================================================
--- stable/11/lib/libc/sys/ptrace.2	Sat May 26 14:23:11 2018	(r334240)
+++ stable/11/lib/libc/sys/ptrace.2	Sat May 26 14:31:54 2018	(r334241)
@@ -2,7 +2,7 @@
 .\"	$NetBSD: ptrace.2,v 1.2 1995/02/27 12:35:37 cgd Exp $
 .\"
 .\" This file is in the public domain.
-.Dd December 1, 2017
+.Dd May 22, 2018
 .Dt PTRACE 2
 .Os
 .Sh NAME
@@ -606,6 +606,7 @@ The return value from
 is the count of array entries filled in.
 .It Dv PT_SETSTEP
 This request will turn on single stepping of the specified process.
+Stepping is automatically disabled when a single step trap is caught.
 .It Dv PT_CLEARSTEP
 This request will turn off single stepping of the specified process.
 .It Dv PT_SUSPEND


More information about the svn-src-all mailing list