Module Name: src
Committed By: kamil
Date: Thu Jan 26 01:04:24 UTC 2017
Modified Files:
src/doc: TODO.ptrace
Log Message:
Update TODO.ptrace
Drop:
- add ATF tests for PIOD_READ_AUXV
Add new entry:
- research what happens when a tracee masks signals (including SIGTRAP)
and a breakpoint is triggered
Sponsored by <The NetBSD Foundation>
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 src/doc/TODO.ptrace:1.12
--- src/doc/TODO.ptrace:1.11 Sat Jan 14 01:36:28 2017
+++ src/doc/TODO.ptrace Thu Jan 26 01:04:23 2017
@@ -1,4 +1,4 @@
-$NetBSD: TODO.ptrace,v 1.11 2017/01/14 01:36:28 kamil Exp $
+$NetBSD: TODO.ptrace,v 1.12 2017/01/26 01:04:23 kamil Exp $
Items we (currently) plan to finish in the ptrace(2) field:
@@ -8,7 +8,6 @@ Items we (currently) plan to finish in t
- 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
- - add ATF tests for PIOD_READ_AUXV
- 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)
@@ -20,6 +19,8 @@ Items we (currently) plan to finish in t
- remove exect(3) - there is no usecase for it
- refactor pthread_dbg(3) to only query private pthread_t data, otherwise it
duplicates ptrace(2) interface and cannot cover all types of threads
+ - research what happens when a tracee masks signals (including SIGTRAP) and a
+ breakpoint is triggered
- add ATF tests for SIGCHLD
- add ATF tests for PT_SYSCALL and PT_SYSCALLEMU