CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/02/02 08:20:51
Modified files:
sys/ddb : db_command.c db_interface.h
sys/kern : kern_proc.c
Log message:
Implement a ddb stop command that sends a SIGSTOP to the specified pid.
SIGSTOP can never be caught or ignored so there is no need for any
tricks to make sure the signal makes it. So this may work better in
cases where exiting a process may be too harsh.
OK kettenis@
