Module Name: src
Committed By: kamil
Date: Mon Feb 20 03:37:24 UTC 2017
Modified Files:
src/doc: TODO.ptrace
Log Message:
Add new entry to TODO.ptrace
check 64-bit debugger on 64-bit kernel tracing capabilities of 32-bit tracee
Sponsored by <The NetBSD Foundation>
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 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.22 src/doc/TODO.ptrace:1.23
--- src/doc/TODO.ptrace:1.22 Fri Feb 17 21:22:02 2017
+++ src/doc/TODO.ptrace Mon Feb 20 03:37:24 2017
@@ -1,4 +1,4 @@
-$NetBSD: TODO.ptrace,v 1.22 2017/02/17 21:22:02 kamil Exp $
+$NetBSD: TODO.ptrace,v 1.23 2017/02/20 03:37:24 kamil Exp $
Items we (currently) plan to finish in the ptrace(2) field:
@@ -31,6 +31,7 @@ Items we (currently) plan to finish in t
- fix more calls for netbsd32 compat
- research ipkdb(4)
- 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.