aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/.gdbinit3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/.gdbinit b/src/.gdbinit
index aa89531882b..d1365d9aefd 100644
--- a/src/.gdbinit
+++ b/src/.gdbinit
@@ -31,6 +31,9 @@ dir ../lwlib
31# However, C-z works just as well in that case. 31# However, C-z works just as well in that case.
32handle 2 noprint pass 32handle 2 noprint pass
33 33
34# Make it work like SIGINT normally does.
35handle SIGTSTP nopass
36
34# Don't pass SIGALRM to Emacs. This makes problems when 37# Don't pass SIGALRM to Emacs. This makes problems when
35# debugging. 38# debugging.
36handle SIGALRM ignore 39handle SIGALRM ignore