Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/doc Add initial TODO list for the ptrace(2) (and procfs) int...
details: https://anonhg.NetBSD.org/src/rev/d0970e4c73fd
branches: trunk
changeset: 349514:d0970e4c73fd
user: kamil <kamil%NetBSD.org@localhost>
date: Tue Dec 13 09:44:35 2016 +0000
description:
Add initial TODO list for the ptrace(2) (and procfs) interface.
Sponsored by <The NetBSD Foundation>
diffstat:
doc/TODO.ptrace | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diffs (24 lines):
diff -r be266fa0d79c -r d0970e4c73fd doc/TODO.ptrace
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/TODO.ptrace Tue Dec 13 09:44:35 2016 +0000
@@ -0,0 +1,20 @@
+$NetBSD: TODO.ptrace,v 1.1 2016/12/13 09:44:35 kamil Exp $
+
+Items we (currently) plan to finish in the ptrace(2) field:
+
+ - merge hardware watchpoint (breakpoint) support with HEAD
+ - verify ppid of core dump generated with PT_DUMPCORE
+ it must point to the real parent, not tracer
+ - adapt OpenBSD regress test (regress/sys/ptrace/ptrace.c) for the ATF context
+ - 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
+ - document more all MD specific ptrace(2) interfaces
+ (PT_GETXMMREGS, PT_SETXMMREGS, ...)
+ - add tests for the procfs interface covering all functions available on the
+ same level as ptrace(2)
+
+and of course: fix as many bugs as possible.
+
+Features in ELF, DWARF, CTF, DTrace are out of scope of the above list.
Home |
Main Index |
Thread Index |
Old Index