Source-Changes-HG archive

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

[src/trunk]: src/doc Update TODO.ptrace



details:   https://anonhg.NetBSD.org/src/rev/c2637f1c95cb
branches:  trunk
changeset: 452008:c2637f1c95cb
user:      kamil <kamil%NetBSD.org@localhost>
date:      Fri Jun 14 16:11:11 2019 +0000

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

diffstat:

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

diffs (22 lines):

diff -r f05422c04977 -r c2637f1c95cb doc/TODO.ptrace
--- a/doc/TODO.ptrace   Fri Jun 14 14:39:49 2019 +0000
+++ b/doc/TODO.ptrace   Fri Jun 14 16:11:11 2019 +0000
@@ -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 @@
    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.
 



Home | Main Index | Thread Index | Old Index