From e9df486f0a28b6379632a3104211e98bd953db8a Mon Sep 17 00:00:00 2001 From: Paul Saab Date: Sun, 31 Dec 2000 01:30:27 +0000 Subject: [PATCH] Backout rev 1.57 & 1.58. While the previous revisions fixed attaching to running processes, it completely breaks normal debugging. A better fix is in the works, but cannot be properly tested until the problem with gdb hanging the system in -current is solved. --- sys/kern/sys_process.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/kern/sys_process.c b/sys/kern/sys_process.c index e94378d6d829..f6622b355ad5 100644 --- a/sys/kern/sys_process.c +++ b/sys/kern/sys_process.c @@ -382,7 +382,6 @@ ptrace(curp, uap) p->p_xstat = uap->data; setrunnable(p); mtx_exit(&sched_lock, MTX_SPIN); - psignal(p, SIGCONT); } else { mtx_exit(&sched_lock, MTX_SPIN); if (uap->data) {