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 with new entries
details: https://anonhg.NetBSD.org/src/rev/d68958c05bbe
branches: trunk
changeset: 351400:d68958c05bbe
user: kamil <kamil%NetBSD.org@localhost>
date: Sun Feb 12 05:21:34 2017 +0000
description:
Update TODO.ptrace with new entries
Added entries:
- add support to read debugger events via a file descriptor in procfs
(kevent(2)), it's still useful in cases when a parent traces tracee and has
to call waitpid(2) for its child - as this clashes with GUI toolkits
- fix more calls for netbsd32 compat
Sponsored by <The NetBSD Foundation>
diffstat:
doc/TODO.ptrace | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (27 lines):
diff -r bb5430ceac7f -r d68958c05bbe doc/TODO.ptrace
--- a/doc/TODO.ptrace Sat Feb 11 23:41:36 2017 +0000
+++ b/doc/TODO.ptrace Sun Feb 12 05:21:34 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO.ptrace,v 1.17 2017/02/11 19:10:04 kamil Exp $
+$NetBSD: TODO.ptrace,v 1.18 2017/02/12 05:21:34 kamil Exp $
Items we (currently) plan to finish in the ptrace(2) field:
@@ -12,6 +12,9 @@
- switch PT_WATCHPOINT* to PT_*ETDBREGS and document it, add ATF tests
- add tests for the procfs interface covering all functions available on the
same level as ptrace(2)
+ - add support to read debugger events via a file descriptor in procfs
+ (kevent(2)), it's still useful in cases when a parent traces tracee and has
+ to call waitpid(2) for its child - as this clashes with GUI toolkits
- add support for PT_STEP, PT_GETREGS, PT_SETREGS, PT_GETFPREGS, PT_SETFPREGS
in all ports
- add proper implementation of PTRACE_VFORK for vfork(2)-like events
@@ -20,6 +23,7 @@
- add ATF tests for PT_SYSCALL and PT_SYSCALLEMU
- add PT_SET_SIGMASK and PT_GET_SIGMASK - used by checkpointing software
- research support PT_SYSCALL & PT_STEP combined like in Linux
+ - fix more calls for netbsd32 compat
and of course: fix as many bugs as possible.
Home |
Main Index |
Thread Index |
Old Index