Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/doc ptrace(2): Add operations to single step specified threads:



details:   https://anonhg.NetBSD.org/src/rev/ea163f7041b5
branches:  trunk
changeset: 822800:ea163f7041b5
user:      kamil <kamil%NetBSD.org@localhost>
date:      Sat Apr 08 01:29:31 2017 +0000

description:
ptrace(2): Add operations to single step specified threads:
           PT_SETSTEP and PT_CLEARSTEP

Sponsored by <The NetBSD Foundation>

diffstat:

 doc/CHANGES |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r d0f5cab787e4 -r ea163f7041b5 doc/CHANGES
--- a/doc/CHANGES       Sat Apr 08 01:08:36 2017 +0000
+++ b/doc/CHANGES       Sat Apr 08 01:29:31 2017 +0000
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:                   <$Revision: 1.2268 $>
+# LIST OF CHANGES FROM LAST RELEASE:                   <$Revision: 1.2269 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -493,3 +493,5 @@
                as being smaller and faster.  [kre 20170320]
        zoneinfo: Import tzdata2017b.  [kre 20170321]
        dhcpcd(8): Import dhcpcd-7.0.0-beta2 [roy 20170402]
+       ptrace(2): Add operations to single step specified threads:
+               PT_SETSTEP and PT_CLEARSTEP [kamil 20170408]



Home | Main Index | Thread Index | Old Index