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 hardware assisted breakpoint/watchpoint API:
details: https://anonhg.NetBSD.org/src/rev/9e36e2650d13
branches: trunk
changeset: 349594:9e36e2650d13
user: kamil <kamil%NetBSD.org@localhost>
date: Thu Dec 15 12:51:02 2016 +0000
description:
ptrace(2): Add hardware assisted breakpoint/watchpoint API:
PT_READ_WATCHPOINT, PT_WRITE_WATCHPOINT and PT_COUNT_WATCHPOINTS
diffstat:
doc/CHANGES | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r bff3a07078ac -r 9e36e2650d13 doc/CHANGES
--- a/doc/CHANGES Thu Dec 15 12:42:38 2016 +0000
+++ b/doc/CHANGES Thu Dec 15 12:51:02 2016 +0000
@@ -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 @@
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]
Home |
Main Index |
Thread Index |
Old Index