Variable: gdb-speedbar-auto-raise-hook
gdb-speedbar-auto-raise-hook is a customizable variable defined in
gdb-mi.el.gz.
Value
nil
Documentation
Hook run after entering or leaving gdb-speedbar-auto-raise(var)/gdb-speedbar-auto-raise(fun).
No problems result if this variable is not bound.
add-hook automatically binds it. (This is true for all hook variables.)
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/gdb-mi.el.gz
(define-minor-mode gdb-speedbar-auto-raise
"Minor mode to automatically raise the speedbar for watch expressions."
:global t
:group 'gdb
:version "22.1")