Module Name:    src
Committed By:   kamil
Date:           Thu Dec 15 12:51:02 UTC 2016

Modified Files:
        src/doc: CHANGES

Log Message:
ptrace(2): Add hardware assisted breakpoint/watchpoint API:
           PT_READ_WATCHPOINT, PT_WRITE_WATCHPOINT and PT_COUNT_WATCHPOINTS


To generate a diff of this commit:
cvs rdiff -u -r1.2223 -r1.2224 src/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.2223 src/doc/CHANGES:1.2224
--- src/doc/CHANGES:1.2223	Tue Dec 13 11:01:10 2016
+++ src/doc/CHANGES	Thu Dec 15 12:51:02 2016
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.2223 $>
+# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.2224 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -430,3 +430,6 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
 	crash(8): Add sparc support.  [mrg 20161210]
 	cgd(4): Add aes-xts. [alnsn 20161211]
 	options(4): Remove KSTACK_CHECK_DR0. [kamil 20161213]
+	ptrace(2): Add hardware assisted breakpoint/watchpoint API:
+		PT_READ_WATCHPOINT, PT_WRITE_WATCHPOINT and
+		PT_COUNT_WATCHPOINTS [kamil 20161215]

Reply via email to