From: Jan-Benedict G. <jb...@he...> - 2006-04-05 05:18:32
|
arch/vax/kernel/ptrace.c | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+) New commits: commit 9c1a21663c41c85f0d72bbbef20c6626978e4b70 Author: Jan-Benedict Glaw <jb...@d2...> Date: Wed Apr 5 07:18:15 2006 +0200 [VAX] Implement the PTRACE_GETEVENTMSG case for sys_ptrace(). This is suggested by Dave S. Miller in http://marc.theaimsgroup.com/?l=linux-arch&m=114420711312161&w=4 , but it won't make our ptrace more useful, since it needs a real rework (and AKAIK there's no working GDB right now.) Signed-off-by: Jan-Benedict Glaw <jb...@lu...> |