diff options
author | ps <ps@FreeBSD.org> | 2000-12-31 01:30:27 +0000 |
---|---|---|
committer | ps <ps@FreeBSD.org> | 2000-12-31 01:30:27 +0000 |
commit | 653b0a4d6a8b356299c40d77ede08b6896048507 (patch) | |
tree | 1439c002dcf046c8d0ef423c53257c68409c88b8 /sys/kern/sys_process.c | |
parent | 77a253b168a10f7aefda3110ee3863101b1064f6 (diff) | |
download | FreeBSD-src-653b0a4d6a8b356299c40d77ede08b6896048507.zip FreeBSD-src-653b0a4d6a8b356299c40d77ede08b6896048507.tar.gz |
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.
Diffstat (limited to 'sys/kern/sys_process.c')
-rw-r--r-- | sys/kern/sys_process.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/sys_process.c b/sys/kern/sys_process.c index e94378d..f6622b3 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) { |