Source-Changes-HG archive

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

[src/trunk]: src/doc Update with reality



details:   https://anonhg.NetBSD.org/src/rev/e2b7959349cb
branches:  trunk
changeset: 850333:e2b7959349cb
user:      kamil <kamil%NetBSD.org@localhost>
date:      Thu Apr 02 11:19:09 2020 +0000

description:
Update with reality

Drop finished or not important tasks.

diffstat:

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

diffs (24 lines):

diff -r e3b32c31bc08 -r e2b7959349cb doc/TODO.ptrace
--- a/doc/TODO.ptrace   Thu Apr 02 11:18:23 2020 +0000
+++ b/doc/TODO.ptrace   Thu Apr 02 11:19:09 2020 +0000
@@ -1,19 +1,10 @@
-$NetBSD: TODO.ptrace,v 1.31 2019/06/14 16:11:11 kamil Exp $
+$NetBSD: TODO.ptrace,v 1.32 2020/04/02 11:19:09 kamil Exp $
 
 Items we (currently) plan to finish in the ptrace(2) field:
 
  - verify ppid of core dump generated with PT_DUMPCORE
    it must point to the real parent, not tracer
- - adapt OpenBSD regress test (regress/sys/ptrace/ptrace.c) for the ATF context
- - reiterate over FreeBSD tests and add missing ones if applicable
  - add PT_DUMPCORE tests in the ATF framework
- - research kevent support for tracing a process over a file descriptor,
-   this means alternative to wait(2)-based events with passing events over the
-   kqueue API - signal handlers are global per application and they clash with
-   GUI toolkits (and perhaps other libraries) - this is long term wishlist in
-   GDB for Linux - the current approach is to fork and debug through GDB remote
-   protocol (this is how it is done in LLDB)
- - add ATF tests for SIGCHLD
  - research kgdb(4)
 
 and of course: fix as many bugs as possible.



Home | Main Index | Thread Index | Old Index