diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/.gdbinit | 3 |
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. |
| 32 | handle 2 noprint pass | 32 | handle 2 noprint pass |
| 33 | 33 | ||
| 34 | # Make it work like SIGINT normally does. | ||
| 35 | handle 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. |
| 36 | handle SIGALRM ignore | 39 | handle SIGALRM ignore |