]> code.delx.au - gnu-emacs/commitdiff
Pass on SIGUSR1 and SIGUSR2 to Emacs.
authorKim F. Storm <storm@cua.dk>
Tue, 19 Dec 2006 15:37:45 +0000 (15:37 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 19 Dec 2006 15:37:45 +0000 (15:37 +0000)
src/.gdbinit

index a99b17e16fbd3799a935dc483432bd613dd39e4f..6ba71e2f6e255d38c279fb492e43cba87cb03142 100644 (file)
@@ -34,6 +34,10 @@ handle 2 noprint pass
 # 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