Variable: backtrace-frames
backtrace-frames is a buffer-local variable defined in
backtrace.el.gz.
Documentation
Stack frames displayed in the current Backtrace buffer.
This should be a list of backtrace-frame objects.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/backtrace.el.gz
;;; Backtrace mode variables
(defvar-local backtrace-frames nil
"Stack frames displayed in the current Backtrace buffer.
This should be a list of `backtrace-frame' objects.")