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