Function: gdb-io-interrupt
gdb-io-interrupt is an interactive and byte-compiled function defined
in gdb-mi.el.gz.
Signature
(gdb-io-interrupt)
Documentation
Interrupt the program being debugged.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/gdb-mi.el.gz
(defun gdb-io-interrupt ()
"Interrupt the program being debugged."
(interactive)
(interrupt-process
(get-buffer-process (gdb-get-buffer-create 'gdb-inferior-io)) comint-ptyp))