/[emacs]/emacs/lisp/progmodes/gud.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/gud.el

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

revision 1.77 by nickrob, Sun Nov 27 22:17:29 2005 UTC revision 1.78 by nickrob, Fri Dec 2 09:15:56 2005 UTC
# Line 189  Used to grey out relevant togolbar icons Line 189  Used to grey out relevant togolbar icons
189                    :enable (not gud-running))                    :enable (not gud-running))
190      ([watch]    menu-item "Watch Expression" gud-watch      ([watch]    menu-item "Watch Expression" gud-watch
191                    :enable (and (not gud-running)                    :enable (and (not gud-running)
192                                   (memq gud-minor-mode '(gdbmi gdba))))
193        ([finish]   menu-item "Finish Function" gud-finish
194                      :enable (and (not gud-running)
195                                 (memq gud-minor-mode                                 (memq gud-minor-mode
196                                       '(gdbmi gdba gdb xdb jdb pdb bashdb))))                                       '(gdbmi gdba gdb xdb jdb pdb bashdb))))
197      ([stepi]    menu-item "Step Instruction" gud-stepi      ([stepi]    menu-item "Step Instruction" gud-stepi

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.78

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