tech-kern archive

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

sys_ptrace_lwpstatus.c (Was: CVS commit: src/sys)



On Thu, Dec 26, 2019 at 08:52:39 +0000, Kamil Rytarowski wrote:

> Module Name:	src
> Committed By:	kamil
> Date:		Thu Dec 26 08:52:39 UTC 2019
> 
> Modified Files:
> 	src/sys/kern: files.kern sys_ptrace_common.c
> 	src/sys/sys: ptrace.h
> Added Files:
> 	src/sys/kern: sys_ptrace_lwpstatus.c
> 
> Log Message:
> Put ptrace_read_lwpstatus() and process_read_lwpstatus() to a new file
> 
> Fixes "no PTRACE" kernel build, in particular zaurus kernel=INSTALL_C700.

This is counterintuitive when a sys_ptrace* file with ptrace_*
functions does not depend on options ptrace.  That seems to be a
strong indication the functions and the file are misnamed.

file    kern/sys_ptrace.c               ptrace
file    kern/sys_ptrace_common.c        ptrace
file    kern/sys_ptrace_lwpstatus.c     kern

-uwe


Home | Main Index | Thread Index | Old Index