Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/doc Add new entry in TODO.ptrace about QPassSignals



details:   https://anonhg.NetBSD.org/src/rev/8b4109c5a1c1
branches:  trunk
changeset: 351880:8b4109c5a1c1
user:      kamil <kamil%NetBSD.org@localhost>
date:      Fri Mar 03 07:03:11 2017 +0000

description:
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

diffstat:

 doc/TODO.ptrace |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 1c6ba873e24c -r 8b4109c5a1c1 doc/TODO.ptrace
--- a/doc/TODO.ptrace   Fri Mar 03 06:27:20 2017 +0000
+++ b/doc/TODO.ptrace   Fri Mar 03 07:03:11 2017 +0000
@@ -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 @@
  - 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.
 



Home | Main Index | Thread Index | Old Index