(defcustom gdb-enable-debug-log nil
"Non-nil means record the process input and output in `gdb-debug-log'."
:type 'boolean
- :group 'gud)
+ :group 'gud
+ :version "21.4")
(defcustom gdb-use-inferior-io-buffer nil
"Non-nil means display output from the inferior in a separate buffer."
:type 'boolean
- :group 'gud)
+ :group 'gud
+ :version "21.4")
(defun gdb-ann3 ()
(setq gdb-debug-log nil)
(defcustom gdb-use-colon-colon-notation nil
"If non-nil use FUN::VAR format to display variables in the speedbar." ;
:type 'boolean
- :group 'gud)
+ :group 'gud
+ :version "21.4")
(defun gud-watch ()
"Watch expression at point."
(defcustom gud-gdba-command-name "gdb -annotate=3"
"Default command to execute an executable under the GDB-UI debugger."
:type 'string
- :group 'gud)
+ :group 'gud
+ :version "21.4")
(defvar gdb-annotation-rules
'(("pre-prompt" gdb-pre-prompt)
(defcustom gdb-show-main nil
"Nil means don't display source file containing the main routine."
:type 'boolean
- :group 'gud)
+ :group 'gud
+ :version "21.4")
(defun gdb-setup-windows ()
"Layout the window pattern for gdb-many-windows."
of the inferior. Non-nil means display the layout shown for
`gdba'."
:type 'boolean
- :group 'gud)
+ :group 'gud
+ :version "21.4")
(defun gdb-many-windows (arg)
"Toggle the number of windows in the basic arrangement."