/[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.55 by nickrob, Fri Oct 7 02:45:56 2005 UTC revision 1.56 by nickrob, Sat Oct 8 21:19:18 2005 UTC
# Line 357  t means that there is no stack, and we a Line 357  t means that there is no stack, and we a
357      (define-key gud-speedbar-key-map "\C-m" 'speedbar-edit-line)      (define-key gud-speedbar-key-map "\C-m" 'speedbar-edit-line)
358      (define-key gud-speedbar-key-map "D" 'gdb-var-delete)))      (define-key gud-speedbar-key-map "D" 'gdb-var-delete)))
359    
   
360  (defvar gud-speedbar-menu-items  (defvar gud-speedbar-menu-items
   ;; Note to self.  Add expand, and turn off items when not available.  
361    '(["Jump to stack frame" speedbar-edit-line    '(["Jump to stack frame" speedbar-edit-line
362       (with-current-buffer gud-comint-buffer       :visible (with-current-buffer gud-comint-buffer
363         (not (memq gud-minor-mode '(gdbmi gdba))))]                  (not (memq gud-minor-mode '(gdbmi gdba))))]
364      ["Edit value" speedbar-edit-line      ["Edit value" speedbar-edit-line
365       (with-current-buffer gud-comint-buffer       :visible (with-current-buffer gud-comint-buffer
366         (memq gud-minor-mode '(gdbmi gdba)))]                  (memq gud-minor-mode '(gdbmi gdba)))]
367      ["Delete expression" gdb-var-delete      ["Delete expression" gdb-var-delete
368       (with-current-buffer gud-comint-buffer       (with-current-buffer gud-comint-buffer
369         (memq gud-minor-mode '(gdbmi gdba)))])         (memq gud-minor-mode '(gdbmi gdba)))])

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56

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