Searched +refs:gud +refs:speedbar +refs:key +refs:map (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dgdb-ui.el33 ;; required, and watches expressions in the speedbar. It also uses features of
38 ;; gud-gdb-command-name, then start it with M-x gdba.
73 ;; 1) Strings that are watched don't update in the speedbar when their
83 ;; (gud-go) sends "continue" to GDB (should be "run").
95 ;; 2) Use tree-widget.el instead of the speedbar for watch-expressions?
100 (require 'gud)
102 (defvar tool-bar-map)
103 (defvar speedbar-initial-expansion-list-name)
120 (defvar gud-old-arrow nil)
222 "Run gdb on program FILE in buffer *gud
[all...]
H A Dgud.el0 ;;; gud.el --- Grand Unified Debugger mode for running GDB and other debuggers
37 ;; kluge with the gud-xdb-directories hack producing gud-dbx-directories.
53 (defvar gdb-speedbar-auto-raise)
54 (defvar tool-bar-map)
59 (defgroup gud nil function
66 (defcustom gud-key-prefix "\C-x\C-a"
69 :group 'gud)
71 (global-set-key (conca
[all...]

Completed in 199 milliseconds