Function: gud-gdb-goto-stackframe
gud-gdb-goto-stackframe is a byte-compiled function defined in
gud.el.gz.
Signature
(gud-gdb-goto-stackframe TEXT TOKEN INDENT)
Documentation
Goto the stackframe described by TEXT, TOKEN, and INDENT.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/gud.el.gz
(defun gud-gdb-goto-stackframe (_text token _indent)
"Goto the stackframe described by TEXT, TOKEN, and INDENT."
(dframe-with-attached-buffer
(gud-basic-call (concat "server frame " (nth 1 token)))
(sit-for 1)))