Module Name:    src
Committed By:   kamil
Date:           Mon Dec 19 03:19:37 UTC 2016

Modified Files:
        src/doc: TODO.ptrace

Log Message:
TODO.ptrace: Update notes about MD documentation

Currently all the MD interfaces are documented, remove this line from TODO.
Add new note:
    once the API for hardware watchpoints will stabilize, document it

Sponsored by <The NetBSD Foundation>


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/doc/TODO.ptrace

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

Modified files:

Index: src/doc/TODO.ptrace
diff -u src/doc/TODO.ptrace:1.4 src/doc/TODO.ptrace:1.5
--- src/doc/TODO.ptrace:1.4	Thu Dec 15 12:42:38 2016
+++ src/doc/TODO.ptrace	Mon Dec 19 03:19:37 2016
@@ -1,4 +1,4 @@
-$NetBSD: TODO.ptrace,v 1.4 2016/12/15 12:42:38 kamil Exp $
+$NetBSD: TODO.ptrace,v 1.5 2016/12/19 03:19:37 kamil Exp $
 
 Items we (currently) plan to finish in the ptrace(2) field:
 
@@ -9,8 +9,7 @@ Items we (currently) plan to finish in t
  - add PT_DUMPCORE tests in the ATF framework
  - add ATF tests for PT_WRITE_I and PIOD_WRITE_I - test mprotect restrictions
  - add ATF tests for PIOD_READ_AUXV
- - document all MD specific ptrace(2) interfaces
-   (PT_GETXMMREGS, PT_SETXMMREGS, ...)
+ - once the API for hardware watchpoints will stabilize, document it
  - add tests for the procfs interface covering all functions available on the
    same level as ptrace(2)
  - add support for PT_STEP, PT_GETREGS, PT_SETREGS, PT_GETFPREGS, PT_SETFPREGS

Reply via email to