Source-Changes-HG archive

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

[src/trunk]: src/doc TODO.ptrace: Update notes about MD documentation



details:   https://anonhg.NetBSD.org/src/rev/5e14c5fc7107
branches:  trunk
changeset: 349691:5e14c5fc7107
user:      kamil <kamil%NetBSD.org@localhost>
date:      Mon Dec 19 03:19:37 2016 +0000

description:
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>

diffstat:

 doc/TODO.ptrace |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r d6d74c74917b -r 5e14c5fc7107 doc/TODO.ptrace
--- a/doc/TODO.ptrace   Mon Dec 19 03:15:31 2016 +0000
+++ b/doc/TODO.ptrace   Mon Dec 19 03:19:37 2016 +0000
@@ -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 @@
  - 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



Home | Main Index | Thread Index | Old Index