Module Name: src
Committed By: kamil
Date: Thu Mar 2 14:25:41 UTC 2017
Modified Files:
src/doc: TODO.ptrace
Log Message:
Add new entry in TODO.ptrace about PT_STEP with a signal
Added:
GDB Remote Protocol expects a case with a step with a signal to be sent,
this is currently unsupported on NetBSD
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 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.24 src/doc/TODO.ptrace:1.25
--- src/doc/TODO.ptrace:1.24 Tue Feb 28 13:10:54 2017
+++ src/doc/TODO.ptrace Thu Mar 2 14:25:41 2017
@@ -1,4 +1,4 @@
-$NetBSD: TODO.ptrace,v 1.24 2017/02/28 13:10:54 kamil Exp $
+$NetBSD: TODO.ptrace,v 1.25 2017/03/02 14:25:41 kamil Exp $
Items we (currently) plan to finish in the ptrace(2) field:
@@ -29,6 +29,8 @@ Items we (currently) plan to finish in t
- research ipkdb(4)
- research kgdb(4)
- check 64-bit debugger on 64-bit kernel tracing capabilities of 32-bit tracee
+ - GDB Remote Protocol expects a case with a step with a signal to be sent,
+ this is currently unsupported on NetBSD
and of course: fix as many bugs as possible.