Module Name: src
Committed By: kamil
Date: Fri Mar 3 07:03:11 UTC 2017
Modified Files:
src/doc: TODO.ptrace
Log Message:
Add new entry in TODO.ptrace about QPassSignals
Added:
support QPassSignals (PT_SET_SIGPASS/PT_GET_SIGPASS) in the kernel, a way to
stop routing a set of signals to tracer as they are uninteresting - GDB and
LLDB expect this feature
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 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.25 src/doc/TODO.ptrace:1.26
--- src/doc/TODO.ptrace:1.25 Thu Mar 2 14:25:41 2017
+++ src/doc/TODO.ptrace Fri Mar 3 07:03:11 2017
@@ -1,4 +1,4 @@
-$NetBSD: TODO.ptrace,v 1.25 2017/03/02 14:25:41 kamil Exp $
+$NetBSD: TODO.ptrace,v 1.26 2017/03/03 07:03:11 kamil Exp $
Items we (currently) plan to finish in the ptrace(2) field:
@@ -31,6 +31,9 @@ Items we (currently) plan to finish in t
- 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
+ - support QPassSignals (PT_SET_SIGPASS/PT_GET_SIGPASS) in the kernel, a way to
+ stop routing a set of signals to tracer as they are uninteresting - GDB and
+ LLDB expect this feature
and of course: fix as many bugs as possible.