Variable: gdb-running-threads-count
gdb-running-threads-count is a variable defined in gdb-mi.el.gz.
Value
nil
Documentation
Number of currently running threads.
If nil, no information is available.
Updated in gdb-thread-list-handler-custom.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/gdb-mi.el.gz
(defvar gdb-running-threads-count nil
"Number of currently running threads.
If nil, no information is available.
Updated in `gdb-thread-list-handler-custom'.")