Make SIGTSTP work like SIGINT normally does.
authorNick Roberts <nickrob@snap.net.nz>
Wed, 16 Nov 2005 01:03:35 +0000 (01:03 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Wed, 16 Nov 2005 01:03:35 +0000 (01:03 +0000)
src/.gdbinit

index aa89531..d1365d9 100644 (file)
@@ -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