Source-Changes-HG archive

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

[src/trunk]: src/doc Add new entry in TODO.ptrace



details:   https://anonhg.NetBSD.org/src/rev/7574e0df35d9
branches:  trunk
changeset: 819983:7574e0df35d9
user:      kamil <kamil%NetBSD.org@localhost>
date:      Mon Dec 26 03:24:11 2016 +0000

description:
Add new entry in TODO.ptrace

 + add ATF tests for PT_SYSCALL and PT_SYSCALLEMU

Sponsored by <The NetBSD Foundation>

diffstat:

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

diffs (22 lines):

diff -r 3b3330974ed9 -r 7574e0df35d9 doc/TODO.ptrace
--- a/doc/TODO.ptrace   Mon Dec 26 02:27:57 2016 +0000
+++ b/doc/TODO.ptrace   Mon Dec 26 03:24:11 2016 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO.ptrace,v 1.6 2016/12/24 05:43:31 kamil Exp $
+$NetBSD: TODO.ptrace,v 1.7 2016/12/26 03:24:11 kamil Exp $
 
 Items we (currently) plan to finish in the ptrace(2) field:
 
@@ -18,10 +18,11 @@
  - 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?
+ - exect(3) rethink or remove -- maybe PT_TRACE_ME + PTRACE_O_TRACEEXEC?
  - 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 tsts for PT_SYSCALL and PT_SYSCALLEMU
 
 and of course: fix as many bugs as possible.
 



Home | Main Index | Thread Index | Old Index