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



details:   https://anonhg.NetBSD.org/src/rev/b9d6e6bc5a5d
branches:  trunk
changeset: 821811:b9d6e6bc5a5d
user:      kamil <kamil%NetBSD.org@localhost>
date:      Fri Feb 17 21:22:02 2017 +0000

description:
Add new entry in TODO.ptrace

Research kgdb. It should be supported by GDB and LLDB.

Sponsored by <The NetBSD Foundation>

diffstat:

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

diffs (17 lines):

diff -r aa3e45edcb7b -r b9d6e6bc5a5d doc/TODO.ptrace
--- a/doc/TODO.ptrace   Fri Feb 17 20:53:17 2017 +0000
+++ b/doc/TODO.ptrace   Fri Feb 17 21:22:02 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO.ptrace,v 1.21 2017/02/14 18:38:07 kamil Exp $
+$NetBSD: TODO.ptrace,v 1.22 2017/02/17 21:22:02 kamil Exp $
 
 Items we (currently) plan to finish in the ptrace(2) field:
 
@@ -30,6 +30,7 @@
  - research support PT_SYSCALL & PT_STEP combined like in Linux
  - fix more calls for netbsd32 compat
  - research ipkdb(4)
+ - research kgdb(4)
 
 and of course: fix as many bugs as possible.
 



Home | Main Index | Thread Index | Old Index