Function: gdb-locals-mode

gdb-locals-mode is an interactive and byte-compiled function defined in gdb-mi.el.gz.

Signature

(gdb-locals-mode)

Documentation

Major mode for gdb locals.

In addition to any hooks its parent mode gdb-parent-mode might have run, this mode runs the hook gdb-locals-mode-hook, as the final or penultimate step during initialization.

- negative-argument
0 digit-argument
1 digit-argument
2 digit-argument
3 digit-argument
4 digit-argument
5 digit-argument
6 digit-argument
7 digit-argument
8 digit-argument
9 digit-argument
SPC..~ undefined
TAB #<anonymous-function>
q kill-current-buffer

Key Bindings

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)