Variable: gud-gud-gdb-command-name

gud-gud-gdb-command-name is a customizable variable defined in gud.el.gz.

Value

"gdb --fullname"

Documentation

Default command to run an executable under GDB in text command mode.

The option "--fullname" must be included in this value.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/gud.el.gz
(defcustom gud-gud-gdb-command-name "gdb --fullname"
  "Default command to run an executable under GDB in text command mode.
The option \"--fullname\" must be included in this value."
   :type 'string)