aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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
34# Make it work like SIGINT normally does. 34# Make it work like SIGINT normally does.
35handle SIGTSTP nopass 35handle SIGTSTP nopass
36 36
37# Pass on user signals
38handle SIGUSR1 noprint pass
39handle SIGUSR2 noprint pass
40
37# Don't pass SIGALRM to Emacs. This makes problems when 41# Don't pass SIGALRM to Emacs. This makes problems when
38# debugging. 42# debugging.
39handle SIGALRM ignore 43handle SIGALRM ignore