Module Name: src Committed By: kamil Date: Thu Dec 15 07:47:08 UTC 2016
Modified Files: src/doc: TODO.ptrace Log Message: Add new entries to TODO.ptrace - add support for detecting equivalent events to PTRACE_O_TRACEEXEC, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXIT from Linux - exect(3) rething or remove -- maybe PT_TRACE_ME + PTRACE_O_TRACEEXEC? Sponsored by <The NetBSD Foundation> To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 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.2 src/doc/TODO.ptrace:1.3 --- src/doc/TODO.ptrace:1.2 Wed Dec 14 06:26:04 2016 +++ src/doc/TODO.ptrace Thu Dec 15 07:47:08 2016 @@ -1,4 +1,4 @@ -$NetBSD: TODO.ptrace,v 1.2 2016/12/14 06:26:04 kamil Exp $ +$NetBSD: TODO.ptrace,v 1.3 2016/12/15 07:47:08 kamil Exp $ Items we (currently) plan to finish in the ptrace(2) field: @@ -18,6 +18,10 @@ Items we (currently) plan to finish in t in all ports - integrate all ptrace(2) features in gdb - 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) rething or remove -- maybe PT_TRACE_ME + PTRACE_O_TRACEEXEC? + and of course: fix as many bugs as possible.