emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/.gdbinit


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/src/.gdbinit
Date: Tue, 15 Nov 2005 20:03:35 -0500

Index: emacs/src/.gdbinit
diff -c emacs/src/.gdbinit:1.69 emacs/src/.gdbinit:1.70
*** emacs/src/.gdbinit:1.69     Fri Nov 11 15:45:44 2005
--- emacs/src/.gdbinit  Wed Nov 16 01:03:35 2005
***************
*** 31,36 ****
--- 31,39 ----
  # However, C-z works just as well in that case.
  handle 2 noprint pass
  
+ # Make it work like SIGINT normally does.
+ handle SIGTSTP nopass
+ 
  # Don't pass SIGALRM to Emacs.  This makes problems when
  # debugging.
  handle SIGALRM ignore




reply via email to

[Prev in Thread] Current Thread [Next in Thread]