Module Name: src Committed By: kamil Date: Fri Feb 17 21:22:03 UTC 2017
Modified Files: src/doc: TODO.ptrace Log Message: Add new entry in TODO.ptrace Research kgdb. It should be supported by GDB and LLDB. Sponsored by <The NetBSD Foundation> To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/doc/TODO.ptrace Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/TODO.ptrace diff -u src/doc/TODO.ptrace:1.21 src/doc/TODO.ptrace:1.22 --- src/doc/TODO.ptrace:1.21 Tue Feb 14 18:38:07 2017 +++ src/doc/TODO.ptrace Fri Feb 17 21:22:02 2017 @@ -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 t - 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.