Function: gdb-io-eof

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

Signature

(gdb-io-eof)

Documentation

Send end-of-file to the program being debugged.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/gdb-mi.el.gz
(defun gdb-io-eof ()
  "Send end-of-file to the program being debugged."
  (interactive)
  (process-send-eof
   (get-buffer-process (gdb-get-buffer-create 'gdb-inferior-io))))