Function: gdb-display-stack-for-thread

gdb-display-stack-for-thread is an interactive and byte-compiled function defined in gdb-mi.el.gz.

Signature

(gdb-display-stack-for-thread &optional EVENT)

Documentation

Display stack buffer for the thread at current line.

View in manual

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/gdb-mi.el.gz
(def-gdb-thread-buffer-simple-command
  gdb-display-stack-for-thread
  gdb-preemptively-display-stack-buffer
  "Display stack buffer for the thread at current line.")