gdb-script-font-lock-keywords

gdb-script-font-lock-keywords is a variable defined in `gud.el'.
Its value is

(("^define\\s-+\\(\\(\\w\\|\\s_\\)+\\)" (1 font-lock-function-name-face)) ("\\$\\(\\w+\\)" (1 font-lock-variable-name-face)) ("^\\s-*\\(\\w\\(\\w\\|\\s_\\)*\\)" (1 font-lock-keyword-face)))

  • This variable may be risky if used as a file-local variable.

Documentation:
Not documented as a variable.