Function: gdb-control-current-thread
gdb-control-current-thread is an interactive and byte-compiled
function defined in gdb-mi.el.gz.
Signature
(gdb-control-current-thread)
Documentation
Switch to non-stop/T mode.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/gdb-mi.el.gz
(defun gdb-control-current-thread ()
"Switch to non-stop/T mode."
(interactive)
(setq gdb-gud-control-all-threads nil)
;; Actually forcing the tool-bar to update.
(force-mode-line-update)
(message "Now in non-stop/T mode."))