1
0
mirror of https://github.com/openbsd/src.git synced 2026-06-19 15:53:31 +02:00
Files
src/sys/ddb
claudio b2bf21a584 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@
2026-02-02 15:20:51 +00:00
..