Module Name: src Committed By: kamil Date: Sat Jan 14 01:36:28 UTC 2017
Modified Files: src/doc: TODO.ptrace Log Message: Update TODO.ptrace Removed: - evaluate equivalent for PTRACE_O_TRACECLONE from Linux clone(2)-like calls are traced with PTRACE_FORK, PTRACE_VFORK and PTRACE_VFORK_DONE. VFORK ones block parent till termination or execve(2) of its child. Added: - add proper implementation of PTRACE_VFORK for vfork(2)-like events Currently PTRACE_VFORK is a stub. Sponsored by <The NetBSD Foundation> To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 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.10 src/doc/TODO.ptrace:1.11 --- src/doc/TODO.ptrace:1.10 Sun Jan 8 04:27:36 2017 +++ src/doc/TODO.ptrace Sat Jan 14 01:36:28 2017 @@ -1,4 +1,4 @@ -$NetBSD: TODO.ptrace,v 1.10 2017/01/08 04:27:36 kamil Exp $ +$NetBSD: TODO.ptrace,v 1.11 2017/01/14 01:36:28 kamil Exp $ Items we (currently) plan to finish in the ptrace(2) field: @@ -16,7 +16,7 @@ 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 - - evaluate equivalent for PTRACE_O_TRACECLONE from Linux + - add proper implementation of PTRACE_VFORK for vfork(2)-like events - 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