Variable: gdb-stopped-threads-count

gdb-stopped-threads-count is a variable defined in gdb-mi.el.gz.

Value

nil

Documentation

Number of currently stopped threads.

See also gdb-running-threads-count.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/gdb-mi.el.gz
(defvar gdb-stopped-threads-count nil
  "Number of currently stopped threads.

See also `gdb-running-threads-count'.")