Function: gdbmi-bnf-console-stream-output

gdbmi-bnf-console-stream-output is a byte-compiled function defined in gdb-mi.el.gz.

Signature

(gdbmi-bnf-console-stream-output C-STRING)

Documentation

Handler for the console-stream-output GDB/MI output grammar rule.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/gdb-mi.el.gz
(defun gdbmi-bnf-console-stream-output (c-string)
  "Handler for the console-stream-output GDB/MI output grammar rule."
  (gdb-console c-string)
  ;; We've written to the GUD console, so we should print the prompt
  ;; after the next result-class or async-class.
  (setq gdb-first-done-or-error t))