Function: gdb-frame-io-buffer

gdb-frame-io-buffer is an interactive and byte-compiled function defined in gdb-mi.el.gz.

Signature

(gdb-frame-io-buffer)

Documentation

Display IO of debugged program in another frame.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/gdb-mi.el.gz
(defun gdb-frame-io-buffer ()
  "Display IO of debugged program in another frame."
  (interactive)
  (display-buffer (gdb-get-buffer-create 'gdb-inferior-io)
		  gdb-display-buffer-other-frame-action))