Variable: gdb-locals-mode-hook

gdb-locals-mode-hook is a variable defined in gdb-mi.el.gz.

Value

nil

Documentation

Hook run after entering gdb-locals-mode.

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-derived-mode gdb-locals-mode gdb-parent-mode "Locals"
  "Major mode for gdb locals."
  (setq header-line-format gdb-locals-header)
  'gdb-invalidate-locals)