diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/.gdbinit | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/.gdbinit b/src/.gdbinit index 5ddd47deeea..fa50373920f 100644 --- a/src/.gdbinit +++ b/src/.gdbinit | |||
| @@ -29,7 +29,7 @@ dir ../lwlib | |||
| 29 | # This has one unfortunate effect: you can't type C-c | 29 | # This has one unfortunate effect: you can't type C-c |
| 30 | # at the GDB to stop Emacs, when using X. | 30 | # at the GDB to stop Emacs, when using X. |
| 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. | 34 | # Make it work like SIGINT normally does. |
| 35 | handle SIGTSTP nopass | 35 | handle SIGTSTP nopass |
| @@ -762,7 +762,7 @@ set print sevenbit-strings | |||
| 762 | 762 | ||
| 763 | show environment DISPLAY | 763 | show environment DISPLAY |
| 764 | show environment TERM | 764 | show environment TERM |
| 765 | #set args -geometry 80x40+0+0 | 765 | set args -geometry 80x40+0+0 |
| 766 | 766 | ||
| 767 | # Don't let abort actually run, as it will make | 767 | # Don't let abort actually run, as it will make |
| 768 | # stdio stop working and therefore the `pr' command above as well. | 768 | # stdio stop working and therefore the `pr' command above as well. |