From c49d7f876315704ac2d0905be824bfebb3456f1c Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Tue, 19 Dec 2017 14:53:44 +0000 Subject: [PATCH] Restore SIGQUIT handler so I can enter breakpoints again. --- src/microcode/uxsig.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/microcode/uxsig.c b/src/microcode/uxsig.c index da8615603..5fea9b2d6 100644 --- a/src/microcode/uxsig.c +++ b/src/microcode/uxsig.c @@ -682,7 +682,6 @@ UX_initialize_signals (void) bind_handler (SIGALRM, sighnd_timer); bind_handler (SIGVTALRM, sighnd_timer); bind_handler (SIGTERM, sighnd_control_g); - bind_handler (SIGQUIT, sighnd_control_g); bind_handler (SIGHUP, sighnd_control_g); bind_handler (SIGUSR1, sighnd_save_then_terminate); #ifdef HAVE_NICE -- 2.25.1