Variable: gud-gdb-command-name

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

Value

"gdb -i=mi"

Documentation

Default command to execute an executable under the GDB debugger.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/gdb-mi.el.gz
(defcustom gud-gdb-command-name "gdb -i=mi"
  "Default command to execute an executable under the GDB debugger."
  :type 'string
  :group 'gdb)