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/c39214dae8e3
branches: trunk
changeset: 819990:c39214dae8e3
user: kamil <kamil%NetBSD.org@localhost>
date: Mon Dec 26 08:43:55 2016 +0000
description:
Add new entry in TODO.ptrace
+ add support to read and write siginfo_t from and to tracee (reuse PT_IO?)
Sponsored by <The NetBSD Foundation>
diffstat:
doc/TODO.ptrace | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 095b5e036565 -r c39214dae8e3 doc/TODO.ptrace
--- a/doc/TODO.ptrace Mon Dec 26 08:21:09 2016 +0000
+++ b/doc/TODO.ptrace Mon Dec 26 08:43:55 2016 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO.ptrace,v 1.7 2016/12/26 03:24:11 kamil Exp $
+$NetBSD: TODO.ptrace,v 1.8 2016/12/26 08:43:55 kamil Exp $
Items we (currently) plan to finish in the ptrace(2) field:
@@ -22,7 +22,8 @@
- 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
+ - add ATF tests for PT_SYSCALL and PT_SYSCALLEMU
+ - add support to read and write siginfo_t from and to tracee (reuse PT_IO?)
and of course: fix as many bugs as possible.
Home |
Main Index |
Thread Index |
Old Index