Variable: gdb-var-list
gdb-var-list is a variable defined in gdb-mi.el.gz.
Value
nil
Documentation
List of variables in watch window.
Each element has the form
(VARNUM EXPRESSION NUMCHILD TYPE VALUE STATUS HAS_MORE FP)
where STATUS is nil (unchanged), changed or out-of-scope, FP the frame
address for root variables.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/gdb-mi.el.gz
(defvar gdb-var-list nil
"List of variables in watch window.
Each element has the form
(VARNUM EXPRESSION NUMCHILD TYPE VALUE STATUS HAS_MORE FP)
where STATUS is nil (`unchanged'), `changed' or `out-of-scope', FP the frame
address for root variables.")