emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/.gdbinit,v


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/.gdbinit,v
Date: Tue, 19 Dec 2006 15:37:45 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  06/12/19 15:37:45

Index: .gdbinit
===================================================================
RCS file: /cvsroot/emacs/emacs/src/.gdbinit,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -b -r1.88 -r1.89
--- .gdbinit    14 Aug 2006 09:58:12 -0000      1.88
+++ .gdbinit    19 Dec 2006 15:37:45 -0000      1.89
@@ -34,6 +34,10 @@
 # Make it work like SIGINT normally does.
 handle SIGTSTP nopass
 
+# Pass on user signals
+handle SIGUSR1 noprint pass
+handle SIGUSR2 noprint pass
+
 # Don't pass SIGALRM to Emacs.  This makes problems when
 # debugging.
 handle SIGALRM ignore




reply via email to

[Prev in Thread] Current Thread [Next in Thread]