Function: gdb-toggle-restore-window-configuration
gdb-toggle-restore-window-configuration is an interactive and
byte-compiled function defined in gdb-mi.el.gz.
Signature
(gdb-toggle-restore-window-configuration)
Documentation
Toggle whether to restore window configuration when GDB quits.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/gdb-mi.el.gz
(defun gdb-toggle-restore-window-configuration ()
"Toggle whether to restore window configuration when GDB quits."
(interactive)
(setq gdb-restore-window-configuration-after-quit
(not gdb-restore-window-configuration-after-quit)))