Module Name:    src
Committed By:   kamil
Date:           Mon Dec 26 08:43:55 UTC 2016

Modified Files:
        src/doc: TODO.ptrace

Log Message:
Add new entry in TODO.ptrace

 + add support to read and write siginfo_t from and to tracee (reuse PT_IO?)

Sponsored by <The NetBSD Foundation>


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 src/doc/TODO.ptrace:1.8
--- src/doc/TODO.ptrace:1.7	Mon Dec 26 03:24:11 2016
+++ src/doc/TODO.ptrace	Mon Dec 26 08:43:55 2016
@@ -1,4 +1,4 @@
-$NetBSD: TODO.ptrace,v 1.7 2016/12/26 03:24:11 kamil Exp $
+$NetBSD: TODO.ptrace,v 1.8 2016/12/26 08:43:55 kamil Exp $
 
 Items we (currently) plan to finish in the ptrace(2) field:
 
@@ -22,7 +22,8 @@ Items we (currently) plan to finish in t
  - refactor pthread_dbg(3) to only query private pthread_t data, otherwise it
    duplicates ptrace(2) interface and cannot cover all types of threads
  - add ATF tests for SIGCHLD
- - add ATF tsts for PT_SYSCALL and PT_SYSCALLEMU
+ - add ATF tests for PT_SYSCALL and PT_SYSCALLEMU
+ - add support to read and write siginfo_t from and to tracee (reuse PT_IO?)
 
 and of course: fix as many bugs as possible.
 

Reply via email to