Variable: gdb-show-changed-values
gdb-show-changed-values is a customizable variable defined in
gdb-mi.el.gz.
Value
t
Documentation
If non-nil change the face of out of scope variables and changed values.
Out of scope variables are suppressed with shadow face.
Changed values are highlighted with the face font-lock-warning-face.
Used by Speedbar.
This variable was added, or its default value changed, in Emacs 22.1.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/gdb-mi.el.gz
(defcustom gdb-show-changed-values t
"If non-nil change the face of out of scope variables and changed values.
Out of scope variables are suppressed with `shadow' face.
Changed values are highlighted with the face `font-lock-warning-face'.
Used by Speedbar."
:type 'boolean
:group 'gdb
:version "22.1")