emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/gud.el


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/gud.el
Date: Tue, 25 Oct 2005 21:02:31 -0400

Index: emacs/lisp/progmodes/gud.el
diff -c emacs/lisp/progmodes/gud.el:1.62 emacs/lisp/progmodes/gud.el:1.63
*** emacs/lisp/progmodes/gud.el:1.62    Mon Oct 24 08:50:45 2005
--- emacs/lisp/progmodes/gud.el Wed Oct 26 01:02:31 2005
***************
*** 135,147 ****
                               (memq gud-minor-mode '(gdbmi gdba gdb dbx jdb))))
      ([until]  menu-item "Continue to selection" gud-until
                    :enable (and (not gud-running)
!                              (memq gud-minor-mode '(gdbmi gdba gdb perldb))))
      ([remove] menu-item "Remove Breakpoint" gud-remove
                    :enable (not gud-running)
                  :visible (not (and (memq gud-minor-mode '(gdbmi gdba))
                                     (> (car (window-fringes)) 0))))
      ([tbreak] menu-item "Temporary Breakpoint" gud-tbreak
!                 :enable (memq gud-minor-mode '(gdbmi gdba gdb sdb xdb 
bashdb)))
      ([break]  menu-item "Set Breakpoint" gud-break
                    :enable (not gud-running)
                  :visible (not (and (memq gud-minor-mode '(gdbmi gdba))
--- 135,150 ----
                               (memq gud-minor-mode '(gdbmi gdba gdb dbx jdb))))
      ([until]  menu-item "Continue to selection" gud-until
                    :enable (and (not gud-running)
!                              (memq gud-minor-mode '(gdbmi gdba gdb perldb)))
!                 :visible (not (and (memq gud-minor-mode '(gdbmi gdba))
!                                    (> (car (window-fringes)) 0))))
      ([remove] menu-item "Remove Breakpoint" gud-remove
                    :enable (not gud-running)
                  :visible (not (and (memq gud-minor-mode '(gdbmi gdba))
                                     (> (car (window-fringes)) 0))))
      ([tbreak] menu-item "Temporary Breakpoint" gud-tbreak
!                 :enable (memq gud-minor-mode
!                               '(gdbmi gdba gdb sdb xdb bashdb)))
      ([break]  menu-item "Set Breakpoint" gud-break
                    :enable (not gud-running)
                  :visible (not (and (memq gud-minor-mode '(gdbmi gdba))




reply via email to

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