Variable: gdb-non-stop
gdb-non-stop is a variable defined in gdb-mi.el.gz.
Value
nil
Documentation
Indicates whether current GDB session is using non-stop mode.
It is initialized to gdb-non-stop-setting at the beginning of
every GDB session.
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
(defvar gdb-non-stop nil
"Indicates whether current GDB session is using non-stop mode.
It is initialized to `gdb-non-stop-setting' at the beginning of
every GDB session.")