Module Name: src Committed By: kamil Date: Tue May 26 23:08:56 UTC 2020
Modified Files: src/sys/kern: sys_ptrace_common.c Log Message: Avoid taking lwp_lock when calling process_sstep() for sibling LWPs This makes the code consistend between single-threaded and multi-threaded code. To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 src/sys/kern/sys_ptrace_common.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.