Module Name:    src
Committed By:   kamil
Date:           Fri Jun 14 16:11:12 UTC 2019

Modified Files:
        src/doc: TODO.ptrace

Log Message:
Update TODO.ptrace

Drop compat32 entries as they were mostly addressed.
Drop MD specific calls, it's up to port's CPU to contain various features
like PT_STEP.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 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.30 src/doc/TODO.ptrace:1.31
--- src/doc/TODO.ptrace:1.30	Sun Aug  5 13:07:33 2018
+++ src/doc/TODO.ptrace	Fri Jun 14 16:11:11 2019
@@ -1,4 +1,4 @@
-$NetBSD: TODO.ptrace,v 1.30 2018/08/05 13:07:33 kamil Exp $
+$NetBSD: TODO.ptrace,v 1.31 2019/06/14 16:11:11 kamil Exp $
 
 Items we (currently) plan to finish in the ptrace(2) field:
 
@@ -13,12 +13,8 @@ Items we (currently) plan to finish in t
    GUI toolkits (and perhaps other libraries) - this is long term wishlist in
    GDB for Linux - the current approach is to fork and debug through GDB remote
    protocol (this is how it is done in LLDB)
- - add support for PT_STEP, PT_GETREGS, PT_SETREGS, PT_GETFPREGS, PT_SETFPREGS
-   in all ports
  - add ATF tests for SIGCHLD
- - fix more calls for netbsd32 compat
  - research kgdb(4)
- - check 64-bit debugger on 64-bit kernel tracing capabilities of 32-bit tracee
 
 and of course: fix as many bugs as possible.
 

Reply via email to