Function: gdb-gdb
gdb-gdb is a byte-compiled function defined in gdb-mi.el.gz.
Signature
(gdb-gdb OUTPUT-FIELD)
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/gdb-mi.el.gz
(defun gdb-gdb (_output-field)
;; This is needed because the "explore" command is not ended by the
;; likes of "end" or "quit", but instead by a RET at the appropriate
;; place, and we know we have exited "explore" when we get the
;; "(gdb)" prompt.
(and (> gdb-control-level 0)
(setq gdb-control-level (1- gdb-control-level))))