Variable: gdb-stack-buffer-locations
gdb-stack-buffer-locations is a customizable variable defined in
gdb-mi.el.gz.
Value
t
Documentation
Show file information or library names in stack buffers.
This variable was added, or its default value changed, in Emacs 23.2.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/gdb-mi.el.gz
(defcustom gdb-stack-buffer-locations t
"Show file information or library names in stack buffers."
:type 'boolean
:group 'gdb-buffers
:version "23.2")