gdb-threads-font-lock-keywords

gdb-threads-font-lock-keywords is a variable defined in `gdb-mi.el'.
Its value is shown below.
  • This variable may be risky if used as a file-local variable.

Documentation:
Font lock keywords used in `gdb-threads-mode'.

Value:

(("in \\([^ ]+\\)" (1 font-lock-function-name-face)) (" \\(stopped\\)" (1 font-lock-warning-face)) (" \\(running\\)" (1 font-lock-string-face)) ("\\(\\(\\sw\\|[_.]\\)+\\)=" (1 font-lock-variable-name-face)))