/[emacs]/emacs/src/.gdbinit
ViewVC logotype

Diff of /emacs/src/.gdbinit

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.71 by schwab, Sat Nov 19 17:13:07 2005 UTC revision 1.72 by schwab, Sat Nov 19 22:31:15 2005 UTC
# Line 29  dir ../lwlib Line 29  dir ../lwlib
29  # This has one unfortunate effect: you can't type C-c  # This has one unfortunate effect: you can't type C-c
30  # at the GDB to stop Emacs, when using X.  # at the GDB to stop Emacs, when using X.
31  # However, C-z works just as well in that case.  # However, C-z works just as well in that case.
32  #handle 2 noprint pass  handle 2 noprint pass
33    
34  # Make it work like SIGINT normally does.  # Make it work like SIGINT normally does.
35  handle SIGTSTP nopass  handle SIGTSTP nopass
# Line 762  set print sevenbit-strings Line 762  set print sevenbit-strings
762    
763  show environment DISPLAY  show environment DISPLAY
764  show environment TERM  show environment TERM
765  #set args -geometry 80x40+0+0  set args -geometry 80x40+0+0
766    
767  # Don't let abort actually run, as it will make  # Don't let abort actually run, as it will make
768  # stdio stop working and therefore the `pr' command above as well.  # stdio stop working and therefore the `pr' command above as well.

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26