Variable: gdb-use-colon-colon-notation
gdb-use-colon-colon-notation is a customizable variable defined in
gdb-mi.el.gz.
Value
nil
Documentation
If non-nil use FUN::VAR format to display variables in the 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-use-colon-colon-notation nil
"If non-nil use FUN::VAR format to display variables in the speedbar."
:type 'boolean
:group 'gdb
:version "22.1")