Variable: gdb-switch-when-another-stopped

gdb-switch-when-another-stopped is a customizable variable defined in gdb-mi.el.gz.

Value

t

Documentation

When nil, don't switch to stopped thread if some other stopped thread is already selected.

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

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/gdb-mi.el.gz
(defcustom gdb-switch-when-another-stopped t
  "When nil, don't switch to stopped thread if some other
stopped thread is already selected."
  :type 'boolean
  :group 'gdb-non-stop
  :version "23.2")