From 19b9d1de60043bd63a3f5ca0e06dab6ab10f01df Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Wed, 16 Nov 2005 01:03:35 +0000 Subject: [PATCH] Make SIGTSTP work like SIGINT normally does. --- src/.gdbinit | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/.gdbinit b/src/.gdbinit index aa89531882b..d1365d9aefd 100644 --- a/src/.gdbinit +++ b/src/.gdbinit @@ -31,6 +31,9 @@ dir ../lwlib # However, C-z works just as well in that case. handle 2 noprint pass +# Make it work like SIGINT normally does. +handle SIGTSTP nopass + # Don't pass SIGALRM to Emacs. This makes problems when # debugging. handle SIGALRM ignore -- 2.39.2