Add new entry in TODO.ptrace

Research kgdb. It should be supported by GDB and LLDB.

Sponsored by <The NetBSD Foundation>
This commit is contained in:
kamil 2017-02-17 21:22:02 +00:00
parent a3a1c0fb0f
commit 77487779db

View File

@ -1,4 +1,4 @@
$NetBSD: TODO.ptrace,v 1.21 2017/02/14 18:38:07 kamil Exp $
$NetBSD: TODO.ptrace,v 1.22 2017/02/17 21:22:02 kamil Exp $
Items we (currently) plan to finish in the ptrace(2) field:
@ -30,6 +30,7 @@ Items we (currently) plan to finish in the ptrace(2) field:
- research support PT_SYSCALL & PT_STEP combined like in Linux
- fix more calls for netbsd32 compat
- research ipkdb(4)
- research kgdb(4)
and of course: fix as many bugs as possible.