Variable: gdb-debug-log-max

gdb-debug-log-max is a customizable variable defined in gdb-mi.el.gz.

Value

128

Documentation

Maximum size of gdb-debug-log. If nil, size is unlimited.

This variable was added, or its default value changed, in Emacs 22.1.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/gdb-mi.el.gz
(defcustom gdb-debug-log-max 128
  "Maximum size of `gdb-debug-log'.  If nil, size is unlimited."
  :group 'gdb
  :type '(choice (integer :tag "Number of elements")
          (const   :tag "Unlimited" nil))
  :version "22.1")