Module Name: src Committed By: kamil Date: Sat Jan 14 19:32:10 UTC 2017
Modified Files: src/sys/kern: kern_lwp.c Log Message: Fix generation of PTRACE_LWP_EXIT event Set p_lwp_exited instead of p_lwp_created for PTRACE_LWP_EXIT. This made the lwp_exit1 ATF test passing. Sponsored by <The NetBSD Foundation> To generate a diff of this commit: cvs rdiff -u -r1.186 -r1.187 src/sys/kern/kern_lwp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.