Drop TODO.ptrace

The remaining issues are mostly tracked in the ATF ptrace tests and GDB
or LLDB test-suite.
This commit is contained in:
kamil 2020-10-01 18:21:11 +00:00
parent 2164a614c5
commit 07aee10b44

View File

@ -1,12 +0,0 @@
$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
- add PT_DUMPCORE tests in the ATF framework
- research kgdb(4)
and of course: fix as many bugs as possible.
Features in ELF, DWARF, CTF, DTrace are out of scope of the above list.