summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2006-12-19 15:37:45 +0000
committerKim F. Storm <storm@cua.dk>2006-12-19 15:37:45 +0000
commit6a7d16fe7a567cb815c915c8e056bce4dab7ef9f (patch)
tree7260bb6e7625902b614cb69e08c17b5c3d27da62
parent324e68ba200be35ca364aef2ea8bf2e29a751e4b (diff)
downloademacs-6a7d16fe7a567cb815c915c8e056bce4dab7ef9f.tar.gz
Pass on SIGUSR1 and SIGUSR2 to Emacs.
-rw-r--r--src/.gdbinit4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/.gdbinit b/src/.gdbinit
index a99b17e16fb..6ba71e2f6e2 100644
--- a/src/.gdbinit
+++ b/src/.gdbinit
@@ -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