Variable: gdb-gud-control-all-threads
gdb-gud-control-all-threads is a customizable variable defined in
gdb-mi.el.gz.
Value
t
Documentation
When non-nil, GUD execution commands affect all threads when in non-stop mode.
Otherwise, only current thread is affected.
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
;; TODO Some commands can't be called with --all (give a notice about
;; it in setting doc)
(defcustom gdb-gud-control-all-threads t
"When non-nil, GUD execution commands affect all threads when in non-stop mode.
Otherwise, only current thread is affected."
:type 'boolean
:group 'gdb-non-stop
:version "23.2")