Function: gdb-io-stop

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

Signature

(gdb-io-stop)

Documentation

Stop the program being debugged.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/gdb-mi.el.gz
(defun gdb-io-stop ()
  "Stop the program being debugged."
  (interactive)
  (stop-process
   (get-buffer-process (gdb-get-buffer-create 'gdb-inferior-io)) comint-ptyp))