Variable: gdb-locals-values-table

gdb-locals-values-table is a variable defined in gdb-mi.el.gz.

Value

#s(hash-table test equal)

Documentation

Mapping of local variable names to a string with their value.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/gdb-mi.el.gz
(defvar gdb-locals-values-table (make-hash-table :test #'equal)
  "Mapping of local variable names to a string with their value.")