Function: gdb-display-locals-buffer

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

Signature

(gdb-display-locals-buffer &optional THREAD)

Documentation

Display the local variables of current GDB stack.

View in manual

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/gdb-mi.el.gz
(defun gdb-display-locals-buffer (&optional thread)
  "Display the local variables of current GDB stack."
  (interactive)
  (gdb-display-buffer (gdb-get-buffer-create 'gdb-locals-buffer thread)))