Variable: gdb-max-children

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

Value

40

Documentation

Maximum number of children before expansion requires confirmation.

Used by Speedbar.

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-max-children 40
  "Maximum number of children before expansion requires confirmation.
Used by Speedbar."
  :type 'integer
  :group 'gdb
  :version "22.1")