Variable: gud-dbx-use-stopformat-p
gud-dbx-use-stopformat-p is a variable defined in gud.el.gz.
This variable is obsolete since 31.1.
Value
nil
Documentation
Non-nil to use the dbx feature present at least from Irix 6.1
whereby $stopformat=1 produces an output format compatible with
gud-dbx-marker-filter.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/gud.el.gz
(defvar gud-dbx-use-stopformat-p nil
"Non-nil to use the dbx feature present at least from Irix 6.1
whereby $stopformat=1 produces an output format compatible with
`gud-dbx-marker-filter'.")