Module Name:    src
Committed By:   kamil
Date:           Tue Feb 28 13:10:54 UTC 2017

Modified Files:
        src/doc: TODO.ptrace

Log Message:
Sync TODO.ptrace with reality

Remove entries:
- add new ptrace(2) calls to lock (suspend) and unlock LWP within a process
- switch PT_WATCHPOINT* to PT_*ETDBREGS and document it, add ATF tests
- add ATF tests for PT_SYSCALL and PT_SYSCALLEMU

Sponsored by <The NetBSD Foundation>


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 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.23 src/doc/TODO.ptrace:1.24
--- src/doc/TODO.ptrace:1.23	Mon Feb 20 03:37:24 2017
+++ src/doc/TODO.ptrace	Tue Feb 28 13:10:54 2017
@@ -1,4 +1,4 @@
-$NetBSD: TODO.ptrace,v 1.23 2017/02/20 03:37:24 kamil Exp $
+$NetBSD: TODO.ptrace,v 1.24 2017/02/28 13:10:54 kamil Exp $
 
 Items we (currently) plan to finish in the ptrace(2) field:
 
@@ -6,10 +6,8 @@ Items we (currently) plan to finish in t
    it must point to the real parent, not tracer
  - adapt OpenBSD regress test (regress/sys/ptrace/ptrace.c) for the ATF context
  - reiterate over FreeBSD tests and add missing ones if applicable
- - add new ptrace(2) calls to lock (suspend) and unlock LWP within a process
  - add PT_DUMPCORE tests in the ATF framework
  - add ATF tests for PT_WRITE_I and PIOD_WRITE_I - test mprotect restrictions
- - switch PT_WATCHPOINT* to PT_*ETDBREGS and document it, add ATF tests
  - add tests for the procfs interface covering all functions available on the
    same level as ptrace(2)
  - remove 4.4BSD tracing with /proc, restrict /proc to Linux compat, to be
@@ -26,7 +24,6 @@ Items we (currently) plan to finish in t
  - add proper implementation of PTRACE_VFORK for vfork(2)-like events
  - add ATF tests for SIGCHLD
  - add si_code values for PT_SYSCALL: TRAP_SCE and TRAP_SCX
- - add ATF tests for PT_SYSCALL and PT_SYSCALLEMU
  - research support PT_SYSCALL & PT_STEP combined like in Linux
  - fix more calls for netbsd32 compat
  - research ipkdb(4)

Reply via email to