From db09aced654b47d5e9bc65163b80d3cf1bd9b2c3 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Thu, 31 Jan 1991 02:08:21 +0000 Subject: [PATCH] Added a call to mach:unix-sigsetmask at the start of invoke-debugger. --- code/debug.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/debug.lisp b/code/debug.lisp index 79fd08daa..0ef7f033c 100644 --- a/code/debug.lisp +++ b/code/debug.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman (FAHLMAN@CMUC). ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/debug.lisp,v 1.13 1990/12/15 14:07:00 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/debug.lisp,v 1.14 1991/01/31 02:08:21 wlott Exp $ ;;; ;;; CMU Common Lisp Debugger. This is a very basic command-line oriented ;;; debugger. @@ -247,6 +247,7 @@ (t (when number (format t "~&~S: " (di:frame-number frame))) + (mach:unix-sigsetmask 0) (when (>= verbosity 2) (let ((loc (di:frame-code-location frame))) (*debug-abort* (find-restart 'abort)) -- GitLab