Mercurial > emacs
comparison src/.gdbinit @ 74750:8079b89022bf
Pass on SIGUSR1 and SIGUSR2 to Emacs.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 19 Dec 2006 15:37:45 +0000 |
parents | 00776be18466 |
children | f4d4f6f361cc 17e0dd217877 bc10a33dd40b |
comparison
equal
deleted
inserted
replaced
74749:526fb5e934a5 | 74750:8079b89022bf |
---|---|
32 handle 2 noprint pass | 32 handle 2 noprint pass |
33 | 33 |
34 # Make it work like SIGINT normally does. | 34 # Make it work like SIGINT normally does. |
35 handle SIGTSTP nopass | 35 handle SIGTSTP nopass |
36 | 36 |
37 # Pass on user signals | |
38 handle SIGUSR1 noprint pass | |
39 handle 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. |
39 handle SIGALRM ignore | 43 handle SIGALRM ignore |
40 | 44 |
41 # $valmask and $tagmask are mask values set up by the xreload macro below. | 45 # $valmask and $tagmask are mask values set up by the xreload macro below. |