Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/doc Add new entries to TODO.ptrace



details:   https://anonhg.NetBSD.org/src/rev/e2df3d4a8c1c
branches:  trunk
changeset: 349580:e2df3d4a8c1c
user:      kamil <kamil%NetBSD.org@localhost>
date:      Thu Dec 15 07:47:08 2016 +0000

description:
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>

diffstat:

 doc/TODO.ptrace |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r c531acf546cb -r e2df3d4a8c1c doc/TODO.ptrace
--- a/doc/TODO.ptrace   Thu Dec 15 07:08:27 2016 +0000
+++ b/doc/TODO.ptrace   Thu Dec 15 07:47:08 2016 +0000
@@ -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 @@
    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.
 



Home | Main Index | Thread Index | Old Index