Function: gdb-console

gdb-console is a byte-compiled function defined in gdb-mi.el.gz.

Signature

(gdb-console OUTPUT-FIELD)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/gdb-mi.el.gz
;; Remove the trimmings from the console stream and send to GUD buffer
;; (frontend MI commands should not print to this stream)
(defun gdb-console (output-field)
  (setq gdb-filter-output
	(gdb-concat-output gdb-filter-output
                           (gdb-mi--c-string-from-string output-field))))