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>
This commit is contained in:
kamil 2016-12-15 07:47:08 +00:00
parent d2d369e90b
commit 1eb14748db

View File

@ -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 the ptrace(2) field:
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.