Variable: gdb-python-guile-commands-regexp

gdb-python-guile-commands-regexp is a variable defined in gdb-mi.el.gz.

Value

"python\\|python-interactive\\|pi\\|guile\\|guile-repl\\|gr"

Documentation

Regexp that matches Python and Guile commands supported by GDB.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/gdb-mi.el.gz
(defvar gdb-python-guile-commands-regexp
  "python\\|python-interactive\\|pi\\|guile\\|guile-repl\\|gr"
  "Regexp that matches Python and Guile commands supported by GDB.")