Module Name: src
Committed By: kamil
Date: Wed Dec 14 06:26:04 UTC 2016
Modified Files:
src/doc: TODO.ptrace
Log Message:
Update TODO.ptrace
Add new entries:
- add support for PT_STEP, PT_GETREGS, PT_SETREGS, PT_GETFPREGS,
PT_SETFPREGS in all ports
- integrate all ptrace(2) features in gdb
- add ptrace(2) NetBSD support in LLDB
Sponsored by <The NetBSD Foundation>
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 src/doc/TODO.ptrace:1.2
--- src/doc/TODO.ptrace:1.1 Tue Dec 13 09:44:35 2016
+++ src/doc/TODO.ptrace Wed Dec 14 06:26:04 2016
@@ -1,4 +1,4 @@
-$NetBSD: TODO.ptrace,v 1.1 2016/12/13 09:44:35 kamil Exp $
+$NetBSD: TODO.ptrace,v 1.2 2016/12/14 06:26:04 kamil Exp $
Items we (currently) plan to finish in the ptrace(2) field:
@@ -10,10 +10,14 @@ Items we (currently) plan to finish in t
- 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
+ - document 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)
+ - add support for PT_STEP, PT_GETREGS, PT_SETREGS, PT_GETFPREGS, PT_SETFPREGS
+ in all ports
+ - integrate all ptrace(2) features in gdb
+ - add ptrace(2) NetBSD support in LLDB
and of course: fix as many bugs as possible.