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 PT_STEP with a signal
details: https://anonhg.NetBSD.org/src/rev/f6ad3a3c3e14
branches: trunk
changeset: 351874:f6ad3a3c3e14
user: kamil <kamil%NetBSD.org@localhost>
date: Thu Mar 02 14:25:41 2017 +0000
description:
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
diffstat:
doc/TODO.ptrace | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 34c06ecfac78 -r f6ad3a3c3e14 doc/TODO.ptrace
--- a/doc/TODO.ptrace Thu Mar 02 10:41:27 2017 +0000
+++ b/doc/TODO.ptrace Thu Mar 02 14:25:41 2017 +0000
@@ -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 @@
- 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.
Home |
Main Index |
Thread Index |
Old Index