Variable: gud-irix-p
gud-irix-p is a variable defined in gud.el.gz.
This variable is obsolete since 31.1.
Value
nil
Documentation
Non-nil to assume the interface appropriate for IRIX dbx.
This works in IRIX 4, 5 and 6, but gud-dbx-use-stopformat-p provides
a better solution in 6.1 upwards.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/gud.el.gz
(defvar gud-irix-p nil
"Non-nil to assume the interface appropriate for IRIX dbx.
This works in IRIX 4, 5 and 6, but `gud-dbx-use-stopformat-p' provides
a better solution in 6.1 upwards.")