Variable: gdb-threads-list

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

Value

nil

Documentation

Association list of threads provided by "-thread-info" MI command.

Keys are thread numbers (in strings) and values are structures as returned from -thread-info by gdb-mi--partial-output. Updated in gdb-thread-list-handler-custom.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/gdb-mi.el.gz
(defvar gdb-threads-list nil
  "Association list of threads provided by \"-thread-info\" MI command.

Keys are thread numbers (in strings) and values are structures as
returned from -thread-info by `gdb-mi--partial-output'.  Updated in
`gdb-thread-list-handler-custom'.")