Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/doc Update TODO.ptrace
details: https://anonhg.NetBSD.org/src/rev/40cd2f3c0cec
branches: trunk
changeset: 349547:40cd2f3c0cec
user: kamil <kamil%NetBSD.org@localhost>
date: Wed Dec 14 06:26:04 2016 +0000
description:
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>
diffstat:
doc/TODO.ptrace | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r 8a3f9ffba0f2 -r 40cd2f3c0cec doc/TODO.ptrace
--- a/doc/TODO.ptrace Wed Dec 14 06:19:59 2016 +0000
+++ b/doc/TODO.ptrace Wed Dec 14 06:26:04 2016 +0000
@@ -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 @@
- 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.
Home |
Main Index |
Thread Index |
Old Index