changeset 66903:4689a51b18f9

Make SIGTSTP work like SIGINT normally does.
author Nick Roberts <nickrob@snap.net.nz>
date Wed, 16 Nov 2005 01:03:35 +0000
parents 8d7f09693194
children b39a51cbc6b6
files src/.gdbinit
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/.gdbinit	Wed Nov 16 01:01:24 2005 +0000
+++ b/src/.gdbinit	Wed Nov 16 01:03:35 2005 +0000
@@ -31,6 +31,9 @@
 # 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