Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/doc/Attic/TODO.ptrace,v rcsdiff: /ftp/cvs/cvsroot/src/doc/Attic/TODO.ptrace,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.29.4.1 retrieving revision 1.29.4.2 diff -u -p -r1.29.4.1 -r1.29.4.2 --- src/doc/Attic/TODO.ptrace 2019/06/10 21:42:38 1.29.4.1 +++ src/doc/Attic/TODO.ptrace 2020/04/13 07:45:37 1.29.4.2 @@ -1,24 +1,11 @@ -$NetBSD: TODO.ptrace,v 1.29.4.1 2019/06/10 21:42:38 christos Exp $ +$NetBSD: TODO.ptrace,v 1.29.4.2 2020/04/13 07:45:37 martin 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 support for PT_STEP, PT_GETREGS, PT_SETREGS, PT_GETFPREGS, PT_SETFPREGS - in all ports - - add ATF tests for SIGCHLD - - fix more calls for netbsd32 compat - research kgdb(4) - - check 64-bit debugger on 64-bit kernel tracing capabilities of 32-bit tracee and of course: fix as many bugs as possible.