diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/.gdbinit | 4 |
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. |
| 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 |