mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* gud.el (gud-last-frame): Added defvar for this.
This commit is contained in:
parent
7739e1b816
commit
d840a865ea
1 changed files with 5 additions and 0 deletions
|
|
@ -90,6 +90,11 @@ This association list has elements of the form
|
|||
(if key
|
||||
(list 'define-key 'gud-mode-map key (list 'quote func))))))
|
||||
|
||||
;; Where gud-display-frame should put the debugging arrow. This is
|
||||
;; set by the marker-filter, which scans the debugger's output for
|
||||
;; indications of the current pc.
|
||||
(defvar gud-last-frame nil)
|
||||
|
||||
;; All debugger-specific information is collected here
|
||||
;; Here's how it works, in case you ever need to add a debugger to the table.
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue