Function: gdb-buffer-shows-main-thread-p

gdb-buffer-shows-main-thread-p is a byte-compiled function defined in gdb-mi.el.gz.

Signature

(gdb-buffer-shows-main-thread-p)

Documentation

Return t if current GDB buffer shows main selected thread and is not bound to it.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/gdb-mi.el.gz
(defun gdb-buffer-shows-main-thread-p ()
  "Return t if current GDB buffer shows main selected thread and
is not bound to it."
  (current-buffer)
  (not (local-variable-p 'gdb-thread-number)))