comparison src/.gdbinit @ 67027:e40cac65496b

Revert unwanted changes.
author Andreas Schwab <schwab@suse.de>
date Sat, 19 Nov 2005 22:31:15 +0000
parents 2385088bbb84
children e1b75b063ab8 69e184bbba16
comparison
equal deleted inserted replaced
67026:90da52ba2a97 67027:e40cac65496b
27 27
28 # Don't enter GDB when user types C-g to quit. 28 # Don't enter GDB when user types C-g to quit.
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
36 36
37 # Don't pass SIGALRM to Emacs. This makes problems when 37 # Don't pass SIGALRM to Emacs. This makes problems when
760 set print pretty on 760 set print pretty on
761 set print sevenbit-strings 761 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.
769 break abort 769 break abort
770 770