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/2cd68d9d793f
branches: trunk
changeset: 349999:2cd68d9d793f
user: kamil <kamil%NetBSD.org@localhost>
date: Sat Dec 31 20:57:15 2016 +0000
description:
Update TODO.ptrace
Mark exect(3) for removal, there is no use-case for it. exec() is already
monitored and emits SIGTRAP when traced.
Accessor for siginfo_t is not case for PT_IO -- it's not reading/writing
process space of other process, but shared kernel space.
diffstat:
doc/TODO.ptrace | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r 7f49c0b9f3ae -r 2cd68d9d793f doc/TODO.ptrace
--- a/doc/TODO.ptrace Sat Dec 31 20:01:15 2016 +0000
+++ b/doc/TODO.ptrace Sat Dec 31 20:57:15 2016 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO.ptrace,v 1.8 2016/12/26 08:43:55 kamil Exp $
+$NetBSD: TODO.ptrace,v 1.9 2016/12/31 20:57:15 kamil Exp $
Items we (currently) plan to finish in the ptrace(2) field:
@@ -18,12 +18,12 @@
- add ptrace(2) NetBSD support in LLDB
- add support for detecting equivalent events to PTRACE_O_TRACEEXEC,
PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXIT from Linux
- - exect(3) rethink or remove -- maybe PT_TRACE_ME + PTRACE_O_TRACEEXEC?
+ - 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
- add ATF tests for SIGCHLD
- add ATF tests for PT_SYSCALL and PT_SYSCALLEMU
- - add support to read and write siginfo_t from and to tracee (reuse PT_IO?)
+ - add support to read and write siginfo_t from and to tracee
and of course: fix as many bugs as possible.
Home |
Main Index |
Thread Index |
Old Index