CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2024/12/17 07:45:00
Modified files: sys/sys : proc.h sys/kern : kern_exit.c kern_sig.c Log message: Mark processes that are stopped because of a ptrace trap as PS_TRAPPED. Use this flag instead of ps_single in dowait6() to decide if a process was stopped because of a ptrace event. OK mpi@