CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2024/11/06 10:14:01
Modified files: sys/kern : kern_sig.c Log message: Factor out the ptrace trap into proc_trap() and simplify the signal delivery in cursig() a lot since most of that is no longer needed. On top of this properly handle sending a blocked signal from gdb to the debugged process by putting the signal into to proc p_siglist. OK kettenis@