(type-break-get-previous-time): Handle end-of-file errors specially
[bpt/emacs.git] / lisp / emacs-lisp / edebug.el
CommitLineData
f7359658 1;;; edebug.el --- a source-level debugger for Emacs Lisp
84fc2cfa 2
3731a850 3;; Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1997, 1999,
f0fa15c5 4;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
84fc2cfa 5
f367dfc1 6;; Author: Daniel LaLiberte <liberte@holonexus.org>
c86b5c78 7;; Maintainer: FSF
e9571d2a 8;; Keywords: lisp, tools, maint
3a801d0c 9
84fc2cfa
ER
10;; This file is part of GNU Emacs.
11
1fe3d507
DL
12;; GNU Emacs is free software; you can redistribute it and/or modify
13;; it under the terms of the GNU General Public License as published by
14;; the Free Software Foundation; either version 2, or (at your option)
15;; any later version.
16
84fc2cfa 17;; GNU Emacs is distributed in the hope that it will be useful,
1fe3d507
DL
18;; but WITHOUT ANY WARRANTY; without even the implied warranty of
19;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20;; GNU General Public License for more details.
21
22;; You should have received a copy of the GNU General Public License
f7359658 23;; along with GNU Emacs; see the file COPYING. If not, write to the
3a35cf56
LK
24;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
25;; Boston, MA 02110-1301, USA.
f7359658
RS
26
27;;; Commentary:
28
29;; This minor mode allows programmers to step through Emacs Lisp
30;; source code while executing functions. You can also set
31;; breakpoints, trace (stopping at each expression), evaluate
32;; expressions as if outside Edebug, reevaluate and display a list of
33;; expressions, trap errors normally caught by debug, and display a
34;; debug style backtrace.
35
f7359658
RS
36;;; Minimal Instructions
37;; =====================
38
6392137f 39;; First evaluate a defun with C-M-x, then run the function. Step
f7359658
RS
40;; through the code with SPC, mark breakpoints with b, go until a
41;; breakpoint is reached with g, and quit execution with q. Use the
a1506d29 42;; "?" command in edebug to describe other commands.
c86b5c78 43;; See the Emacs Lisp Reference Manual for more details.
6392137f
KH
44
45;; If you wish to change the default edebug global command prefix, change:
46;; (setq edebug-global-prefix "\C-xX")
f7359658 47
c86b5c78
RS
48;; Edebug was written by
49;; Daniel LaLiberte
6392137f
KH
50;; GTE Labs
51;; 40 Sylvan Rd
52;; Waltham, MA 02254
f367dfc1 53;; liberte@holonexus.org
f7359658
RS
54
55;;; Code:
1fe3d507 56
f7359658 57;;; Bug reporting
84fc2cfa 58
6db746da 59(defalias 'edebug-submit-bug-report 'report-emacs-bug)
1fe3d507 60
f7359658 61;;; Options
1fe3d507 62
c5292bc8 63(defgroup edebug nil
ea400c88 64 "A source-level debugger for Emacs Lisp."
c5292bc8
RS
65 :group 'lisp)
66
67
68(defcustom edebug-setup-hook nil
1fe3d507 69 "*Functions to call before edebug is used.
a50d4326
DL
70Each time it is set to a new value, Edebug will call those functions
71once and then `edebug-setup-hook' is reset to nil. You could use this
72to load up Edebug specifications associated with a package you are
c5292bc8
RS
73using but only when you also use Edebug."
74 :type 'hook
75 :group 'edebug)
1fe3d507 76
36f8d564
RS
77;; edebug-all-defs and edebug-all-forms need to be autoloaded
78;; because the byte compiler binds them; as a result, if edebug
79;; is first loaded for a require in a compilation, they will be left unbound.
80
81;;;###autoload
c5292bc8 82(defcustom edebug-all-defs nil
b6386e63 83 "*If non-nil, evaluating defining forms instruments for Edebug.
a50d4326
DL
84This applies to `eval-defun', `eval-region', `eval-buffer', and
85`eval-current-buffer'. `eval-region' is also called by
1fe3d507
DL
86`eval-last-sexp', and `eval-print-last-sexp'.
87
88You can use the command `edebug-all-defs' to toggle the value of this
a50d4326 89variable. You may wish to make it local to each buffer with
f7359658 90\(make-local-variable 'edebug-all-defs) in your
c5292bc8
RS
91`emacs-lisp-mode-hook'."
92 :type 'boolean
93 :group 'edebug)
1fe3d507 94
36f8d564
RS
95;; edebug-all-defs and edebug-all-forms need to be autoloaded
96;; because the byte compiler binds them; as a result, if edebug
97;; is first loaded for a require in a compilation, they will be left unbound.
98
99;;;###autoload
c5292bc8 100(defcustom edebug-all-forms nil
a50d4326 101 "*Non-nil evaluation of all forms will instrument for Edebug.
1fe3d507 102This doesn't apply to loading or evaluations in the minibuffer.
c5292bc8
RS
103Use the command `edebug-all-forms' to toggle the value of this option."
104 :type 'boolean
105 :group 'edebug)
84fc2cfa 106
c5292bc8 107(defcustom edebug-eval-macro-args nil
a1506d29 108 "*Non-nil means all macro call arguments may be evaluated.
f7359658 109If this variable is nil, the default, Edebug will *not* wrap
a1506d29 110macro call arguments as if they will be evaluated.
f7359658 111For each macro, a `edebug-form-spec' overrides this option.
1fe3d507 112So to specify exceptions for macros that have some arguments evaluated
c86b5c78 113and some not, you should specify an `edebug-form-spec'."
c5292bc8
RS
114 :type 'boolean
115 :group 'edebug)
84fc2cfa 116
c5292bc8 117(defcustom edebug-save-windows t
a50d4326
DL
118 "*If non-nil, Edebug saves and restores the window configuration.
119That takes some time, so if your program does not care what happens to
120the window configurations, it is better to set this variable to nil.
1fe3d507
DL
121
122If the value is a list, only the listed windows are saved and
a1506d29 123restored.
84fc2cfa 124
c5292bc8
RS
125`edebug-toggle-save-windows' may be used to change this variable."
126 :type '(choice boolean (repeat string))
127 :group 'edebug)
84fc2cfa 128
c5292bc8 129(defcustom edebug-save-displayed-buffer-points nil
a50d4326 130 "*If non-nil, save and restore point in all displayed buffers.
84fc2cfa 131
a50d4326
DL
132Saving and restoring point in other buffers is necessary if you are
133debugging code that changes the point of a buffer which is displayed
134in a non-selected window. If Edebug or the user then selects the
84fc2cfa
ER
135window, the buffer's point will be changed to the window's point.
136
a50d4326
DL
137Saving and restoring point in all buffers is expensive, since it
138requires selecting each window twice, so enable this only if you need
c5292bc8
RS
139it."
140 :type 'boolean
141 :group 'edebug)
84fc2cfa 142
c5292bc8 143(defcustom edebug-initial-mode 'step
b6386e63
LT
144 "*Initial execution mode for Edebug, if non-nil.
145If this variable is non-nil, it specifies the initial execution mode
146for Edebug when it is first activated. Possible values are step, next,
147go, Go-nonstop, trace, Trace-fast, continue, and Continue-fast."
c5292bc8
RS
148 :type '(choice (const step) (const next) (const go)
149 (const Go-nonstop) (const trace)
150 (const Trace-fast) (const continue)
7ff1b00e 151 (const Continue-fast))
c5292bc8
RS
152 :group 'edebug)
153
154(defcustom edebug-trace nil
a50d4326
DL
155 "*Non-nil means display a trace of function entry and exit.
156Tracing output is displayed in a buffer named `*edebug-trace*', one
a1506d29 157function entry or exit per line, indented by the recursion level.
a50d4326
DL
158
159You can customize by replacing functions `edebug-print-trace-before'
c5292bc8
RS
160and `edebug-print-trace-after'."
161 :type 'boolean
162 :group 'edebug)
84fc2cfa 163
c5292bc8 164(defcustom edebug-test-coverage nil
1fe3d507
DL
165 "*If non-nil, Edebug tests coverage of all expressions debugged.
166This is done by comparing the result of each expression
167with the previous result. Coverage is considered OK if two different
a50d4326 168results are found.
84fc2cfa 169
1fe3d507 170Use `edebug-display-freq-count' to display the frequency count and
c5292bc8
RS
171coverage information for a definition."
172 :type 'boolean
173 :group 'edebug)
1fe3d507 174
c5292bc8 175(defcustom edebug-continue-kbd-macro nil
a50d4326 176 "*If non-nil, continue defining or executing any keyboard macro.
c5292bc8
RS
177Use this with caution since it is not debugged."
178 :type 'boolean
179 :group 'edebug)
180
181
182(defcustom edebug-print-length 50
b6386e63 183 "*Default value of `print-length' for printing results in Edebug."
c5292bc8
RS
184 :type 'integer
185 :group 'edebug)
186(defcustom edebug-print-level 50
b6386e63 187 "*Default value of `print-level' for printing results in Edebug."
c5292bc8
RS
188 :type 'integer
189 :group 'edebug)
190(defcustom edebug-print-circle t
b6386e63 191 "*Default value of `print-circle' for printing results in Edebug."
c5292bc8
RS
192 :type 'boolean
193 :group 'edebug)
194
195(defcustom edebug-unwrap-results nil
1fe3d507
DL
196 "*Non-nil if Edebug should unwrap results of expressions.
197This is useful when debugging macros where the results of expressions
198are instrumented expressions. But don't do this when results might be
c5292bc8
RS
199circular or an infinite loop will result."
200 :type 'boolean
201 :group 'edebug)
1fe3d507 202
c5292bc8 203(defcustom edebug-on-error t
1fe3d507
DL
204 "*Value bound to `debug-on-error' while Edebug is active.
205
206If `debug-on-error' is non-nil, that value is still used.
207
208If the value is a list of signal names, Edebug will stop when any of
209these errors are signaled from Lisp code whether or not the signal is
210handled by a `condition-case'. This option is useful for debugging
211signals that *are* handled since they would otherwise be missed.
c5292bc8 212After execution is resumed, the error is signaled again."
7ff1b00e
AS
213 :type '(choice (const :tag "off")
214 (repeat :menu-tag "When"
215 :value (nil)
216 (symbol :format "%v"))
217 (const :tag "always" t))
c5292bc8 218 :group 'edebug)
1fe3d507 219
c5292bc8
RS
220(defcustom edebug-on-quit t
221 "*Value bound to `debug-on-quit' while Edebug is active."
222 :type 'boolean
223 :group 'edebug)
1fe3d507 224
c5292bc8 225(defcustom edebug-global-break-condition nil
a50d4326 226 "*If non-nil, an expression to test for at every stop point.
c5292bc8
RS
227If the result is non-nil, then break. Errors are ignored."
228 :type 'sexp
229 :group 'edebug)
a50d4326 230
5492ef3c
RS
231(defcustom edebug-sit-for-seconds 1
232 "*Number of seconds to pause when execution mode is `trace'."
233 :type 'number
234 :group 'edebug)
235
f7359658 236;;; Form spec utilities.
1fe3d507 237
1fe3d507 238(defmacro def-edebug-form-spec (symbol spec-form)
e41acc77 239 "For compatibility with old version."
1fe3d507 240 (def-edebug-spec symbol (eval spec-form)))
e41acc77 241(make-obsolete 'def-edebug-form-spec 'def-edebug-spec "22.1")
1fe3d507
DL
242
243(defun get-edebug-spec (symbol)
244 ;; Get the spec of symbol resolving all indirection.
245 (let ((edebug-form-spec (get symbol 'edebug-form-spec))
246 indirect)
247 (while (and (symbolp edebug-form-spec)
248 (setq indirect (get edebug-form-spec 'edebug-form-spec)))
249 ;; (edebug-trace "indirection: %s" edebug-form-spec)
250 (setq edebug-form-spec indirect))
251 edebug-form-spec
252 ))
253
65d04e76
EZ
254;;;###autoload
255(defun edebug-basic-spec (spec)
256 "Return t if SPEC uses only extant spec symbols.
257An extant spec symbol is a symbol that is not a function and has a
258`edebug-form-spec' property."
259 (cond ((listp spec)
260 (catch 'basic
261 (while spec
262 (unless (edebug-basic-spec (car spec)) (throw 'basic nil))
263 (setq spec (cdr spec)))
264 t))
265 ((symbolp spec)
266 (unless (functionp spec) (get spec 'edebug-form-spec)))))
267
f7359658 268;;; Utilities
1fe3d507 269
f7359658
RS
270;; Define edebug-gensym - from old cl.el
271(defvar edebug-gensym-index 0
272 "Integer used by `edebug-gensym' to produce new names.")
1fe3d507 273
f7359658 274(defun edebug-gensym (&optional prefix)
1fe3d507
DL
275 "Generate a fresh uninterned symbol.
276There is an optional argument, PREFIX. PREFIX is the
277string that begins the new name. Most people take just the default,
278except when debugging needs suggest otherwise."
279 (if (null prefix)
280 (setq prefix "G"))
281 (let ((newsymbol nil)
282 (newname ""))
283 (while (not newsymbol)
f7359658
RS
284 (setq newname (concat prefix (int-to-string edebug-gensym-index)))
285 (setq edebug-gensym-index (+ edebug-gensym-index 1))
1fe3d507
DL
286 (if (not (intern-soft newname))
287 (setq newsymbol (make-symbol newname))))
288 newsymbol))
1fe3d507 289
f7359658 290(defun edebug-lambda-list-keywordp (object)
1fe3d507 291 "Return t if OBJECT is a lambda list keyword.
f7359658 292A lambda list keyword is a symbol that starts with `&'."
1fe3d507
DL
293 (and (symbolp object)
294 (= ?& (aref (symbol-name object) 0))))
84fc2cfa 295
84fc2cfa
ER
296
297(defun edebug-last-sexp ()
1fe3d507 298 ;; Return the last sexp before point in current buffer.
f7359658 299 ;; Assumes Emacs Lisp syntax is active.
84fc2cfa
ER
300 (car
301 (read-from-string
302 (buffer-substring
303 (save-excursion
304 (forward-sexp -1)
305 (point))
306 (point)))))
307
308(defun edebug-window-list ()
f7359658
RS
309 "Return a list of windows, in order of `next-window'."
310 ;; This doesn't work for epoch.
e940c6da 311 (let (window-list)
d778509c 312 (walk-windows (lambda (w) (push w window-list)))
84fc2cfa
ER
313 (nreverse window-list)))
314
1fe3d507
DL
315;; Not used.
316'(defun edebug-two-window-p ()
84fc2cfa
ER
317 "Return t if there are two windows."
318 (and (not (one-window-p))
319 (eq (selected-window)
320 (next-window (next-window (selected-window))))))
321
1fe3d507 322(defsubst edebug-lookup-function (object)
84fc2cfa
ER
323 (while (and (symbolp object) (fboundp object))
324 (setq object (symbol-function object)))
1fe3d507 325 object)
a1506d29 326
1fe3d507
DL
327(defun edebug-macrop (object)
328 "Return the macro named by OBJECT, or nil if it is not a macro."
329 (setq object (edebug-lookup-function object))
84fc2cfa
ER
330 (if (and (listp object)
331 (eq 'macro (car object))
d778509c 332 (functionp (cdr object)))
84fc2cfa
ER
333 object))
334
335(defun edebug-sort-alist (alist function)
1fe3d507
DL
336 ;; Return the ALIST sorted with comparison function FUNCTION.
337 ;; This uses 'sort so the sorting is destructive.
84fc2cfa
ER
338 (sort alist (function
339 (lambda (e1 e2)
340 (funcall function (car e1) (car e2))))))
341
1fe3d507 342;;(def-edebug-spec edebug-save-restriction t)
84fc2cfa 343
1fe3d507
DL
344;; Not used. If it is used, def-edebug-spec must be defined before use.
345'(defmacro edebug-save-restriction (&rest body)
84fc2cfa
ER
346 "Evaluate BODY while saving the current buffers restriction.
347BODY may change buffer outside of current restriction, unlike
348save-restriction. BODY may change the current buffer,
349and the restriction will be restored to the original buffer,
350and the current buffer remains current.
351Return the result of the last expression in BODY."
d8f1319a
GM
352 `(let ((edebug:s-r-beg (point-min-marker))
353 (edebug:s-r-end (point-max-marker)))
354 (unwind-protect
355 (progn ,@body)
356 (save-excursion
357 (set-buffer (marker-buffer edebug:s-r-beg))
358 (narrow-to-region edebug:s-r-beg edebug:s-r-end)))))
84fc2cfa 359
f7359658 360;;; Display
1fe3d507
DL
361
362(defconst edebug-trace-buffer "*edebug-trace*"
363 "Name of the buffer to put trace info in.")
364
365(defun edebug-pop-to-buffer (buffer &optional window)
366 ;; Like pop-to-buffer, but select window where BUFFER was last shown.
a1506d29 367 ;; Select WINDOW if it provided and it still exists. Otherwise,
1fe3d507
DL
368 ;; if buffer is currently shown in several windows, choose one.
369 ;; Otherwise, find a new window, possibly splitting one.
370 (setq window (if (and (windowp window) (edebug-window-live-p window)
371 (eq (window-buffer window) buffer))
372 window
373 (if (eq (window-buffer (selected-window)) buffer)
374 (selected-window)
375 (edebug-get-buffer-window buffer))))
376 (if window
377 (select-window window)
378 (if (one-window-p)
379 (split-window))
380 ;; (message "next window: %s" (next-window)) (sit-for 1)
381 (if (eq (get-buffer-window edebug-trace-buffer) (next-window))
f7359658 382 ;; Don't select trace window
1fe3d507
DL
383 nil
384 (select-window (next-window))))
385 (set-window-buffer (selected-window) buffer)
386 (set-window-hscroll (selected-window) 0);; should this be??
387 ;; Selecting the window does not set the buffer until command loop.
388 ;;(set-buffer buffer)
389 )
84fc2cfa 390
1fe3d507
DL
391
392(defun edebug-get-displayed-buffer-points ()
393 ;; Return a list of buffer point pairs, for all displayed buffers.
e940c6da
GM
394 (let (list)
395 (walk-windows (lambda (w)
396 (unless (eq w (selected-window))
d778509c
SM
397 (push (cons (window-buffer w)
398 (window-point w))
399 list))))
e940c6da 400 list))
1fe3d507
DL
401
402
403(defun edebug-set-buffer-points (buffer-points)
404 ;; Restore the buffer-points created by edebug-get-displayed-buffer-points.
d778509c
SM
405 (save-current-buffer
406 (mapcar (lambda (buf-point)
407 (when (buffer-live-p (car buf-point))
408 (set-buffer (car buf-point))
409 (goto-char (cdr buf-point))))
410 buffer-points)))
1fe3d507
DL
411
412(defun edebug-current-windows (which-windows)
413 ;; Get either a full window configuration or some window information.
414 (if (listp which-windows)
415 (mapcar (function (lambda (window)
416 (if (edebug-window-live-p window)
417 (list window
418 (window-buffer window)
419 (window-point window)
420 (window-start window)
421 (window-hscroll window)))))
422 which-windows)
423 (current-window-configuration)))
424
425(defun edebug-set-windows (window-info)
426 ;; Set either a full window configuration or some window information.
427 (if (listp window-info)
a1506d29 428 (mapcar (function
1fe3d507
DL
429 (lambda (one-window-info)
430 (if one-window-info
a1506d29 431 (apply (function
1fe3d507
DL
432 (lambda (window buffer point start hscroll)
433 (if (edebug-window-live-p window)
434 (progn
435 (set-window-buffer window buffer)
436 (set-window-point window point)
437 (set-window-start window start)
438 (set-window-hscroll window hscroll)))))
439 one-window-info))))
440 window-info)
441 (set-window-configuration window-info)))
442
443(defalias 'edebug-get-buffer-window 'get-buffer-window)
444(defalias 'edebug-sit-for 'sit-for)
445(defalias 'edebug-input-pending-p 'input-pending-p)
446
447
f7359658
RS
448;;; Redefine read and eval functions
449;; read is redefined to maybe instrument forms.
450;; eval-defun is redefined to check edebug-all-forms and edebug-all-defs.
1fe3d507 451
1fe3d507
DL
452;; Save the original read function
453(or (fboundp 'edebug-original-read)
454 (defalias 'edebug-original-read (symbol-function 'read)))
455
88668147
DL
456(defun edebug-read (&optional stream)
457 "Read one Lisp expression as text from STREAM, return as Lisp object.
458If STREAM is nil, use the value of `standard-input' (which see).
459STREAM or the value of `standard-input' may be:
460 a buffer (read from point and advance it)
461 a marker (read from where it points and advance it)
462 a function (call it with no arguments for each character,
463 call it with a char as argument to push a char back)
464 a string (takes text from string, starting at the beginning)
465 t (read text line using minibuffer and use it).
466
467This version, from Edebug, maybe instruments the expression. But the
f7359658 468STREAM must be the current buffer to do so. Whether it instruments is
88668147 469also dependent on the values of `edebug-all-defs' and
1fe3d507 470`edebug-all-forms'."
88668147
DL
471 (or stream (setq stream standard-input))
472 (if (eq stream (current-buffer))
1fe3d507
DL
473 (edebug-read-and-maybe-wrap-form)
474 (edebug-original-read stream)))
475
1fe3d507
DL
476(or (fboundp 'edebug-original-eval-defun)
477 (defalias 'edebug-original-eval-defun (symbol-function 'eval-defun)))
478
f7359658
RS
479;; We should somehow arrange to be able to do this
480;; without actually replacing the eval-defun command.
1fe3d507
DL
481(defun edebug-eval-defun (edebug-it)
482 "Evaluate the top-level form containing point, or after point.
483
44b6285e
GM
484If the current defun is actually a call to `defvar', then reset the
485variable using its initial value expression even if the variable
486already has some other value. (Normally `defvar' does not change the
95e4aa8e
JL
487variable's value if it already has a value.) Treat `defcustom'
488similarly. Reinitialize the face according to `defface' specification.
44b6285e
GM
489
490With a prefix argument, instrument the code for Edebug.
491
492Setting `edebug-all-defs' to a non-nil value reverses the meaning of
493the prefix argument. Code is then instrumented when this function is
494invoked without a prefix argument
495
496If acting on a `defun' for FUNCTION, and the function was
497instrumented, `Edebug: FUNCTION' is printed in the minibuffer. If not
498instrumented, just FUNCTION is printed.
499
500If not acting on a `defun', the result of evaluation is displayed in
501the minibuffer."
1fe3d507 502 (interactive "P")
f7359658
RS
503 (let* ((edebugging (not (eq (not edebug-it) (not edebug-all-defs))))
504 (edebug-result)
505 (form
506 (let ((edebug-all-forms edebugging)
507 (edebug-all-defs (eq edebug-all-defs (not edebug-it))))
508 (edebug-read-top-level-form))))
e75667a0 509 ;; This should be consistent with `eval-defun-1', but not the
0c4a4faa 510 ;; same, since that gets a macroexpanded form.
6b339332
DL
511 (cond ((and (eq (car form) 'defvar)
512 (cdr-safe (cdr-safe form)))
513 ;; Force variable to be bound.
0c4a4faa 514 (makunbound (nth 1 form)))
6b339332
DL
515 ((and (eq (car form) 'defcustom)
516 (default-boundp (nth 1 form)))
517 ;; Force variable to be bound.
95e4aa8e
JL
518 (set-default (nth 1 form) (eval (nth 2 form))))
519 ((eq (car form) 'defface)
520 ;; Reset the face.
95e4aa8e 521 (setq face-new-frame-defaults
7cbb6dad
JL
522 (assq-delete-all (nth 1 form) face-new-frame-defaults))
523 (put (nth 1 form) 'face-defface-spec nil)
524 ;; See comments in `eval-defun-1' for purpose of code below
525 (setq form (prog1 `(prog1 ,form
526 (put ',(nth 1 form) 'saved-face
527 ',(get (nth 1 form) 'saved-face))
528 (put ',(nth 1 form) 'customized-face
45cbf2fe 529 ,(nth 2 form)))
7cbb6dad 530 (put (nth 1 form) 'saved-face nil)))))
f7359658 531 (setq edebug-result (eval form))
1fe3d507
DL
532 (if (not edebugging)
533 (princ edebug-result)
534 edebug-result)))
535
536
537;;;###autoload
538(defalias 'edebug-defun 'edebug-eval-top-level-form)
539
540;;;###autoload
541(defun edebug-eval-top-level-form ()
1f1b7f93
RS
542 "Evaluate the top level form point is in, stepping through with Edebug.
543This is like `eval-defun' except that it steps the code for Edebug
544before evaluating it. It displays the value in the echo area
545using `eval-expression' (which see).
546
547If you do this on a function definition
548such as a defun or defmacro, it defines the function and instruments
549its definition for Edebug, so it will do Edebug stepping when called
550later. It displays `Edebug: FUNCTION' in the echo area to indicate
551that FUNCTION is now instrumented for Edebug.
552
553If the current defun is actually a call to `defvar' or `defcustom',
554evaluating it this way resets the variable using its initial value
555expression even if the variable already has some other value.
556\(Normally `defvar' and `defcustom' do not alter the value if there
557already is one.)"
84fc2cfa 558 (interactive)
1f1b7f93 559 (eval-expression
f7359658 560 ;; Bind edebug-all-forms only while reading, not while evalling
1fe3d507 561 ;; but this causes problems while edebugging edebug.
88668147
DL
562 (let ((edebug-all-forms t)
563 (edebug-all-defs t))
1fe3d507 564 (edebug-read-top-level-form))))
84fc2cfa
ER
565
566
1fe3d507
DL
567(defun edebug-read-top-level-form ()
568 (let ((starting-point (point)))
569 (end-of-defun)
570 (beginning-of-defun)
571 (prog1
572 (edebug-read-and-maybe-wrap-form)
573 ;; Recover point, but only if no error occurred.
574 (goto-char starting-point))))
84fc2cfa 575
84fc2cfa 576
1fe3d507
DL
577;; Compatibility with old versions.
578(defalias 'edebug-all-defuns 'edebug-all-defs)
84fc2cfa 579
eb533587 580;;;###autoload
1fe3d507
DL
581(defun edebug-all-defs ()
582 "Toggle edebugging of all definitions."
583 (interactive)
584 (setq edebug-all-defs (not edebug-all-defs))
a1506d29 585 (message "Edebugging all definitions is %s."
1fe3d507 586 (if edebug-all-defs "on" "off")))
84fc2cfa 587
84fc2cfa 588
eb533587 589;;;###autoload
1fe3d507
DL
590(defun edebug-all-forms ()
591 "Toggle edebugging of all forms."
592 (interactive)
593 (setq edebug-all-forms (not edebug-all-forms))
a1506d29 594 (message "Edebugging all forms is %s."
1fe3d507 595 (if edebug-all-forms "on" "off")))
84fc2cfa
ER
596
597
1fe3d507 598(defun edebug-install-read-eval-functions ()
1c222bca 599 (interactive)
88668147 600 ;; Don't install if already installed.
faa5fa58
DL
601 (unless load-read-function
602 (setq load-read-function 'edebug-read)
88668147 603 (defalias 'eval-defun 'edebug-eval-defun)))
daa37602 604
1fe3d507
DL
605(defun edebug-uninstall-read-eval-functions ()
606 (interactive)
faa5fa58 607 (setq load-read-function nil)
88668147 608 (defalias 'eval-defun (symbol-function 'edebug-original-eval-defun)))
1fe3d507
DL
609
610
f7359658 611;;; Edebug internal data
1fe3d507 612
f7359658 613;; The internal data that is needed for edebugging is kept in the
a1506d29 614;; buffer-local variable `edebug-form-data'.
1fe3d507
DL
615
616(make-variable-buffer-local 'edebug-form-data)
617
0b936a1e 618(defvar edebug-form-data nil)
1fe3d507
DL
619;; A list of entries associating symbols with buffer regions.
620;; This is an automatic buffer local variable. Each entry looks like:
621;; @code{(@var{symbol} @var{begin-marker} @var{end-marker}). The markers
622;; are at the beginning and end of an entry level form and @var{symbol} is
623;; a symbol that holds all edebug related information for the form on its
624;; property list.
625
626;; In the future, the symbol will be irrelevant and edebug data will
627;; be stored in the definitions themselves rather than in the property
628;; list of a symbol.
629
630(defun edebug-make-form-data-entry (symbol begin end)
631 (list symbol begin end))
632
633(defsubst edebug-form-data-name (entry)
634 (car entry))
635
636(defsubst edebug-form-data-begin (entry)
637 (nth 1 entry))
638
639(defsubst edebug-form-data-end (entry)
640 (nth 2 entry))
641
642(defsubst edebug-set-form-data-entry (entry name begin end)
643 (setcar entry name);; in case name is changed
644 (set-marker (nth 1 entry) begin)
645 (set-marker (nth 2 entry) end))
646
647(defun edebug-get-form-data-entry (pnt &optional end-point)
648 ;; Find the edebug form data entry which is closest to PNT.
649 ;; If END-POINT is supplied, match must be exact.
650 ;; Return `nil' if none found.
651 (let ((rest edebug-form-data)
652 closest-entry
653 (closest-dist 999999)) ;; need maxint here
654 (while (and rest (< 0 closest-dist))
655 (let* ((entry (car rest))
656 (begin (edebug-form-data-begin entry))
657 (dist (- pnt begin)))
658 (setq rest (cdr rest))
659 (if (and (<= 0 dist)
660 (< dist closest-dist)
661 (or (not end-point)
662 (= end-point (edebug-form-data-end entry)))
663 (<= pnt (edebug-form-data-end entry)))
664 (setq closest-dist dist
665 closest-entry entry))))
666 closest-entry))
667
668;; Also need to find all contained entries,
669;; and find an entry given a symbol, which should be just assq.
670
671(defun edebug-form-data-symbol ()
672;; Return the edebug data symbol of the form where point is in.
673;; If point is not inside a edebuggable form, cause error.
674 (or (edebug-form-data-name (edebug-get-form-data-entry (point)))
675 (error "Not inside instrumented form")))
676
677(defun edebug-make-top-form-data-entry (new-entry)
678 ;; Make NEW-ENTRY the first element in the `edebug-form-data' list.
679 (edebug-clear-form-data-entry new-entry)
680 (setq edebug-form-data (cons new-entry edebug-form-data)))
681
682(defun edebug-clear-form-data-entry (entry)
a1506d29 683;; If non-nil, clear ENTRY out of the form data.
1fe3d507
DL
684;; Maybe clear the markers and delete the symbol's edebug property?
685 (if entry
686 (progn
a1506d29
JB
687 ;; Instead of this, we could just find all contained forms.
688 ;; (put (car entry) 'edebug nil) ;
1fe3d507
DL
689 ;; (mapcar 'edebug-clear-form-data-entry ; dangerous
690 ;; (get (car entry) 'edebug-dependents))
691 ;; (set-marker (nth 1 entry) nil)
692 ;; (set-marker (nth 2 entry) nil)
693 (setq edebug-form-data (delq entry edebug-form-data)))))
daa37602 694
f7359658 695;;; Parser utilities
1fe3d507
DL
696
697(defun edebug-syntax-error (&rest args)
698 ;; Signal an invalid-read-syntax with ARGS.
699 (signal 'invalid-read-syntax args))
700
84fc2cfa 701
1fe3d507
DL
702(defconst edebug-read-syntax-table
703 ;; Lookup table for significant characters indicating the class of the
704 ;; token that follows. This is not a \"real\" syntax table.
0b936a1e 705 (let ((table (make-char-table 'syntax-table 'symbol))
1fe3d507
DL
706 (i 0))
707 (while (< i ?!)
708 (aset table i 'space)
709 (setq i (1+ i)))
710 (aset table ?\( 'lparen)
711 (aset table ?\) 'rparen)
712 (aset table ?\' 'quote)
f7359658
RS
713 (aset table ?\` 'backquote)
714 (aset table ?\, 'comma)
1fe3d507
DL
715 (aset table ?\" 'string)
716 (aset table ?\? 'char)
717 (aset table ?\[ 'lbracket)
718 (aset table ?\] 'rbracket)
719 (aset table ?\. 'dot)
720 (aset table ?\# 'hash)
721 ;; We treat numbers as symbols, because of confusion with -, -1, and 1-.
f7359658 722 ;; We don't care about any other chars since they won't be seen.
1fe3d507 723 table))
84fc2cfa 724
1fe3d507
DL
725(defun edebug-next-token-class ()
726 ;; Move to the next token and return its class. We only care about
f7359658
RS
727 ;; lparen, rparen, dot, quote, backquote, comma, string, char, vector,
728 ;; or symbol.
1fe3d507 729 (edebug-skip-whitespace)
e4773f39
KH
730 (if (and (eq (following-char) ?.)
731 (save-excursion
732 (forward-char 1)
392cf16d
JL
733 (or (and (eq (aref edebug-read-syntax-table (following-char))
734 'symbol)
735 (not (= (following-char) ?\;)))
736 (memq (following-char) '(?\, ?\.)))))
e4773f39
KH
737 'symbol
738 (aref edebug-read-syntax-table (following-char))))
84fc2cfa 739
84fc2cfa 740
1fe3d507
DL
741(defun edebug-skip-whitespace ()
742 ;; Leave point before the next token, skipping white space and comments.
743 (skip-chars-forward " \t\r\n\f")
744 (while (= (following-char) ?\;)
6a6e859a 745 (skip-chars-forward "^\n") ; skip the comment
1fe3d507 746 (skip-chars-forward " \t\r\n\f")))
84fc2cfa 747
84fc2cfa 748
1fe3d507 749;; Mostly obsolete reader; still used in one case.
84fc2cfa 750
1fe3d507
DL
751(defun edebug-read-sexp ()
752 ;; Read one sexp from the current buffer starting at point.
753 ;; Leave point immediately after it. A sexp can be a list or atom.
754 ;; An atom is a symbol (or number), character, string, or vector.
755 ;; This works for reading anything legitimate, but it
756 ;; is gummed up by parser inconsistencies (bugs?)
757 (let ((class (edebug-next-token-class)))
758 (cond
759 ;; read goes one too far if a (possibly quoted) string or symbol
760 ;; is immediately followed by non-whitespace.
f4897e40
RS
761 ((eq class 'symbol) (edebug-original-read (current-buffer)))
762 ((eq class 'string) (edebug-original-read (current-buffer)))
1fe3d507
DL
763 ((eq class 'quote) (forward-char 1)
764 (list 'quote (edebug-read-sexp)))
f7359658
RS
765 ((eq class 'backquote)
766 (list '\` (edebug-read-sexp)))
767 ((eq class 'comma)
768 (list '\, (edebug-read-sexp)))
1fe3d507
DL
769 (t ; anything else, just read it.
770 (edebug-original-read (current-buffer))))))
771
f7359658 772;;; Offsets for reader
1fe3d507
DL
773
774;; Define a structure to represent offset positions of expressions.
775;; Each offset structure looks like: (before . after) for constituents,
776;; or for structures that have elements: (before <subexpressions> . after)
777;; where the <subexpressions> are the offset structures for subexpressions
778;; including the head of a list.
0b936a1e 779(defvar edebug-offsets nil)
1fe3d507
DL
780
781;; Stack of offset structures in reverse order of the nesting.
782;; This is used to get back to previous levels.
0b936a1e
SM
783(defvar edebug-offsets-stack nil)
784(defvar edebug-current-offset nil) ; Top of the stack, for convenience.
1fe3d507
DL
785
786;; We must store whether we just read a list with a dotted form that
787;; is itself a list. This structure will be condensed, so the offsets
788;; must also be condensed.
0b936a1e 789(defvar edebug-read-dotted-list nil)
1fe3d507
DL
790
791(defsubst edebug-initialize-offsets ()
792 ;; Reinitialize offset recording.
793 (setq edebug-current-offset nil))
794
795(defun edebug-store-before-offset (point)
796 ;; Add a new offset pair with POINT as the before offset.
797 (let ((new-offset (list point)))
798 (if edebug-current-offset
799 (setcdr edebug-current-offset
800 (cons new-offset (cdr edebug-current-offset)))
801 ;; Otherwise, we are at the top level, so initialize.
802 (setq edebug-offsets new-offset
803 edebug-offsets-stack nil
804 edebug-read-dotted-list nil))
805 ;; Cons the new offset to the front of the stack.
806 (setq edebug-offsets-stack (cons new-offset edebug-offsets-stack)
807 edebug-current-offset new-offset)
84fc2cfa
ER
808 ))
809
1fe3d507
DL
810(defun edebug-store-after-offset (point)
811 ;; Finalize the current offset struct by reversing it and
812 ;; store POINT as the after offset.
813 (if (not edebug-read-dotted-list)
814 ;; Just reverse the offsets of all subexpressions.
815 (setcdr edebug-current-offset (nreverse (cdr edebug-current-offset)))
816
817 ;; We just read a list after a dot, which will be abbreviated out.
818 (setq edebug-read-dotted-list nil)
819 ;; Drop the corresponding offset pair.
a1506d29 820 ;; That is, nconc the reverse of the rest of the offsets
1fe3d507
DL
821 ;; with the cdr of last offset.
822 (setcdr edebug-current-offset
823 (nconc (nreverse (cdr (cdr edebug-current-offset)))
824 (cdr (car (cdr edebug-current-offset))))))
825
826 ;; Now append the point using nconc.
827 (setq edebug-current-offset (nconc edebug-current-offset point))
828 ;; Pop the stack.
829 (setq edebug-offsets-stack (cdr edebug-offsets-stack)
830 edebug-current-offset (car edebug-offsets-stack)))
831
832(defun edebug-ignore-offset ()
833 ;; Ignore the last created offset pair.
834 (setcdr edebug-current-offset (cdr (cdr edebug-current-offset))))
835
1fe3d507 836(defmacro edebug-storing-offsets (point &rest body)
5121ef4c 837 (declare (debug (form body)) (indent 1))
d8f1319a 838 `(unwind-protect
a1506d29 839 (progn
d8f1319a 840 (edebug-store-before-offset ,point)
a1506d29 841 ,@body)
d8f1319a 842 (edebug-store-after-offset (point))))
1fe3d507
DL
843
844
f7359658
RS
845;;; Reader for Emacs Lisp.
846
1fe3d507
DL
847;; Uses edebug-next-token-class (and edebug-skip-whitespace) above.
848
849(defconst edebug-read-alist
850 '((symbol . edebug-read-symbol)
851 (lparen . edebug-read-list)
852 (string . edebug-read-string)
853 (quote . edebug-read-quote)
f7359658
RS
854 (backquote . edebug-read-backquote)
855 (comma . edebug-read-comma)
1fe3d507
DL
856 (lbracket . edebug-read-vector)
857 (hash . edebug-read-function)
858 ))
84fc2cfa 859
1fe3d507 860(defun edebug-read-storing-offsets (stream)
5121ef4c 861 (let (edebug-read-dotted-list) ; see edebug-store-after-offset
1fe3d507 862 (edebug-storing-offsets (point)
5121ef4c
SM
863 (funcall
864 (or (cdr (assq (edebug-next-token-class) edebug-read-alist))
865 ;; anything else, just read it.
866 'edebug-original-read)
867 stream))))
84fc2cfa 868
1fe3d507 869(defun edebug-read-symbol (stream)
f4897e40 870 (edebug-original-read stream))
84fc2cfa 871
1fe3d507 872(defun edebug-read-string (stream)
f4897e40 873 (edebug-original-read stream))
84fc2cfa 874
1fe3d507
DL
875(defun edebug-read-quote (stream)
876 ;; Turn 'thing into (quote thing)
877 (forward-char 1)
878 (list
5121ef4c 879 (edebug-storing-offsets (1- (point)) 'quote)
1fe3d507
DL
880 (edebug-read-storing-offsets stream)))
881
5121ef4c
SM
882(defvar edebug-read-backquote-level 0
883 "If non-zero, we're in a new-style backquote.
884It should never be negative. This controls how we read comma constructs.")
885
f7359658
RS
886(defun edebug-read-backquote (stream)
887 ;; Turn `thing into (\` thing)
5121ef4c
SM
888 (forward-char 1)
889 (list
890 (edebug-storing-offsets (1- (point)) '\`)
891 (let ((edebug-read-backquote-level (1+ edebug-read-backquote-level)))
892 (edebug-read-storing-offsets stream))))
f7359658
RS
893
894(defun edebug-read-comma (stream)
895 ;; Turn ,thing into (\, thing). Handle ,@ and ,. also.
896 (let ((opoint (point)))
897 (forward-char 1)
898 (let ((symbol '\,))
899 (cond ((eq (following-char) ?\.)
900 (setq symbol '\,\.)
901 (forward-char 1))
902 ((eq (following-char) ?\@)
903 (setq symbol '\,@)
904 (forward-char 1)))
905 ;; Generate the same structure of offsets we would have
906 ;; if the resulting list appeared verbatim in the input text.
5121ef4c
SM
907 (if (zerop edebug-read-backquote-level)
908 (edebug-storing-offsets opoint symbol)
909 (list
910 (edebug-storing-offsets opoint symbol)
911 (let ((edebug-read-backquote-level (1- edebug-read-backquote-level)))
912 (edebug-read-storing-offsets stream)))))))
f7359658 913
1fe3d507
DL
914(defun edebug-read-function (stream)
915 ;; Turn #'thing into (function thing)
916 (forward-char 1)
6db746da
DL
917 (cond ((eq ?\' (following-char))
918 (forward-char 1)
a1506d29 919 (list
5121ef4c 920 (edebug-storing-offsets (- (point) 2)
6db746da
DL
921 (if (featurep 'cl) 'function* 'function))
922 (edebug-read-storing-offsets stream)))
057b57f6 923 ((memq (following-char) '(?: ?B ?O ?X ?b ?o ?x ?1 ?2 ?3 ?4 ?5 ?6
5121ef4c 924 ?7 ?8 ?9 ?0))
057b57f6 925 (backward-char 1)
6db746da
DL
926 (edebug-original-read stream))
927 (t (edebug-syntax-error "Bad char after #"))))
1fe3d507
DL
928
929(defun edebug-read-list (stream)
930 (forward-char 1) ; skip \(
a1506d29 931 (prog1
1fe3d507
DL
932 (let ((elements))
933 (while (not (memq (edebug-next-token-class) '(rparen dot)))
5121ef4c
SM
934 (if (and (eq (edebug-next-token-class) 'backquote)
935 (null elements)
936 (zerop edebug-read-backquote-level))
937 (progn
938 ;; Old style backquote.
939 (forward-char 1) ; Skip backquote.
940 ;; Call edebug-storing-offsets here so that we
941 ;; produce the same offsets we would have had
942 ;; if the backquote were an ordinary symbol.
943 (push (edebug-storing-offsets (1- (point)) '\`) elements))
944 (push (edebug-read-storing-offsets stream) elements)))
1fe3d507
DL
945 (setq elements (nreverse elements))
946 (if (eq 'dot (edebug-next-token-class))
947 (let (dotted-form)
948 (forward-char 1) ; skip \.
949 (setq dotted-form (edebug-read-storing-offsets stream))
950 elements (nconc elements dotted-form)
951 (if (not (eq (edebug-next-token-class) 'rparen))
952 (edebug-syntax-error "Expected `)'"))
953 (setq edebug-read-dotted-list (listp dotted-form))
954 ))
955 elements)
956 (forward-char 1) ; skip \)
957 ))
84fc2cfa 958
1fe3d507
DL
959(defun edebug-read-vector (stream)
960 (forward-char 1) ; skip \[
a1506d29 961 (prog1
1fe3d507
DL
962 (let ((elements))
963 (while (not (eq 'rbracket (edebug-next-token-class)))
5121ef4c 964 (push (edebug-read-storing-offsets stream) elements))
1fe3d507
DL
965 (apply 'vector (nreverse elements)))
966 (forward-char 1) ; skip \]
84fc2cfa
ER
967 ))
968
f7359658 969;;; Cursors for traversal of list and vector elements with offsets.
1fe3d507
DL
970
971(defvar edebug-dotted-spec nil)
972
973(defun edebug-new-cursor (expressions offsets)
974 ;; Return a new cursor for EXPRESSIONS with OFFSETS.
a1506d29 975 (if (vectorp expressions)
1fe3d507
DL
976 (setq expressions (append expressions nil)))
977 (cons expressions offsets))
978
979(defsubst edebug-set-cursor (cursor expressions offsets)
980 ;; Set the CURSOR's EXPRESSIONS and OFFSETS to the given.
981 ;; Return the cursor.
982 (setcar cursor expressions)
983 (setcdr cursor offsets)
984 cursor)
985
552754fe 986(defun edebug-copy-cursor (cursor)
1fe3d507
DL
987 ;; Copy the cursor using the same object and offsets.
988 (cons (car cursor) (cdr cursor)))
989
990(defsubst edebug-cursor-expressions (cursor)
991 (car cursor))
992(defsubst edebug-cursor-offsets (cursor)
993 (cdr cursor))
994
995(defsubst edebug-empty-cursor (cursor)
996 ;; Return non-nil if CURSOR is empty - meaning no more elements.
997 (null (car cursor)))
998
999(defsubst edebug-top-element (cursor)
1000 ;; Return the top element at the cursor.
1001 ;; Assumes not empty.
1002 (car (car cursor)))
1003
1004(defun edebug-top-element-required (cursor &rest error)
1005 ;; Check if a dotted form is required.
1006 (if edebug-dotted-spec (edebug-no-match cursor "Dot expected."))
1007 ;; Check if there is at least one more argument.
1008 (if (edebug-empty-cursor cursor) (apply 'edebug-no-match cursor error))
1009 ;; Return that top element.
1010 (edebug-top-element cursor))
1011
1012(defsubst edebug-top-offset (cursor)
1013 ;; Return the top offset pair corresponding to the top element.
1014 (car (cdr cursor)))
1015
1016(defun edebug-move-cursor (cursor)
1017 ;; Advance and return the cursor to the next element and offset.
1018 ;; throw no-match if empty before moving.
1019 ;; This is a violation of the cursor encapsulation, but
1020 ;; there is plenty of that going on while matching.
1021 ;; The following test should always fail.
a1506d29 1022 (if (edebug-empty-cursor cursor)
1fe3d507
DL
1023 (edebug-no-match cursor "Not enough arguments."))
1024 (setcar cursor (cdr (car cursor)))
1025 (setcdr cursor (cdr (cdr cursor)))
1026 cursor)
1027
1028
1029(defun edebug-before-offset (cursor)
1030 ;; Return the before offset of the cursor.
1031 ;; If there is nothing left in the offsets,
a1506d29 1032 ;; return one less than the offset itself,
1fe3d507
DL
1033 ;; which is the after offset for a list.
1034 (let ((offset (edebug-cursor-offsets cursor)))
1035 (if (consp offset)
1036 (car (car offset))
1037 (1- offset))))
1038
1039(defun edebug-after-offset (cursor)
1040 ;; Return the after offset of the cursor object.
1041 (let ((offset (edebug-top-offset cursor)))
1042 (while (consp offset)
1043 (setq offset (cdr offset)))
1044 offset))
1045
f7359658 1046;;; The Parser
1fe3d507 1047
f7359658
RS
1048;; The top level function for parsing forms is
1049;; edebug-read-and-maybe-wrap-form; it calls all the rest. It checks the
1050;; syntax a bit and leaves point at any error it finds, but otherwise
1051;; should appear to work like eval-defun.
1fe3d507 1052
f7359658
RS
1053;; The basic plan is to surround each expression with a call to
1054;; the edebug debugger together with indexes into a table of positions of
1055;; all expressions. Thus an expression "exp" becomes:
1fe3d507 1056
f7359658 1057;; (edebug-after (edebug-before 1) 2 exp)
1fe3d507 1058
f7359658
RS
1059;; When this is evaluated, first point is moved to the beginning of
1060;; exp at offset 1 of the current function. The expression is
1061;; evaluated, which may cause more edebug calls, and then point is
1062;; moved to offset 2 after the end of exp.
1fe3d507 1063
f7359658
RS
1064;; The highest level expressions of the function are wrapped in a call to
1065;; edebug-enter, which supplies the function name and the actual
1066;; arguments to the function. See functions edebug-enter, edebug-before,
1067;; and edebug-after for more details.
1fe3d507
DL
1068
1069;; Dynamically bound vars, left unbound, but globally declared.
1070;; This is to quiet the byte compiler.
1071
1072;; Window data of the highest definition being wrapped.
1073;; This data is shared by all embedded definitions.
1074(defvar edebug-top-window-data)
1075
1076(defvar edebug-&optional)
1077(defvar edebug-&rest)
1078(defvar edebug-gate nil) ;; whether no-match forces an error.
1079
0b936a1e
SM
1080(defvar edebug-def-name nil) ; name of definition, used by interactive-form
1081(defvar edebug-old-def-name nil) ; previous name of containing definition.
1fe3d507 1082
0b936a1e
SM
1083(defvar edebug-error-point nil)
1084(defvar edebug-best-error nil)
1fe3d507
DL
1085
1086
1087(defun edebug-read-and-maybe-wrap-form ()
1088 ;; Read a form and wrap it with edebug calls, if the conditions are right.
1089 ;; Here we just catch any no-match not caught below and signal an error.
1090
1091 ;; Run the setup hook.
88b52bf5
RS
1092 ;; If it gets an error, make it nil.
1093 (let ((temp-hook edebug-setup-hook))
1094 (setq edebug-setup-hook nil)
1095 (run-hooks 'temp-hook))
1fe3d507
DL
1096
1097 (let (result
1098 edebug-top-window-data
1099 edebug-def-name;; make sure it is locally nil
f7359658 1100 ;; I don't like these here!!
1fe3d507
DL
1101 edebug-&optional
1102 edebug-&rest
1103 edebug-gate
1104 edebug-best-error
1105 edebug-error-point
1106 no-match
1107 ;; Do this once here instead of several times.
1108 (max-lisp-eval-depth (+ 800 max-lisp-eval-depth))
f7359658 1109 (max-specpdl-size (+ 2000 max-specpdl-size)))
1fe3d507
DL
1110 (setq no-match
1111 (catch 'no-match
1112 (setq result (edebug-read-and-maybe-wrap-form1))
1113 nil))
1114 (if no-match
1115 (apply 'edebug-syntax-error no-match))
1116 result))
1117
1118
1119(defun edebug-read-and-maybe-wrap-form1 ()
1120 (let (spec
1121 def-kind
1122 defining-form-p
1123 def-name
f7359658 1124 ;; These offset things don't belong here, but to support recursive
1fe3d507
DL
1125 ;; calls to edebug-read, they need to be here.
1126 edebug-offsets
1127 edebug-offsets-stack
1128 edebug-current-offset ; reset to nil
1129 )
1130 (save-excursion
1131 (if (and (eq 'lparen (edebug-next-token-class))
1132 (eq 'symbol (progn (forward-char 1) (edebug-next-token-class))))
1133 ;; Find out if this is a defining form from first symbol
88668147 1134 (setq def-kind (edebug-original-read (current-buffer))
1fe3d507
DL
1135 spec (and (symbolp def-kind) (get-edebug-spec def-kind))
1136 defining-form-p (and (listp spec)
1137 (eq '&define (car spec)))
1138 ;; This is incorrect in general!! But OK most of the time.
a1506d29 1139 def-name (if (and defining-form-p
1fe3d507
DL
1140 (eq 'name (car (cdr spec)))
1141 (eq 'symbol (edebug-next-token-class)))
88668147
DL
1142 (edebug-original-read (current-buffer))))))
1143;;;(message "all defs: %s all forms: %s" edebug-all-defs edebug-all-forms)
84fc2cfa 1144 (cond
1fe3d507
DL
1145 (defining-form-p
1146 (if (or edebug-all-defs edebug-all-forms)
1147 ;; If it is a defining form and we are edebugging defs,
1148 ;; then let edebug-list-form start it.
a1506d29 1149 (let ((cursor (edebug-new-cursor
1fe3d507
DL
1150 (list (edebug-read-storing-offsets (current-buffer)))
1151 (list edebug-offsets))))
1152 (car
1153 (edebug-make-form-wrapper
1154 cursor
a1506d29 1155 (edebug-before-offset cursor)
1fe3d507
DL
1156 (1- (edebug-after-offset cursor))
1157 (list (cons (symbol-name def-kind) (cdr spec))))))
1158
1159 ;; Not edebugging this form, so reset the symbol's edebug
1160 ;; property to be just a marker at the definition's source code.
1161 ;; This only works for defs with simple names.
1162 (put def-name 'edebug (point-marker))
1163 ;; Also nil out dependent defs.
a1506d29 1164 '(mapcar (function
1fe3d507
DL
1165 (lambda (def)
1166 (put def-name 'edebug nil)))
1167 (get def-name 'edebug-dependents))
1168 (edebug-read-sexp)))
1169
1170 ;; If all forms are being edebugged, explicitly wrap it.
1171 (edebug-all-forms
a1506d29 1172 (let ((cursor (edebug-new-cursor
1fe3d507
DL
1173 (list (edebug-read-storing-offsets (current-buffer)))
1174 (list edebug-offsets))))
a1506d29 1175 (edebug-make-form-wrapper
1fe3d507 1176 cursor
a1506d29
JB
1177 (edebug-before-offset cursor)
1178 (edebug-after-offset cursor)
1fe3d507
DL
1179 nil)))
1180
1181 ;; Not a defining form, and not edebugging.
1182 (t (edebug-read-sexp)))
1183 ))
1184
1185
1186(defvar edebug-def-args) ; args of defining form.
1187(defvar edebug-def-interactive) ; is it an emacs interactive function?
1188(defvar edebug-inside-func) ;; whether code is inside function context.
1189;; Currently def-form sets this to nil; def-body sets it to t.
1190
1191(defun edebug-interactive-p-name ()
1192 ;; Return a unique symbol for the variable used to store the
1193 ;; status of interactive-p for this function.
1194 (intern (format "edebug-%s-interactive-p" edebug-def-name)))
1195
1196
1197(defun edebug-wrap-def-body (forms)
1198 "Wrap the FORMS of a definition body."
1199 (if edebug-def-interactive
d8f1319a
GM
1200 `(let ((,(edebug-interactive-p-name)
1201 (interactive-p)))
1202 ,(edebug-make-enter-wrapper forms))
1fe3d507
DL
1203 (edebug-make-enter-wrapper forms)))
1204
1205
1206(defun edebug-make-enter-wrapper (forms)
1207 ;; Generate the enter wrapper for some forms of a definition.
1208 ;; This is not to be used for the body of other forms, e.g. `while',
1209 ;; since it wraps the list of forms with a call to `edebug-enter'.
1210 ;; Uses the dynamically bound vars edebug-def-name and edebug-def-args.
1211 ;; Do this after parsing since that may find a name.
a1506d29 1212 (setq edebug-def-name
f7359658 1213 (or edebug-def-name edebug-old-def-name (edebug-gensym "edebug-anon")))
d8f1319a
GM
1214 `(edebug-enter
1215 (quote ,edebug-def-name)
a1506d29 1216 ,(if edebug-inside-func
ebb4159c
GM
1217 `(list
1218 ;; Doesn't work with more than one def-body!!
1219 ;; But the list will just be reversed.
1220 ,@(nreverse edebug-def-args))
d8f1319a
GM
1221 'nil)
1222 (function (lambda () ,@forms))
1223 ))
1fe3d507
DL
1224
1225
1226(defvar edebug-form-begin-marker) ; the mark for def being instrumented
a1506d29 1227
1fe3d507
DL
1228(defvar edebug-offset-index) ; the next available offset index.
1229(defvar edebug-offset-list) ; the list of offset positions.
1230
1231(defun edebug-inc-offset (offset)
1232 ;; modifies edebug-offset-index and edebug-offset-list
1233 ;; accesses edebug-func-marc and buffer point
1234 (prog1
1235 edebug-offset-index
1236 (setq edebug-offset-list (cons (- offset edebug-form-begin-marker)
1237 edebug-offset-list)
1238 edebug-offset-index (1+ edebug-offset-index))))
1239
1240
1241(defun edebug-make-before-and-after-form (before-index form after-index)
1242 ;; Return the edebug form for the current function at offset BEFORE-INDEX
a1506d29 1243 ;; given FORM. Looks like:
1fe3d507
DL
1244 ;; (edebug-after (edebug-before BEFORE-INDEX) AFTER-INDEX FORM)
1245 ;; Also increment the offset index for subsequent use.
a1506d29 1246 (list 'edebug-after
1fe3d507
DL
1247 (list 'edebug-before before-index)
1248 after-index form))
1249
1250(defun edebug-make-after-form (form after-index)
1251 ;; Like edebug-make-before-and-after-form, but only after.
1252 (list 'edebug-after 0 after-index form))
1253
1254
1255(defun edebug-unwrap (sexp)
1256 "Return the unwrapped SEXP or return it as is if it is not wrapped.
a1506d29 1257The SEXP might be the result of wrapping a body, which is a list of
1fe3d507
DL
1258expressions; a `progn' form will be returned enclosing these forms."
1259 (if (consp sexp)
a1506d29 1260 (cond
1fe3d507
DL
1261 ((eq 'edebug-after (car sexp))
1262 (nth 3 sexp))
1263 ((eq 'edebug-enter (car sexp))
1264 (let ((forms (nthcdr 2 (nth 1 (nth 3 sexp)))))
1265 (if (> (length forms) 1)
1266 (cons 'progn forms) ;; could return (values forms) instead.
1267 (car forms))))
1268 (t sexp);; otherwise it is not wrapped, so just return it.
1269 )
1270 sexp))
1271
1272(defun edebug-unwrap* (sexp)
1273 "Return the sexp recursively unwrapped."
1274 (let ((new-sexp (edebug-unwrap sexp)))
1275 (while (not (eq sexp new-sexp))
1276 (setq sexp new-sexp
1277 new-sexp (edebug-unwrap sexp)))
1278 (if (consp new-sexp)
1279 (mapcar 'edebug-unwrap* new-sexp)
1280 new-sexp)))
1281
1282
1283(defun edebug-defining-form (cursor form-begin form-end speclist)
1284 ;; Process the defining form, starting outside the form.
1285 ;; The speclist is a generated list spec that looks like:
1286 ;; (("def-symbol" defining-form-spec-sans-&define))
1287 ;; Skip the first offset.
1288 (edebug-set-cursor cursor (edebug-cursor-expressions cursor)
1289 (cdr (edebug-cursor-offsets cursor)))
a1506d29
JB
1290 (edebug-make-form-wrapper
1291 cursor
1fe3d507
DL
1292 form-begin (1- form-end)
1293 speclist))
1294
1295(defun edebug-make-form-wrapper (cursor form-begin form-end
1296 &optional speclist)
1297 ;; Wrap a form, usually a defining form, but any evaluated one.
1298 ;; If speclist is non-nil, this is being called by edebug-defining-form.
1299 ;; Otherwise it is being called from edebug-read-and-maybe-wrap-form1.
1300 ;; This is a hack, but I havent figured out a simpler way yet.
1301 (let* ((form-data-entry (edebug-get-form-data-entry form-begin form-end))
1302 ;; Set this marker before parsing.
a1506d29
JB
1303 (edebug-form-begin-marker
1304 (if form-data-entry
1fe3d507
DL
1305 (edebug-form-data-begin form-data-entry)
1306 ;; Buffer must be current-buffer for this to work:
1307 (set-marker (make-marker) form-begin))))
1308
1309 (let (edebug-offset-list
1310 (edebug-offset-index 0)
1311 result
1312 ;; For definitions.
1313 ;; (edebug-containing-def-name edebug-def-name)
1314 ;; Get name from form-data, if any.
1315 (edebug-old-def-name (edebug-form-data-name form-data-entry))
1316 edebug-def-name
1317 edebug-def-args
1318 edebug-def-interactive
1319 edebug-inside-func;; whether wrapped code executes inside a function.
1320 )
a1506d29 1321
1fe3d507
DL
1322 (setq result
1323 (if speclist
1324 (edebug-match cursor speclist)
1325
1326 ;; else wrap as an enter-form.
1327 (edebug-make-enter-wrapper (list (edebug-form cursor)))))
a1506d29 1328
1fe3d507 1329 ;; Set the name here if it was not set by edebug-make-enter-wrapper.
a1506d29 1330 (setq edebug-def-name
f7359658 1331 (or edebug-def-name edebug-old-def-name (edebug-gensym "edebug-anon")))
1fe3d507
DL
1332
1333 ;; Add this def as a dependent of containing def. Buggy.
1334 '(if (and edebug-containing-def-name
1335 (not (get edebug-containing-def-name 'edebug-dependents)))
1336 (put edebug-containing-def-name 'edebug-dependents
a1506d29
JB
1337 (cons edebug-def-name
1338 (get edebug-containing-def-name
1fe3d507
DL
1339 'edebug-dependents))))
1340
1341 ;; Create a form-data-entry or modify existing entry's markers.
1342 ;; In the latter case, pointers to the entry remain eq.
1343 (if (not form-data-entry)
a1506d29 1344 (setq form-data-entry
1fe3d507 1345 (edebug-make-form-data-entry
a1506d29 1346 edebug-def-name
1fe3d507
DL
1347 edebug-form-begin-marker
1348 ;; Buffer must be current-buffer.
1349 (set-marker (make-marker) form-end)
1350 ))
a1506d29 1351 (edebug-set-form-data-entry
1fe3d507
DL
1352 form-data-entry edebug-def-name ;; in case name is changed
1353 form-begin form-end))
1354
1355 ;; (message "defining: %s" edebug-def-name) (sit-for 2)
1356 (edebug-make-top-form-data-entry form-data-entry)
1357 (message "Edebug: %s" edebug-def-name)
1358 ;;(debug edebug-def-name)
1359
1360 ;; Destructively reverse edebug-offset-list and make vector from it.
1361 (setq edebug-offset-list (vconcat (nreverse edebug-offset-list)))
1362
1363 ;; Side effects on the property list of edebug-def-name.
1364 (edebug-clear-frequency-count edebug-def-name)
1365 (edebug-clear-coverage edebug-def-name)
1366
1367 ;; Set up the initial window data.
1368 (if (not edebug-top-window-data) ;; if not already set, do it now.
1369 (let ((window ;; Find the best window for this buffer.
1370 (or (get-buffer-window (current-buffer))
1371 (selected-window))))
a1506d29 1372 (setq edebug-top-window-data
1fe3d507
DL
1373 (cons window (window-start window)))))
1374
1375 ;; Store the edebug data in symbol's property list.
1376 (put edebug-def-name 'edebug
1377 ;; A struct or vector would be better here!!
1378 (list edebug-form-begin-marker
1379 nil ; clear breakpoints
1380 edebug-offset-list
1381 edebug-top-window-data
1382 ))
1383 result
84fc2cfa
ER
1384 )))
1385
1386
1fe3d507
DL
1387(defun edebug-clear-frequency-count (name)
1388 ;; Create initial frequency count vector.
1389 ;; For each stop point, the counter is incremented each time it is visited.
1390 (put name 'edebug-freq-count
1391 (make-vector (length edebug-offset-list) 0)))
1392
1393
1394(defun edebug-clear-coverage (name)
a1506d29 1395 ;; Create initial coverage vector.
1fe3d507 1396 ;; Only need one per expression, but it is simpler to use stop points.
a1506d29 1397 (put name 'edebug-coverage
1fe3d507 1398 (make-vector (length edebug-offset-list) 'unknown)))
84fc2cfa 1399
84fc2cfa 1400
1fe3d507 1401(defun edebug-form (cursor)
a1506d29 1402 ;; Return the instrumented form for the following form.
1fe3d507
DL
1403 ;; Add the point offsets to the edebug-offset-list for the form.
1404 (let* ((form (edebug-top-element-required cursor "Expected form"))
1405 (offset (edebug-top-offset cursor)))
1406 (prog1
84fc2cfa 1407 (cond
1fe3d507
DL
1408 ((consp form)
1409 ;; The first offset for a list form is for the list form itself.
1410 (if (eq 'quote (car form))
1411 form
1412 (let* ((head (car form))
1413 (spec (and (symbolp head) (get-edebug-spec head)))
1414 (new-cursor (edebug-new-cursor form offset)))
1415 ;; Find out if this is a defining form from first symbol.
1416 ;; An indirect spec would not work here, yet.
1417 (if (and (consp spec) (eq '&define (car spec)))
a1506d29
JB
1418 (edebug-defining-form
1419 new-cursor
1fe3d507 1420 (car offset);; before the form
a1506d29 1421 (edebug-after-offset cursor)
1fe3d507
DL
1422 (cons (symbol-name head) (cdr spec)))
1423 ;; Wrap a regular form.
a1506d29 1424 (edebug-make-before-and-after-form
1fe3d507
DL
1425 (edebug-inc-offset (car offset))
1426 (edebug-list-form new-cursor)
1427 ;; After processing the list form, the new-cursor is left
1428 ;; with the offset after the form.
1429 (edebug-inc-offset (edebug-cursor-offsets new-cursor))))
1430 )))
1431
1432 ((symbolp form)
1433 (cond
f7359658 1434 ;; Check for constant symbols that don't get wrapped.
1fe3d507 1435 ((or (memq form '(t nil))
be0dd657 1436 (keywordp form))
1fe3d507
DL
1437 form)
1438
1fe3d507
DL
1439 (t ;; just a variable
1440 (edebug-make-after-form form (edebug-inc-offset (cdr offset))))))
1441
1442 ;; Anything else is self-evaluating.
1443 (t form))
1444 (edebug-move-cursor cursor))))
1445
1446
1447(defsubst edebug-forms (cursor) (edebug-match cursor '(&rest form)))
1448(defsubst edebug-sexps (cursor) (edebug-match cursor '(&rest sexp)))
1449
1450(defsubst edebug-list-form-args (head cursor)
1451 ;; Process the arguments of a list form given that head of form is a symbol.
1452 ;; Helper for edebug-list-form
1453 (let ((spec (get-edebug-spec head)))
1454 (cond
1455 (spec
1456 (cond
1457 ((consp spec)
1458 ;; It is a speclist.
1459 (let (edebug-best-error
1460 edebug-error-point);; This may not be needed.
1461 (edebug-match-sublist cursor spec)))
1462 ((eq t spec) (edebug-forms cursor))
1463 ((eq 0 spec) (edebug-sexps cursor))
1464 ((symbolp spec) (funcall spec cursor));; Not used by edebug,
1465 ; but leave it in for compatibility.
1466 ))
1467 ;; No edebug-form-spec provided.
1468 ((edebug-macrop head)
1469 (if edebug-eval-macro-args
1470 (edebug-forms cursor)
1471 (edebug-sexps cursor)))
1472 (t ;; Otherwise it is a function call.
1473 (edebug-forms cursor)))))
1474
1475
1476(defun edebug-list-form (cursor)
1477 ;; Return an instrumented form built from the list form.
1478 ;; The after offset will be left in the cursor after processing the form.
1479 (let ((head (edebug-top-element-required cursor "Expected elements"))
1480 ;; Prevent backtracking whenever instrumenting.
1481 (edebug-gate t)
1482 ;; A list form is never optional because it matches anything.
1483 (edebug-&optional nil)
1484 (edebug-&rest nil))
1485 ;; Skip the first offset.
1486 (edebug-set-cursor cursor (edebug-cursor-expressions cursor)
1487 (cdr (edebug-cursor-offsets cursor)))
1488 (cond
1fe3d507
DL
1489 ((symbolp head)
1490 (cond
d778509c 1491 ((null head) nil) ; () is legal.
1fe3d507
DL
1492 ((eq head 'interactive-p)
1493 ;; Special case: replace (interactive-p) with variable
1494 (setq edebug-def-interactive 'check-it)
1495 (edebug-move-cursor cursor)
1496 (edebug-interactive-p-name))
1497 (t
a1506d29 1498 (cons head (edebug-list-form-args
1fe3d507
DL
1499 head (edebug-move-cursor cursor))))))
1500
1501 ((consp head)
d778509c
SM
1502 (if (eq (car head) ',)
1503 ;; The head of a form should normally be a symbol or a lambda
1504 ;; expression but it can also be an unquote form to be filled
1505 ;; before evaluation. We evaluate the arguments anyway, on the
1506 ;; assumption that the unquote form will place a proper function
1507 ;; name (rather than a macro name).
1fe3d507
DL
1508 (edebug-match cursor '(("," def-form) body))
1509 ;; Process anonymous function and args.
1510 ;; This assumes no anonymous macros.
1511 (edebug-match-specs cursor '(lambda-expr body) 'edebug-match-specs)))
1512
1513 (t (edebug-syntax-error
d778509c 1514 "Head of list form must be a symbol or lambda expression")))
1fe3d507
DL
1515 ))
1516
f7359658 1517;;; Matching of specs.
1fe3d507
DL
1518
1519(defvar edebug-after-dotted-spec nil)
1520
1521(defvar edebug-matching-depth 0) ;; initial value
1522(defconst edebug-max-depth 150) ;; maximum number of matching recursions.
1523
1524
a1506d29 1525;;; Failure to match
f7359658 1526
1fe3d507
DL
1527;; This throws to no-match, if there are higher alternatives.
1528;; Otherwise it signals an error. The place of the error is found
1529;; with the two before- and after-offset functions.
1530
1531(defun edebug-no-match (cursor &rest edebug-args)
1532 ;; Throw a no-match, or signal an error immediately if gate is active.
1533 ;; Remember this point in case we need to report this error.
1534 (setq edebug-error-point (or edebug-error-point
1535 (edebug-before-offset cursor))
1536 edebug-best-error (or edebug-best-error edebug-args))
1537 (if (and edebug-gate (not edebug-&optional))
1538 (progn
1539 (if edebug-error-point
1540 (goto-char edebug-error-point))
1541 (apply 'edebug-syntax-error edebug-args))
1542 (funcall 'throw 'no-match edebug-args)))
1543
1544
1545(defun edebug-match (cursor specs)
1546 ;; Top level spec matching function.
1547 ;; Used also at each lower level of specs.
1548 (let (edebug-&optional
1549 edebug-&rest
1550 edebug-best-error
1551 edebug-error-point
1552 (edebug-gate edebug-gate) ;; locally bound to limit effect
1553 )
1554 (edebug-match-specs cursor specs 'edebug-match-specs)))
1555
1556
1557(defun edebug-match-one-spec (cursor spec)
1558 ;; Match one spec, which is not a keyword &-spec.
1559 (cond
1560 ((symbolp spec) (edebug-match-symbol cursor spec))
1561 ((vectorp spec) (edebug-match cursor (append spec nil)))
1562 ((stringp spec) (edebug-match-string cursor spec))
1563 ((listp spec) (edebug-match-list cursor spec))
1564 ))
1565
1566
1567(defun edebug-match-specs (cursor specs remainder-handler)
1568 ;; Append results of matching the list of specs.
1569 ;; The first spec is handled and the remainder-handler handles the rest.
a1506d29 1570 (let ((edebug-matching-depth
1fe3d507
DL
1571 (if (> edebug-matching-depth edebug-max-depth)
1572 (error "too deep - perhaps infinite loop in spec?")
1573 (1+ edebug-matching-depth))))
1574 (cond
1575 ((null specs) nil)
a1506d29 1576
1fe3d507 1577 ;; Is the spec dotted?
a1506d29 1578 ((atom specs)
1fe3d507
DL
1579 (let ((edebug-dotted-spec t));; Containing spec list was dotted.
1580 (edebug-match-specs cursor (list specs) remainder-handler)))
1581
1582 ;; Is the form dotted?
1583 ((not (listp (edebug-cursor-expressions cursor)));; allow nil
1584 (if (not edebug-dotted-spec)
1585 (edebug-no-match cursor "Dotted spec required."))
1586 ;; Cancel dotted spec and dotted form.
1587 (let ((edebug-dotted-spec)
1588 (this-form (edebug-cursor-expressions cursor))
1589 (this-offset (edebug-cursor-offsets cursor)))
1590 ;; Wrap the form in a list, (by changing the cursor??)...
1591 (edebug-set-cursor cursor (list this-form) this-offset)
1592 ;; and process normally, then unwrap the result.
1593 (car (edebug-match-specs cursor specs remainder-handler))))
1594
1595 (t;; Process normally.
1596 (let* ((spec (car specs))
a1506d29 1597 (rest)
1fe3d507
DL
1598 (first-char (and (symbolp spec) (aref (symbol-name spec) 0))))
1599 ;;(message "spec = %s first char = %s" spec first-char) (sit-for 1)
1600 (nconc
1601 (cond
1602 ((eq ?& first-char);; "&" symbols take all following specs.
1603 (funcall (get-edebug-spec spec) cursor (cdr specs)))
1604 ((eq ?: first-char);; ":" symbols take one following spec.
1605 (setq rest (cdr (cdr specs)))
1606 (funcall (get-edebug-spec spec) cursor (car (cdr specs))))
1607 (t;; Any other normal spec.
1608 (setq rest (cdr specs))
1609 (edebug-match-one-spec cursor spec)))
1610 (funcall remainder-handler cursor rest remainder-handler)))))))
1611
1612
1613;; Define specs for all the symbol specs with functions used to process them.
f7359658 1614;; Perhaps we shouldn't be doing this with edebug-form-specs since the
1fe3d507
DL
1615;; user may want to define macros or functions with the same names.
1616;; We could use an internal obarray for these primitive specs.
1617
f71974e1
SM
1618(dolist (pair '((&optional . edebug-match-&optional)
1619 (&rest . edebug-match-&rest)
1620 (&or . edebug-match-&or)
1621 (form . edebug-match-form)
1622 (sexp . edebug-match-sexp)
1623 (body . edebug-match-body)
1624 (&define . edebug-match-&define)
1625 (name . edebug-match-name)
1626 (:name . edebug-match-colon-name)
1627 (arg . edebug-match-arg)
1628 (def-body . edebug-match-def-body)
1629 (def-form . edebug-match-def-form)
1630 ;; Less frequently used:
1631 ;; (function . edebug-match-function)
1632 (lambda-expr . edebug-match-lambda-expr)
1633 (&not . edebug-match-&not)
1634 (&key . edebug-match-&key)
1635 (place . edebug-match-place)
1636 (gate . edebug-match-gate)
1637 ;; (nil . edebug-match-nil) not this one - special case it.
1638 ))
1639 (put (car pair) 'edebug-form-spec (cdr pair)))
1fe3d507
DL
1640
1641(defun edebug-match-symbol (cursor symbol)
1642 ;; Match a symbol spec.
1643 (let* ((spec (get-edebug-spec symbol)))
1644 (cond
a1506d29 1645 (spec
1fe3d507
DL
1646 (if (consp spec)
1647 ;; It is an indirect spec.
1648 (edebug-match cursor spec)
1649 ;; Otherwise it should be the symbol name of a function.
1650 ;; There could be a bug here - maybe need to do edebug-match bindings.
1651 (funcall spec cursor)))
a1506d29 1652
1fe3d507
DL
1653 ((null symbol) ;; special case this.
1654 (edebug-match-nil cursor))
1655
a1506d29 1656 ((fboundp symbol) ; is it a predicate?
1fe3d507
DL
1657 (let ((sexp (edebug-top-element-required cursor "Expected" symbol)))
1658 ;; Special case for edebug-`.
1659 (if (and (listp sexp) (eq (car sexp) ',))
1660 (edebug-match cursor '(("," def-form)))
1661 (if (not (funcall symbol sexp))
1662 (edebug-no-match cursor symbol "failed"))
1663 (edebug-move-cursor cursor)
1664 (list sexp))))
1665 (t (error "%s is not a form-spec or function" symbol))
1666 )))
1667
1668
1669(defun edebug-match-sexp (cursor)
1670 (list (prog1 (edebug-top-element-required cursor "Expected sexp")
1671 (edebug-move-cursor cursor))))
1672
1673(defun edebug-match-form (cursor)
1674 (list (edebug-form cursor)))
1675
1676(defalias 'edebug-match-place 'edebug-match-form)
1677 ;; Currently identical to edebug-match-form.
1678 ;; This is for common lisp setf-style place arguments.
1679
1680(defsubst edebug-match-body (cursor) (edebug-forms cursor))
1681
1682(defun edebug-match-&optional (cursor specs)
1683 ;; Keep matching until one spec fails.
1684 (edebug-&optional-wrapper cursor specs 'edebug-&optional-wrapper))
1685
1686(defun edebug-&optional-wrapper (cursor specs remainder-handler)
1687 (let (result
1688 (edebug-&optional specs)
1689 (edebug-gate nil)
1690 (this-form (edebug-cursor-expressions cursor))
1691 (this-offset (edebug-cursor-offsets cursor)))
1692 (if (null (catch 'no-match
1693 (setq result
1694 (edebug-match-specs cursor specs remainder-handler))
1695 ;; Returning nil means no no-match was thrown.
1696 nil))
1697 result
1698 ;; no-match, but don't fail; just reset cursor and return nil.
1699 (edebug-set-cursor cursor this-form this-offset)
1700 nil)))
1701
1702
1703(defun edebug-&rest-wrapper (cursor specs remainder-handler)
1704 (if (null specs) (setq specs edebug-&rest))
1705 ;; Reuse the &optional handler with this as the remainder handler.
1706 (edebug-&optional-wrapper cursor specs remainder-handler))
a1506d29 1707
1fe3d507
DL
1708(defun edebug-match-&rest (cursor specs)
1709 ;; Repeatedly use specs until failure.
1710 (let ((edebug-&rest specs) ;; remember these
1711 edebug-best-error
1712 edebug-error-point)
1713 (edebug-&rest-wrapper cursor specs 'edebug-&rest-wrapper)))
1714
1715
1716(defun edebug-match-&or (cursor specs)
1717 ;; Keep matching until one spec succeeds, and return its results.
1718 ;; If none match, fail.
1719 ;; This needs to be optimized since most specs spend time here.
1720 (let ((original-specs specs)
1721 (this-form (edebug-cursor-expressions cursor))
1722 (this-offset (edebug-cursor-offsets cursor)))
1723 (catch 'matched
1724 (while specs
1725 (catch 'no-match
1726 (throw 'matched
1727 (let (edebug-gate ;; only while matching each spec
1728 edebug-best-error
1729 edebug-error-point)
f7359658 1730 ;; Doesn't support e.g. &or symbolp &rest form
1fe3d507
DL
1731 (edebug-match-one-spec cursor (car specs)))))
1732 ;; Match failed, so reset and try again.
1733 (setq specs (cdr specs))
1734 ;; Reset the cursor for the next match.
1735 (edebug-set-cursor cursor this-form this-offset))
1736 ;; All failed.
1737 (apply 'edebug-no-match cursor "Expected one of" original-specs))
84fc2cfa
ER
1738 ))
1739
1740
1fe3d507
DL
1741(defun edebug-match-&not (cursor specs)
1742 ;; If any specs match, then fail
1743 (if (null (catch 'no-match
1744 (let ((edebug-gate nil))
1745 (save-excursion
1746 (edebug-match-&or cursor specs)))
1747 nil))
1748 ;; This means something matched, so it is a no match.
1749 (edebug-no-match cursor "Unexpected"))
1750 ;; This means nothing matched, so it is OK.
1751 nil) ;; So, return nothing
a1506d29 1752
1fe3d507
DL
1753
1754(def-edebug-spec &key edebug-match-&key)
1755
1756(defun edebug-match-&key (cursor specs)
1757 ;; Following specs must look like (<name> <spec>) ...
1758 ;; where <name> is the name of a keyword, and spec is its spec.
f7359658 1759 ;; This really doesn't save much over the expanded form and takes time.
a1506d29 1760 (edebug-match-&rest
1fe3d507 1761 cursor
a1506d29 1762 (cons '&or
1fe3d507 1763 (mapcar (function (lambda (pair)
a1506d29 1764 (vector (format ":%s" (car pair))
1fe3d507
DL
1765 (car (cdr pair)))))
1766 specs))))
1767
1768
1769(defun edebug-match-gate (cursor)
1770 ;; Simply set the gate to prevent backtracking at this level.
1771 (setq edebug-gate t)
1772 nil)
1773
1774
1775(defun edebug-match-list (cursor specs)
1776 ;; The spec is a list, but what kind of list, and what context?
1777 (if edebug-dotted-spec
a1506d29 1778 ;; After dotted spec but form did not contain dot,
1fe3d507
DL
1779 ;; so match list spec elements as if spliced in.
1780 (prog1
1781 (let ((edebug-dotted-spec))
1782 (edebug-match-specs cursor specs 'edebug-match-specs))
1783 ;; If it matched, really clear the dotted-spec flag.
1784 (setq edebug-dotted-spec nil))
1785 (let ((spec (car specs))
1786 (form (edebug-top-element-required cursor "Expected" specs)))
1787 (cond
1788 ((eq 'quote spec)
1789 (let ((spec (car (cdr specs))))
1790 (cond
1791 ((symbolp spec)
1792 ;; Special case: spec quotes a symbol to match.
1793 ;; Change in future. Use "..." instead.
1794 (if (not (eq spec form))
1795 (edebug-no-match cursor "Expected" spec))
1796 (edebug-move-cursor cursor)
1797 (setq edebug-gate t)
1798 form)
a1506d29 1799 (t
1fe3d507
DL
1800 (error "Bad spec: %s" specs)))))
1801
1802 ((listp form)
1803 (prog1
a1506d29 1804 (list (edebug-match-sublist
1fe3d507
DL
1805 ;; First offset is for the list form itself.
1806 ;; Treat nil as empty list.
a1506d29 1807 (edebug-new-cursor form (cdr (edebug-top-offset cursor)))
1fe3d507
DL
1808 specs))
1809 (edebug-move-cursor cursor)))
1810
1811 ((and (eq 'vector spec) (vectorp form))
1812 ;; Special case: match a vector with the specs.
1813 (let ((result (edebug-match-sublist
a1506d29 1814 (edebug-new-cursor
1fe3d507
DL
1815 form (cdr (edebug-top-offset cursor)))
1816 (cdr specs))))
1817 (edebug-move-cursor cursor)
1818 (list (apply 'vector result))))
a1506d29 1819
1fe3d507
DL
1820 (t (edebug-no-match cursor "Expected" specs)))
1821 )))
84fc2cfa
ER
1822
1823
1fe3d507
DL
1824(defun edebug-match-sublist (cursor specs)
1825 ;; Match a sublist of specs.
1826 (let (edebug-&optional
1827 ;;edebug-best-error
1828 ;;edebug-error-point
1829 )
a1506d29 1830 (prog1
1fe3d507
DL
1831 ;; match with edebug-match-specs so edebug-best-error is not bound.
1832 (edebug-match-specs cursor specs 'edebug-match-specs)
1833 (if (not (edebug-empty-cursor cursor))
a1506d29 1834 (if edebug-best-error
1fe3d507
DL
1835 (apply 'edebug-no-match cursor edebug-best-error)
1836 ;; A failed &rest or &optional spec may leave some args.
1837 (edebug-no-match cursor "Failed matching" specs)
1838 )))))
1839
1840
1841(defun edebug-match-string (cursor spec)
1842 (let ((sexp (edebug-top-element-required cursor "Expected" spec)))
1843 (if (not (eq (intern spec) sexp))
1844 (edebug-no-match cursor "Expected" spec)
1845 ;; Since it matched, failure means immediate error, unless &optional.
1846 (setq edebug-gate t)
1847 (edebug-move-cursor cursor)
1848 (list sexp)
1849 )))
84fc2cfa 1850
1fe3d507
DL
1851(defun edebug-match-nil (cursor)
1852 ;; There must be nothing left to match a nil.
1853 (if (not (edebug-empty-cursor cursor))
1854 (edebug-no-match cursor "Unmatched argument(s)")
1855 nil))
1856
1857
1858(defun edebug-match-function (cursor)
1859 (error "Use function-form instead of function in edebug spec"))
1860
1861(defun edebug-match-&define (cursor specs)
1862 ;; Match a defining form.
f7359658 1863 ;; Normally, &define is interpreted specially other places.
1fe3d507
DL
1864 ;; This should only be called inside of a spec list to match the remainder
1865 ;; of the current list. e.g. ("lambda" &define args def-body)
1866 (edebug-make-form-wrapper
a1506d29 1867 cursor
1fe3d507
DL
1868 (edebug-before-offset cursor)
1869 ;; Find the last offset in the list.
1870 (let ((offsets (edebug-cursor-offsets cursor)))
1871 (while (consp offsets) (setq offsets (cdr offsets)))
1872 offsets)
1873 specs))
1874
1875(defun edebug-match-lambda-expr (cursor)
1876 ;; The expression must be a function.
1877 ;; This will match any list form that begins with a symbol
1878 ;; that has an edebug-form-spec beginning with &define. In
a1506d29 1879 ;; practice, only lambda expressions should be used.
1fe3d507 1880 ;; I could add a &lambda specification to avoid confusion.
a1506d29 1881 (let* ((sexp (edebug-top-element-required
1fe3d507
DL
1882 cursor "Expected lambda expression"))
1883 (offset (edebug-top-offset cursor))
1884 (head (and (consp sexp) (car sexp)))
1885 (spec (and (symbolp head) (get-edebug-spec head)))
1886 (edebug-inside-func nil))
1887 ;; Find out if this is a defining form from first symbol.
1888 (if (and (consp spec) (eq '&define (car spec)))
1889 (prog1
1890 (list
a1506d29 1891 (edebug-defining-form
1fe3d507
DL
1892 (edebug-new-cursor sexp offset)
1893 (car offset);; before the sexp
a1506d29 1894 (edebug-after-offset cursor)
1fe3d507
DL
1895 (cons (symbol-name head) (cdr spec))))
1896 (edebug-move-cursor cursor))
1897 (edebug-no-match cursor "Expected lambda expression")
1898 )))
84fc2cfa 1899
84fc2cfa 1900
1fe3d507
DL
1901(defun edebug-match-name (cursor)
1902 ;; Set the edebug-def-name bound in edebug-defining-form.
1903 (let ((name (edebug-top-element-required cursor "Expected name")))
1904 ;; Maybe strings and numbers could be used.
1905 (if (not (symbolp name))
1906 (edebug-no-match cursor "Symbol expected for name of definition"))
1907 (setq edebug-def-name
1908 (if edebug-def-name
1909 ;; Construct a new name by appending to previous name.
1910 (intern (format "%s@%s" edebug-def-name name))
1911 name))
1912 (edebug-move-cursor cursor)
1913 (list name)))
1914
1915(defun edebug-match-colon-name (cursor spec)
1916 ;; Set the edebug-def-name to the spec.
1917 (setq edebug-def-name
1918 (if edebug-def-name
1919 ;; Construct a new name by appending to previous name.
1920 (intern (format "%s@%s" edebug-def-name spec))
1921 spec))
1922 nil)
1923
1924(defun edebug-match-arg (cursor)
1925 ;; set the def-args bound in edebug-defining-form
1926 (let ((edebug-arg (edebug-top-element-required cursor "Expected arg")))
1927 (if (or (not (symbolp edebug-arg))
f7359658 1928 (edebug-lambda-list-keywordp edebug-arg))
1fe3d507
DL
1929 (edebug-no-match cursor "Bad argument:" edebug-arg))
1930 (edebug-move-cursor cursor)
1931 (setq edebug-def-args (cons edebug-arg edebug-def-args))
1932 (list edebug-arg)))
1933
1934(defun edebug-match-def-form (cursor)
1935 ;; Like form but the form is wrapped in edebug-enter form.
1936 ;; The form is assumed to be executing outside of the function context.
1937 ;; This is a hack for now, since a def-form might execute inside as well.
1938 ;; Not to be used otherwise.
1939 (let ((edebug-inside-func nil))
1940 (list (edebug-make-enter-wrapper (list (edebug-form cursor))))))
1941
1942(defun edebug-match-def-body (cursor)
1943 ;; Like body but body is wrapped in edebug-enter form.
1944 ;; The body is assumed to be executing inside of the function context.
1945 ;; Not to be used otherwise.
1946 (let ((edebug-inside-func t))
1947 (list (edebug-wrap-def-body (edebug-forms cursor)))))
1948
1949
1950;;;; Edebug Form Specs
1951;;; ==========================================================
1952;;; See cl-specs.el for common lisp specs.
1953
1954;;;;* Spec for def-edebug-spec
1955;;; Out of date.
1956
1957(defun edebug-spec-p (object)
1958 "Return non-nil if OBJECT is a symbol with an edebug-form-spec property."
1959 (and (symbolp object)
1960 (get object 'edebug-form-spec)))
1961
1962(def-edebug-spec def-edebug-spec
1963 ;; Top level is different from lower levels.
f71974e1 1964 (&define :name edebug-spec name
1fe3d507
DL
1965 &or "nil" edebug-spec-p "t" "0" (&rest edebug-spec)))
1966
1967(def-edebug-spec edebug-spec-list
1968 ;; A list must have something in it, or it is nil, a symbolp
1969 ((edebug-spec . [&or nil edebug-spec])))
1970
1971(def-edebug-spec edebug-spec
1972 (&or
1973 (vector &rest edebug-spec) ; matches a vector
1974 ("vector" &rest edebug-spec) ; matches a vector spec
1975 ("quote" symbolp)
1976 edebug-spec-list
1977 stringp
f7359658 1978 [edebug-lambda-list-keywordp &rest edebug-spec]
be0dd657 1979 [keywordp gate edebug-spec]
1fe3d507
DL
1980 edebug-spec-p ;; Including all the special ones e.g. form.
1981 symbolp;; a predicate
1982 ))
84fc2cfa
ER
1983
1984
f7359658 1985;;;* Emacs special forms and some functions.
84fc2cfa 1986
1fe3d507
DL
1987;; quote expects only one argument, although it allows any number.
1988(def-edebug-spec quote sexp)
84fc2cfa 1989
1fe3d507
DL
1990;; The standard defining forms.
1991(def-edebug-spec defconst defvar)
1992(def-edebug-spec defvar (symbolp &optional form stringp))
84fc2cfa 1993
1fe3d507
DL
1994(def-edebug-spec defun
1995 (&define name lambda-list
1996 [&optional stringp]
1997 [&optional ("interactive" interactive)]
1998 def-body))
1999(def-edebug-spec defmacro
5121ef4c 2000 (&define name lambda-list [&optional ("declare" &rest sexp)] def-body))
84fc2cfa 2001
f7359658 2002(def-edebug-spec arglist lambda-list) ;; deprecated - use lambda-list.
84fc2cfa 2003
1fe3d507
DL
2004(def-edebug-spec lambda-list
2005 (([&rest arg]
2006 [&optional ["&optional" arg &rest arg]]
2007 &optional ["&rest" arg]
2008 )))
84fc2cfa 2009
1fe3d507
DL
2010(def-edebug-spec interactive
2011 (&optional &or stringp def-form))
84fc2cfa 2012
1fe3d507
DL
2013;; A function-form is for an argument that may be a function or a form.
2014;; This specially recognizes anonymous functions quoted with quote.
2015(def-edebug-spec function-form
2016 ;; form at the end could also handle "function",
2017 ;; but recognize it specially to avoid wrapping function forms.
2018 (&or ([&or "quote" "function"] &or symbolp lambda-expr) form))
84fc2cfa 2019
1fe3d507
DL
2020;; function expects a symbol or a lambda or macro expression
2021;; A macro is allowed by Emacs.
2022(def-edebug-spec function (&or symbolp lambda-expr))
84fc2cfa 2023
1fe3d507
DL
2024;; lambda is a macro in emacs 19.
2025(def-edebug-spec lambda (&define lambda-list
2026 [&optional stringp]
2027 [&optional ("interactive" interactive)]
2028 def-body))
2029
2030;; A macro expression is a lambda expression with "macro" prepended.
2031(def-edebug-spec macro (&define "lambda" lambda-list def-body))
2032
2033;; (def-edebug-spec anonymous-form ((&or ["lambda" lambda] ["macro" macro])))
2034
2035;; Standard functions that take function-forms arguments.
2036(def-edebug-spec mapcar (function-form form))
2037(def-edebug-spec mapconcat (function-form form form))
2038(def-edebug-spec mapatoms (function-form &optional form))
2039(def-edebug-spec apply (function-form &rest form))
2040(def-edebug-spec funcall (function-form &rest form))
2041
2042(def-edebug-spec let
2043 ((&rest &or (symbolp &optional form) symbolp)
2044 body))
2045
2046(def-edebug-spec let* let)
2047
2048(def-edebug-spec setq (&rest symbolp form))
2049(def-edebug-spec setq-default setq)
2050
2051(def-edebug-spec cond (&rest (&rest form)))
2052
2053(def-edebug-spec condition-case
2054 (symbolp
2055 form
284795f8 2056 &rest ([&or symbolp (&rest symbolp)] body)))
1fe3d507
DL
2057
2058
f7359658 2059(def-edebug-spec \` (backquote-form))
1fe3d507 2060
a1506d29 2061;; Supports quotes inside backquotes,
1fe3d507
DL
2062;; but only at the top level inside unquotes.
2063(def-edebug-spec backquote-form
2064 (&or
2065 ([&or "," ",@"] &or ("quote" backquote-form) form)
d778509c
SM
2066 ;; The simple version:
2067 ;; (backquote-form &rest backquote-form)
2068 ;; doesn't handle (a . ,b). The straightforward fix:
2069 ;; (backquote-form . [&or nil backquote-form])
2070 ;; uses up too much stack space.
2071 ;; Note that `(foo . ,@bar) is not legal, so we don't need to handle it.
2072 (backquote-form [&rest [&not ","] backquote-form]
2073 . [&or nil backquote-form])
1fe3d507
DL
2074 ;; If you use dotted forms in backquotes, replace the previous line
2075 ;; with the following. This takes quite a bit more stack space, however.
2076 ;; (backquote-form . [&or nil backquote-form])
2077 (vector &rest backquote-form)
2078 sexp))
84fc2cfa 2079
1fe3d507
DL
2080;; Special version of backquote that instruments backquoted forms
2081;; destined to be evaluated, usually as the result of a
2082;; macroexpansion. Backquoted code can only have unquotes (, and ,@)
2083;; in places where list forms are allowed, and predicates. If the
2084;; backquote is used in a macro, unquoted code that come from
2085;; arguments must be instrumented, if at all, with def-form not def-body.
84fc2cfa 2086
1fe3d507
DL
2087;; We could assume that all forms (not nested in other forms)
2088;; in arguments of macros should be def-forms, whether or not the macros
2089;; are defined with edebug-` but this would be expensive.
84fc2cfa 2090
1fe3d507
DL
2091;; ,@ might have some problems.
2092
f7359658
RS
2093(defalias 'edebug-\` '\`) ;; same macro as regular backquote.
2094(def-edebug-spec edebug-\` (def-form))
1fe3d507
DL
2095
2096;; Assume immediate quote in unquotes mean backquote at next higher level.
99edd7ed 2097(def-edebug-spec , (&or ("quote" edebug-\`) def-form))
1fe3d507 2098(def-edebug-spec ,@ (&define ;; so (,@ form) is never wrapped.
99edd7ed 2099 &or ("quote" edebug-\`) def-form))
1fe3d507
DL
2100
2101;; New byte compiler.
2102(def-edebug-spec defsubst defun)
2103(def-edebug-spec dont-compile t)
2104(def-edebug-spec eval-when-compile t)
2105(def-edebug-spec eval-and-compile t)
2106
8fd29408
RS
2107(def-edebug-spec save-selected-window t)
2108(def-edebug-spec save-current-buffer t)
3ebb8416 2109(def-edebug-spec delay-mode-hooks t)
8fd29408 2110(def-edebug-spec with-temp-file t)
c5377356 2111(def-edebug-spec with-temp-message t)
210bd5c9 2112(def-edebug-spec with-syntax-table t)
3f923efe
DL
2113(def-edebug-spec push (form sexp))
2114(def-edebug-spec pop (sexp))
8fd29408 2115
01a9e593
JY
2116(def-edebug-spec 1value (form))
2117(def-edebug-spec noreturn (form))
2118
2119
1fe3d507
DL
2120;; Anything else?
2121
2122
1fe3d507
DL
2123;; Some miscellaneous specs for macros in public packages.
2124;; Send me yours.
2125
2126;; advice.el by Hans Chalupsky (hans@cs.buffalo.edu)
2127
2128(def-edebug-spec ad-dolist ((symbolp form &optional form) body))
a1506d29 2129(def-edebug-spec defadvice
1fe3d507 2130 (&define name ;; thing being advised.
a1506d29
JB
2131 (name ;; class is [&or "before" "around" "after"
2132 ;; "activation" "deactivation"]
1fe3d507
DL
2133 name ;; name of advice
2134 &rest sexp ;; optional position and flags
2135 )
2136 [&optional stringp]
2137 [&optional ("interactive" interactive)]
2138 def-body))
2139
be0dd657
DL
2140(def-edebug-spec easy-menu-define (symbolp body))
2141
2142(def-edebug-spec with-custom-print body)
2143
2144(def-edebug-spec sregexq (&rest sexp))
78f2fcaf 2145(def-edebug-spec rx (&rest sexp))
be0dd657 2146
f7359658 2147;;; The debugger itself
1fe3d507
DL
2148
2149(defvar edebug-active nil) ;; Non-nil when edebug is active
84fc2cfa
ER
2150
2151;;; add minor-mode-alist entry
2152(or (assq 'edebug-active minor-mode-alist)
2153 (setq minor-mode-alist (cons (list 'edebug-active " *Debugging*")
2154 minor-mode-alist)))
2155
1fe3d507
DL
2156(defvar edebug-stack nil)
2157;; Stack of active functions evaluated via edebug.
2158;; Should be nil at the top level.
2159
2160(defvar edebug-stack-depth -1)
2161;; Index of last edebug-stack item.
2162
2163(defvar edebug-offset-indices nil)
2164;; Stack of offset indices of visited edebug sexps.
2165;; Should be nil at the top level.
2166;; Each function adds one cons. Top is modified with setcar.
84fc2cfa 2167
84fc2cfa
ER
2168
2169(defvar edebug-entered nil
1fe3d507
DL
2170 ;; Non-nil if edebug has already been entered at this recursive edit level.
2171 ;; This should stay nil at the top level.
2172 )
2173
2174;; Should these be options?
2175(defconst edebug-debugger 'edebug
2176 ;; Name of function to use for debugging when error or quit occurs.
2177 ;; Set this to 'debug if you want to debug edebug.
2178 )
2179
2180
2181;; Dynamically bound variables, declared globally but left unbound.
2182(defvar edebug-function) ; the function being executed. change name!!
2183(defvar edebug-args) ; the arguments of the function
2184(defvar edebug-data) ; the edebug data for the function
2185(defvar edebug-value) ; the result of the expression
2186(defvar edebug-after-index)
2187(defvar edebug-def-mark) ; the mark for the definition
2188(defvar edebug-freq-count) ; the count of expression visits.
2189(defvar edebug-coverage) ; the coverage results of each expression of function.
2190
2191(defvar edebug-buffer) ; which buffer the function is in.
2192(defvar edebug-result) ; the result of the function call returned by body
2193(defvar edebug-outside-executing-macro)
2194(defvar edebug-outside-defining-kbd-macro)
2195
2196(defvar edebug-execution-mode 'step) ; Current edebug mode set by user.
2197(defvar edebug-next-execution-mode nil) ; Use once instead of initial mode.
2198
2199(defvar edebug-outside-debug-on-error) ; the value of debug-on-error outside
2200(defvar edebug-outside-debug-on-quit) ; the value of debug-on-quit outside
2201
17b76fbd
RS
2202(defvar edebug-outside-overriding-local-map)
2203(defvar edebug-outside-overriding-terminal-local-map)
2204
88668147
DL
2205(defvar edebug-outside-pre-command-hook)
2206(defvar edebug-outside-post-command-hook)
88668147
DL
2207
2208(defvar cl-lexical-debug) ;; Defined in cl.el
2209
1fe3d507 2210;;; Handling signals
1fe3d507 2211
1fe3d507
DL
2212(defun edebug-signal (edebug-signal-name edebug-signal-data)
2213 "Signal an error. Args are SIGNAL-NAME, and associated DATA.
2214A signal name is a symbol with an `error-conditions' property
2215that is a list of condition names.
2216A handler for any of those names will get to handle this signal.
2217The symbol `error' should always be one of them.
2218
2219DATA should be a list. Its elements are printed as part of the error message.
2220If the signal is handled, DATA is made available to the handler.
2221See `condition-case'.
2222
2223This is the Edebug replacement for the standard `signal'. It should
2224only be active while Edebug is. It checks `debug-on-error' to see
2225whether it should call the debugger. When execution is resumed, the
2226error is signaled again."
2227 (if (and (listp debug-on-error) (memq edebug-signal-name debug-on-error))
2228 (edebug 'error (cons edebug-signal-name edebug-signal-data)))
2229 ;; If we reach here without another non-local exit, then send signal again.
2230 ;; i.e. the signal is not continuable, yet.
e76b547b
RS
2231 ;; Avoid infinite recursion.
2232 (let ((signal-hook-function nil))
2233 (signal edebug-signal-name edebug-signal-data)))
1fe3d507
DL
2234
2235;;; Entering Edebug
84fc2cfa 2236
1fe3d507
DL
2237(defun edebug-enter (edebug-function edebug-args edebug-body)
2238 ;; Entering FUNC. The arguments are ARGS, and the body is BODY.
2239 ;; Setup edebug variables and evaluate BODY. This function is called
a1506d29 2240 ;; when a function evaluated with edebug-eval-top-level-form is entered.
1fe3d507 2241 ;; Return the result of BODY.
84fc2cfa
ER
2242
2243 ;; Is this the first time we are entering edebug since
2244 ;; lower-level recursive-edit command?
1fe3d507
DL
2245 ;; More precisely, this tests whether Edebug is currently active.
2246 (if (not edebug-entered)
2247 (let ((edebug-entered t)
a1506d29 2248 ;; Binding max-lisp-eval-depth here is OK,
88668147
DL
2249 ;; but not inside an unwind-protect.
2250 ;; Doing it here also keeps it from growing too large.
1fe3d507
DL
2251 (max-lisp-eval-depth (+ 100 max-lisp-eval-depth)) ; too much??
2252 (max-specpdl-size (+ 200 max-specpdl-size))
2253
2254 (debugger edebug-debugger) ; only while edebug is active.
2255 (edebug-outside-debug-on-error debug-on-error)
2256 (edebug-outside-debug-on-quit debug-on-quit)
2257 ;; Binding these may not be the right thing to do.
2258 ;; We want to allow the global values to be changed.
2259 (debug-on-error (or debug-on-error edebug-on-error))
2260 (debug-on-quit edebug-on-quit)
2261
88668147
DL
2262 ;; Lexical bindings must be uncompiled for this to work.
2263 (cl-lexical-debug t)
2264
17b76fbd
RS
2265 (edebug-outside-overriding-local-map overriding-local-map)
2266 (edebug-outside-overriding-terminal-local-map
2267 overriding-terminal-local-map)
2268
1fe3d507 2269 ;; Save the outside value of executing macro. (here??)
efcf38c7 2270 (edebug-outside-executing-macro executing-kbd-macro)
5fc58d83
RS
2271 (edebug-outside-pre-command-hook
2272 (edebug-var-status 'pre-command-hook))
2273 (edebug-outside-post-command-hook
2274 (edebug-var-status 'post-command-hook)))
1fe3d507 2275 (unwind-protect
88668147
DL
2276 (let (;; Don't keep reading from an executing kbd macro
2277 ;; within edebug unless edebug-continue-kbd-macro is
2278 ;; non-nil. Again, local binding may not be best.
a1506d29 2279 (executing-kbd-macro
efcf38c7 2280 (if edebug-continue-kbd-macro executing-kbd-macro))
88668147 2281
17b76fbd
RS
2282 ;; Don't get confused by the user's keymap changes.
2283 (overriding-local-map nil)
2284 (overriding-terminal-local-map nil)
2285
1e3ab67b
RS
2286 (signal-hook-function 'edebug-signal)
2287
88668147
DL
2288 ;; Disable command hooks. This is essential when
2289 ;; a hook function is instrumented - to avoid infinite loop.
2290 ;; This may be more than we need, however.
2291 (pre-command-hook nil)
ba88fc3a 2292 (post-command-hook nil))
a1506d29
JB
2293 (setq edebug-execution-mode (or edebug-next-execution-mode
2294 edebug-initial-mode
88668147
DL
2295 edebug-execution-mode)
2296 edebug-next-execution-mode nil)
1e3ab67b 2297 (edebug-enter edebug-function edebug-args edebug-body))
88668147 2298 ;; Reset global variables in case outside value was changed.
5fc58d83
RS
2299 (setq executing-kbd-macro edebug-outside-executing-macro)
2300 (edebug-restore-status
2301 'post-command-hook edebug-outside-post-command-hook)
2302 (edebug-restore-status
2303 'pre-command-hook edebug-outside-pre-command-hook)))
a1506d29 2304
1fe3d507
DL
2305 (let* ((edebug-data (get edebug-function 'edebug))
2306 (edebug-def-mark (car edebug-data)) ; mark at def start
2307 (edebug-freq-count (get edebug-function 'edebug-freq-count))
2308 (edebug-coverage (get edebug-function 'edebug-coverage))
2309 (edebug-buffer (marker-buffer edebug-def-mark))
2310
2311 (edebug-stack (cons edebug-function edebug-stack))
2312 (edebug-offset-indices (cons 0 edebug-offset-indices))
2313 )
2314 (if (get edebug-function 'edebug-on-entry)
2315 (progn
2316 (setq edebug-execution-mode 'step)
2317 (if (eq (get edebug-function 'edebug-on-entry) 'temp)
2318 (put edebug-function 'edebug-on-entry nil))))
2319 (if edebug-trace
2320 (edebug-enter-trace edebug-body)
2321 (funcall edebug-body))
84fc2cfa
ER
2322 )))
2323
5fc58d83
RS
2324(defun edebug-var-status (var)
2325 "Return a cons cell describing the status of VAR's current binding.
2326The purpose of this function is so you can properly undo
2327subsequent changes to the same binding, by passing the status
2328cons cell to `edebug-restore-status'. The status cons cell
2329has the form (LOCUS . VALUE), where LOCUS can be a buffer
2330\(for a buffer-local binding), a frame (for a frame-local binding),
2331or nil (if the default binding is current)."
2332 (cons (variable-binding-locus var)
2333 (symbol-value var)))
2334
2335(defun edebug-restore-status (var status)
2336 "Reset VAR based on STATUS.
2337STATUS should be a list you got from `edebug-var-status'."
2338 (let ((locus (car status))
2339 (value (cdr status)))
2340 (cond ((bufferp locus)
2341 (if (buffer-live-p locus)
2342 (with-current-buffer locus
2343 (set var value))))
2344 ((framep locus)
2345 (modify-frame-parameters locus (list (cons var value))))
2346 (t
2347 (set var value)))))
84fc2cfa 2348
1fe3d507
DL
2349(defun edebug-enter-trace (edebug-body)
2350 (let ((edebug-stack-depth (1+ edebug-stack-depth))
2351 edebug-result)
a1506d29 2352 (edebug-print-trace-before
1fe3d507
DL
2353 (format "%s args: %s" edebug-function edebug-args))
2354 (prog1 (setq edebug-result (funcall edebug-body))
2355 (edebug-print-trace-after
2356 (format "%s result: %s" edebug-function edebug-result)))))
2357
2358(def-edebug-spec edebug-tracing (form body))
2359
2360(defmacro edebug-tracing (msg &rest body)
2361 "Print MSG in *edebug-trace* before and after evaluating BODY.
2362The result of BODY is also printed."
d8f1319a
GM
2363 `(let ((edebug-stack-depth (1+ edebug-stack-depth))
2364 edebug-result)
2365 (edebug-print-trace-before ,msg)
2366 (prog1 (setq edebug-result (progn ,@body))
a1506d29 2367 (edebug-print-trace-after
d8f1319a 2368 (format "%s result: %s" ,msg edebug-result)))))
1fe3d507
DL
2369
2370(defun edebug-print-trace-before (msg)
2371 "Function called to print trace info before expression evaluation.
2372MSG is printed after `::::{ '."
84fc2cfa 2373 (edebug-trace-display
1fe3d507 2374 edebug-trace-buffer "%s{ %s" (make-string edebug-stack-depth ?\:) msg))
84fc2cfa 2375
1fe3d507
DL
2376(defun edebug-print-trace-after (msg)
2377 "Function called to print trace info after expression evaluation.
2378MSG is printed after `::::} '."
84fc2cfa 2379 (edebug-trace-display
1fe3d507
DL
2380 edebug-trace-buffer "%s} %s" (make-string edebug-stack-depth ?\:) msg))
2381
2382
84fc2cfa 2383
1fe3d507 2384(defun edebug-slow-before (edebug-before-index)
3cc9e6d8
RS
2385 (unless edebug-active
2386 ;; Debug current function given BEFORE position.
2387 ;; Called from functions compiled with edebug-eval-top-level-form.
2388 ;; Return the before index.
2389 (setcar edebug-offset-indices edebug-before-index)
2390
2391 ;; Increment frequency count
2392 (aset edebug-freq-count edebug-before-index
2393 (1+ (aref edebug-freq-count edebug-before-index)))
2394
2395 (if (or (not (memq edebug-execution-mode '(Go-nonstop next)))
2396 (edebug-input-pending-p))
2397 (edebug-debugger edebug-before-index 'before nil)))
1fe3d507
DL
2398 edebug-before-index)
2399
2400(defun edebug-fast-before (edebug-before-index)
2401 ;; Do nothing.
2402 )
2403
2404(defun edebug-slow-after (edebug-before-index edebug-after-index edebug-value)
3cc9e6d8 2405 (if edebug-active
1fe3d507 2406 edebug-value
3cc9e6d8
RS
2407 ;; Debug current function given AFTER position and VALUE.
2408 ;; Called from functions compiled with edebug-eval-top-level-form.
2409 ;; Return VALUE.
2410 (setcar edebug-offset-indices edebug-after-index)
2411
2412 ;; Increment frequency count
2413 (aset edebug-freq-count edebug-after-index
2414 (1+ (aref edebug-freq-count edebug-after-index)))
2415 (if edebug-test-coverage (edebug-update-coverage))
2416
2417 (if (and (eq edebug-execution-mode 'Go-nonstop)
2418 (not (edebug-input-pending-p)))
2419 ;; Just return result.
2420 edebug-value
2421 (edebug-debugger edebug-after-index 'after edebug-value)
2422 )))
1fe3d507
DL
2423
2424(defun edebug-fast-after (edebug-before-index edebug-after-index edebug-value)
2425 ;; Do nothing but return the value.
2426 edebug-value)
2427
2428(defun edebug-run-slow ()
2429 (defalias 'edebug-before 'edebug-slow-before)
2430 (defalias 'edebug-after 'edebug-slow-after))
2431
2432;; This is not used, yet.
2433(defun edebug-run-fast ()
2434 (defalias 'edebug-before 'edebug-fast-before)
2435 (defalias 'edebug-after 'edebug-fast-after))
2436
2437(edebug-run-slow)
2438
2439
2440(defun edebug-update-coverage ()
2441 (let ((old-result (aref edebug-coverage edebug-after-index)))
2442 (cond
2443 ((eq 'ok-coverage old-result))
2444 ((eq 'unknown old-result)
2445 (aset edebug-coverage edebug-after-index edebug-value))
2446 ;; Test if a different result.
2447 ((not (eq edebug-value old-result))
2448 (aset edebug-coverage edebug-after-index 'ok-coverage)))))
2449
2450
2451;; Dynamically declared unbound variables.
2452(defvar edebug-arg-mode) ; the mode, either before, after, or error
2453(defvar edebug-breakpoints)
2454(defvar edebug-break-data) ; break data for current function.
2455(defvar edebug-break) ; whether a break occurred.
2456(defvar edebug-global-break) ; whether a global break occurred.
2457(defvar edebug-break-condition) ; whether the breakpoint is conditional.
2458
2459(defvar edebug-break-result nil)
2460(defvar edebug-global-break-result nil)
2461
2462
2463(defun edebug-debugger (edebug-offset-index edebug-arg-mode edebug-value)
3795fe52
RS
2464 (if inhibit-redisplay
2465 ;; Don't really try to enter edebug within an eval from redisplay.
2466 edebug-value
2467 ;; Check breakpoints and pending input.
2468 ;; If edebug display should be updated, call edebug-display.
2469 ;; Return edebug-value.
2470 (let* ( ;; This needs to be here since breakpoints may be changed.
2471 (edebug-breakpoints (car (cdr edebug-data))) ; list of breakpoints
2472 (edebug-break-data (assq edebug-offset-index edebug-breakpoints))
2473 (edebug-break-condition (car (cdr edebug-break-data)))
2474 (edebug-global-break
2475 (if edebug-global-break-condition
2476 (condition-case nil
2477 (setq edebug-global-break-result
2478 (eval edebug-global-break-condition))
2479 (error nil))))
2480 (edebug-break))
1fe3d507
DL
2481
2482;;; (edebug-trace "exp: %s" edebug-value)
3795fe52 2483 ;; Test whether we should break.
a1506d29 2484 (setq edebug-break
3795fe52
RS
2485 (or edebug-global-break
2486 (and edebug-break-data
2487 (or (not edebug-break-condition)
2488 (setq edebug-break-result
2489 (eval edebug-break-condition))))))
2490 (if (and edebug-break
2491 (nth 2 edebug-break-data)) ; is it temporary?
2492 ;; Delete the breakpoint.
2493 (setcdr edebug-data
2494 (cons (delq edebug-break-data edebug-breakpoints)
2495 (cdr (cdr edebug-data)))))
2496
2497 ;; Display if mode is not go, continue, or Continue-fast
a1506d29 2498 ;; or break, or input is pending,
3795fe52
RS
2499 (if (or (not (memq edebug-execution-mode '(go continue Continue-fast)))
2500 edebug-break
2501 (edebug-input-pending-p))
2502 (edebug-display)) ; <--------------- display
a1506d29 2503
3795fe52
RS
2504 edebug-value
2505 )))
84fc2cfa
ER
2506
2507
1fe3d507
DL
2508;; window-start now stored with each function.
2509;;(defvar edebug-window-start nil)
2510;; Remember where each buffers' window starts between edebug calls.
2511;; This is to avoid spurious recentering.
2512;; Does this still need to be buffer-local??
2513;;(setq-default edebug-window-start nil)
2514;;(make-variable-buffer-local 'edebug-window-start)
2515
2516
2517;; Dynamically declared unbound vars
2518(defvar edebug-point) ; the point in edebug buffer
2519(defvar edebug-outside-buffer) ; the current-buffer outside of edebug
2520(defvar edebug-outside-point) ; the point outside of edebug
2521(defvar edebug-outside-mark) ; the mark outside of edebug
2522(defvar edebug-window-data) ; window and window-start for current function
2523(defvar edebug-outside-windows) ; outside window configuration
2524(defvar edebug-eval-buffer) ; for the evaluation list.
2525(defvar edebug-outside-o-a-p) ; outside overlay-arrow-position
2526(defvar edebug-outside-o-a-s) ; outside overlay-arrow-string
2527(defvar edebug-outside-c-i-e-a) ; outside cursor-in-echo-area
eb533587 2528(defvar edebug-outside-d-c-i-n-s-w) ; outside default-cursor-in-non-selected-windows
1fe3d507
DL
2529
2530(defvar edebug-eval-list nil) ;; List of expressions to evaluate.
2531
2532(defvar edebug-previous-result nil) ;; Last result returned.
2533
88668147 2534;; Emacs 19 adds an arg to mark and mark-marker.
1fe3d507 2535(defalias 'edebug-mark-marker 'mark-marker)
84fc2cfa 2536
84fc2cfa
ER
2537
2538(defun edebug-display ()
e409c527
SM
2539 (unless (marker-position edebug-def-mark)
2540 ;; The buffer holding the source has been killed.
2541 ;; Let's at least show a backtrace so the user can figure out
2542 ;; which function we're talking about.
2543 (debug))
1fe3d507
DL
2544 ;; Setup windows for edebug, determine mode, maybe enter recursive-edit.
2545 ;; Uses local variables of edebug-enter, edebug-before, edebug-after
2546 ;; and edebug-debugger.
84fc2cfa 2547 (let ((edebug-active t) ; for minor mode alist
3cc9e6d8 2548 (edebug-with-timeout-suspend (with-timeout-suspend))
84fc2cfa 2549 edebug-stop ; should we enter recursive-edit
1fe3d507
DL
2550 (edebug-point (+ edebug-def-mark
2551 (aref (nth 2 edebug-data) edebug-offset-index)))
2552 edebug-buffer-outside-point ; current point in edebug-buffer
2553 ;; window displaying edebug-buffer
2554 (edebug-window-data (nth 3 edebug-data))
84fc2cfa
ER
2555 (edebug-outside-window (selected-window))
2556 (edebug-outside-buffer (current-buffer))
2557 (edebug-outside-point (point))
1fe3d507 2558 (edebug-outside-mark (edebug-mark))
3a799327 2559 (edebug-outside-unread-command-events unread-command-events)
84fc2cfa 2560 edebug-outside-windows ; window or screen configuration
1fe3d507 2561 edebug-buffer-points
a1506d29 2562
84fc2cfa
ER
2563 edebug-eval-buffer ; declared here so we can kill it below
2564 (edebug-eval-result-list (and edebug-eval-list
2565 (edebug-eval-result-list)))
1fe3d507
DL
2566 edebug-trace-window
2567 edebug-trace-window-start
88668147
DL
2568
2569 (edebug-outside-o-a-p overlay-arrow-position)
2570 (edebug-outside-o-a-s overlay-arrow-string)
eb533587
JL
2571 (edebug-outside-c-i-e-a cursor-in-echo-area)
2572 (edebug-outside-d-c-i-n-s-w default-cursor-in-non-selected-windows))
88668147
DL
2573 (unwind-protect
2574 (let ((overlay-arrow-position overlay-arrow-position)
2575 (overlay-arrow-string overlay-arrow-string)
2576 (cursor-in-echo-area nil)
eb533587 2577 (default-cursor-in-non-selected-windows t)
65b13f4b 2578 (unread-command-events unread-command-events)
88668147
DL
2579 ;; any others??
2580 )
2581 (if (not (buffer-name edebug-buffer))
2582 (let ((debug-on-error nil))
2583 (error "Buffer defining %s not found" edebug-function)))
a1506d29 2584
88668147
DL
2585 (if (eq 'after edebug-arg-mode)
2586 ;; Compute result string now before windows are modified.
2587 (edebug-compute-previous-result edebug-value))
2588
2589 (if edebug-save-windows
2590 ;; Save windows now before we modify them.
a1506d29 2591 (setq edebug-outside-windows
88668147 2592 (edebug-current-windows edebug-save-windows)))
a1506d29 2593
88668147
DL
2594 (if edebug-save-displayed-buffer-points
2595 (setq edebug-buffer-points (edebug-get-displayed-buffer-points)))
2596
2597 ;; First move the edebug buffer point to edebug-point
f7359658
RS
2598 ;; so that window start doesn't get changed when we display it.
2599 ;; I don't know if this is going to help.
88668147
DL
2600 ;;(set-buffer edebug-buffer)
2601 ;;(goto-char edebug-point)
2602
2603 ;; If edebug-buffer is not currently displayed,
2604 ;; first find a window for it.
2605 (edebug-pop-to-buffer edebug-buffer (car edebug-window-data))
2606 (setcar edebug-window-data (selected-window))
2607
2608 ;; Now display eval list, if any.
a1506d29 2609 ;; This is done after the pop to edebug-buffer
88668147
DL
2610 ;; so that buffer-window correspondence is correct after quitting.
2611 (edebug-eval-display edebug-eval-result-list)
2612 ;; The evaluation list better not have deleted edebug-window-data.
2613 (select-window (car edebug-window-data))
2614 (set-buffer edebug-buffer)
2615
2616 (setq edebug-buffer-outside-point (point))
2617 (goto-char edebug-point)
a1506d29 2618
88668147
DL
2619 (if (eq 'before edebug-arg-mode)
2620 ;; Check whether positions are up-to-date.
2621 ;; This assumes point is never before symbol.
2622 (if (not (memq (following-char) '(?\( ?\# ?\` )))
2623 (let ((debug-on-error nil))
a1506d29 2624 (error "Source has changed - reevaluate definition of %s"
88668147
DL
2625 edebug-function)
2626 )))
1fe3d507 2627
88668147
DL
2628 (setcdr edebug-window-data
2629 (edebug-adjust-window (cdr edebug-window-data)))
a1506d29 2630
88668147 2631 ;; Test if there is input, not including keyboard macros.
a1506d29 2632 (if (edebug-input-pending-p)
88668147
DL
2633 (progn
2634 (setq edebug-execution-mode 'step
2635 edebug-stop t)
2636 (edebug-stop)
2637 ;; (discard-input) ; is this unfriendly??
2638 ))
2639 ;; Now display arrow based on mode.
2640 (edebug-overlay-arrow)
a1506d29 2641
88668147
DL
2642 (cond
2643 ((eq 'error edebug-arg-mode)
2644 ;; Display error message
2645 (setq edebug-execution-mode 'step)
2646 (edebug-overlay-arrow)
2647 (beep)
2648 (if (eq 'quit (car edebug-value))
2649 (message "Quit")
2650 (edebug-report-error edebug-value)))
2651 (edebug-break
2652 (cond
2653 (edebug-global-break
a1506d29 2654 (message "Global Break: %s => %s"
88668147
DL
2655 edebug-global-break-condition
2656 edebug-global-break-result))
2657 (edebug-break-condition
a1506d29
JB
2658 (message "Break: %s => %s"
2659 edebug-break-condition
88668147
DL
2660 edebug-break-result))
2661 ((not (eq edebug-execution-mode 'Continue-fast))
2662 (message "Break"))
2663 (t)))
2664
2665 (t (message "")))
2666
65b13f4b 2667 (setq unread-command-events nil)
88668147
DL
2668 (if (eq 'after edebug-arg-mode)
2669 (progn
2670 ;; Display result of previous evaluation.
2671 (if (and edebug-break
2672 (not (eq edebug-execution-mode 'Continue-fast)))
309411cb 2673 (edebug-sit-for edebug-sit-for-seconds)) ; Show message.
88668147 2674 (edebug-previous-result)))
a1506d29 2675
88668147
DL
2676 (cond
2677 (edebug-break
2678 (cond
309411cb
EZ
2679 ((eq edebug-execution-mode 'continue)
2680 (edebug-sit-for edebug-sit-for-seconds))
88668147
DL
2681 ((eq edebug-execution-mode 'Continue-fast) (edebug-sit-for 0))
2682 (t (setq edebug-stop t))))
2683 ;; not edebug-break
2684 ((eq edebug-execution-mode 'trace)
5492ef3c 2685 (edebug-sit-for edebug-sit-for-seconds)) ; Force update and pause.
88668147 2686 ((eq edebug-execution-mode 'Trace-fast)
3a799327 2687 (edebug-sit-for 0))) ; Force update and continue.
a1506d29 2688
88668147
DL
2689 (unwind-protect
2690 (if (or edebug-stop
2691 (memq edebug-execution-mode '(step next))
a1506d29 2692 (eq edebug-arg-mode 'error))
88668147
DL
2693 (progn
2694 ;; (setq edebug-execution-mode 'step)
f7359658 2695 ;; (edebug-overlay-arrow) ; This doesn't always show up.
88668147
DL
2696 (edebug-recursive-edit))) ; <---------- Recursive edit
2697
2698 ;; Reset the edebug-window-data to whatever it is now.
2699 (let ((window (if (eq (window-buffer) edebug-buffer)
2700 (selected-window)
2701 (edebug-get-buffer-window edebug-buffer))))
2702 ;; Remember window-start for edebug-buffer, if still displayed.
2703 (if window
2704 (progn
2705 (setcar edebug-window-data window)
2706 (setcdr edebug-window-data (window-start window)))))
1fe3d507 2707
88668147
DL
2708 ;; Save trace window point before restoring outside windows.
2709 ;; Could generalize this for other buffers.
2710 (setq edebug-trace-window (get-buffer-window edebug-trace-buffer))
2711 (if edebug-trace-window
2712 (setq edebug-trace-window-start
a1506d29 2713 (and edebug-trace-window
88668147
DL
2714 (window-start edebug-trace-window))))
2715
2716 ;; Restore windows before continuing.
2717 (if edebug-save-windows
2718 (progn
2719 (edebug-set-windows edebug-outside-windows)
2720
2721 ;; Restore displayed buffer points.
2722 ;; Needed even if restoring windows because
2723 ;; window-points are not restored. (should they be??)
2724 (if edebug-save-displayed-buffer-points
2725 (edebug-set-buffer-points edebug-buffer-points))
2726
2727 ;; Unrestore trace window's window-point.
2728 (if edebug-trace-window
a1506d29 2729 (set-window-start edebug-trace-window
88668147
DL
2730 edebug-trace-window-start))
2731
2732 ;; Unrestore edebug-buffer's window-start, if displayed.
2733 (let ((window (car edebug-window-data)))
a1506d29 2734 (if (and window (edebug-window-live-p window)
88668147
DL
2735 (eq (window-buffer) edebug-buffer))
2736 (progn
a1506d29 2737 (set-window-start window (cdr edebug-window-data)
88668147
DL
2738 'no-force)
2739 ;; Unrestore edebug-buffer's window-point.
2740 ;; Needed in addition to setting the buffer point
f7359658 2741 ;; - otherwise quitting doesn't leave point as is.
88668147
DL
2742 ;; But this causes point to not be restored at times.
2743 ;; Also, it may not be a visible window.
2744 ;; (set-window-point window edebug-point)
2745 )))
2746
2747 ;; Unrestore edebug-buffer's point. Rerestored below.
2748 ;; (goto-char edebug-point) ;; in edebug-buffer
2749 )
2750 ;; Since we may be in a save-excursion, in case of quit,
2751 ;; reselect the outside window only.
2752 ;; Only needed if we are not recovering windows??
2753 (if (edebug-window-live-p edebug-outside-window)
2754 (select-window edebug-outside-window))
2755 ) ; if edebug-save-windows
2756
2757 ;; Restore current buffer always, in case application needs it.
2758 (set-buffer edebug-outside-buffer)
2759 ;; Restore point, and mark.
1fe3d507 2760 ;; Needed even if restoring windows because
f7359658
RS
2761 ;; that doesn't restore point and mark in the current buffer.
2762 ;; But don't restore point if edebug-buffer is current buffer.
88668147
DL
2763 (if (not (eq edebug-buffer edebug-outside-buffer))
2764 (goto-char edebug-outside-point))
2765 (if (marker-buffer (edebug-mark-marker))
2766 ;; Does zmacs-regions need to be nil while doing set-marker?
2767 (set-marker (edebug-mark-marker) edebug-outside-mark))
2768 ) ; unwind-protect
2769 ;; None of the following is done if quit or signal occurs.
2770
2771 ;; Restore edebug-buffer's outside point.
a1506d29 2772 ;; (edebug-trace "restore edebug-buffer point: %s"
88668147
DL
2773 ;; edebug-buffer-outside-point)
2774 (let ((current-buffer (current-buffer)))
2775 (set-buffer edebug-buffer)
2776 (goto-char edebug-buffer-outside-point)
2777 (set-buffer current-buffer))
2778 ;; ... nothing more.
2779 )
3cc9e6d8 2780 (with-timeout-unsuspend edebug-with-timeout-suspend)
88668147
DL
2781 ;; Reset global variables to outside values in case they were changed.
2782 (setq
3a799327 2783 unread-command-events edebug-outside-unread-command-events
88668147
DL
2784 overlay-arrow-position edebug-outside-o-a-p
2785 overlay-arrow-string edebug-outside-o-a-s
eb533587
JL
2786 cursor-in-echo-area edebug-outside-c-i-e-a
2787 default-cursor-in-non-selected-windows edebug-outside-d-c-i-n-s-w)
88668147 2788 )))
1fe3d507 2789
84fc2cfa 2790
1fe3d507
DL
2791(defvar edebug-number-of-recursions 0)
2792;; Number of recursive edits started by edebug.
2793;; Should be 0 at the top level.
2794
2795(defvar edebug-recursion-depth 0)
2796;; Value of recursion-depth when edebug was called.
2797
2798;; Dynamically declared unbound vars
2799(defvar edebug-outside-match-data) ; match data outside of edebug
2800(defvar edebug-backtrace-buffer) ; each recursive edit gets its own
a1506d29 2801(defvar edebug-inside-windows)
1fe3d507
DL
2802(defvar edebug-interactive-p)
2803
2804(defvar edebug-outside-map)
2805(defvar edebug-outside-standard-output)
2806(defvar edebug-outside-standard-input)
c820ffeb 2807(defvar edebug-outside-current-prefix-arg)
1fe3d507
DL
2808(defvar edebug-outside-last-command-char)
2809(defvar edebug-outside-last-command)
2810(defvar edebug-outside-this-command)
2811(defvar edebug-outside-last-input-char)
2812
100aa77c
RS
2813;; Note: here we have defvars for variables that are
2814;; built-in in certain versions.
2815;; Each defvar makes a difference
2816;; in versions where the variable is *not* built-in.
2817
1fe3d507
DL
2818;; Emacs 18
2819(defvar edebug-outside-unread-command-char)
1fe3d507 2820
1fe3d507
DL
2821;; Emacs 19.
2822(defvar edebug-outside-last-command-event)
2823(defvar edebug-outside-unread-command-events)
2824(defvar edebug-outside-last-input-event)
2825(defvar edebug-outside-last-event-frame)
2826(defvar edebug-outside-last-nonmenu-event)
2827(defvar edebug-outside-track-mouse)
2828
1fe3d507
DL
2829;; Disable byte compiler warnings about unread-command-char and -event
2830;; (maybe works with byte-compile-version 2.22 at least)
2831(defvar edebug-unread-command-char-warning)
2832(defvar edebug-unread-command-event-warning)
2833(eval-when-compile
2834 (setq edebug-unread-command-char-warning
2835 (get 'unread-command-char 'byte-obsolete-variable))
6db746da 2836 (put 'unread-command-char 'byte-obsolete-variable nil))
84fc2cfa
ER
2837
2838(defun edebug-recursive-edit ()
1fe3d507 2839 ;; Start up a recursive edit inside of edebug.
84fc2cfa 2840 ;; The current buffer is the edebug-buffer, which is put into edebug-mode.
1fe3d507 2841 ;; Assume that none of the variables below are buffer-local.
84fc2cfa
ER
2842 (let ((edebug-buffer-read-only buffer-read-only)
2843 ;; match-data must be done in the outside buffer
2844 (edebug-outside-match-data
1fe3d507
DL
2845 (save-excursion ; might be unnecessary now??
2846 (set-buffer edebug-outside-buffer) ; in case match buffer different
84fc2cfa
ER
2847 (match-data)))
2848
1fe3d507 2849 ;;(edebug-number-of-recursions (1+ edebug-number-of-recursions))
84fc2cfa
ER
2850 (edebug-recursion-depth (recursion-depth))
2851 edebug-entered ; bind locally to nil
1fe3d507 2852 (edebug-interactive-p nil) ; again non-interactive
84fc2cfa
ER
2853 edebug-backtrace-buffer ; each recursive edit gets its own
2854 ;; The window configuration may be saved and restored
2855 ;; during a recursive-edit
2856 edebug-inside-windows
2857
2858 (edebug-outside-map (current-local-map))
88668147 2859
84fc2cfa
ER
2860 (edebug-outside-standard-output standard-output)
2861 (edebug-outside-standard-input standard-input)
88668147 2862 (edebug-outside-defining-kbd-macro defining-kbd-macro)
84fc2cfa
ER
2863
2864 (edebug-outside-last-command-char last-command-char)
2865 (edebug-outside-last-command last-command)
2866 (edebug-outside-this-command this-command)
2867 (edebug-outside-last-input-char last-input-char)
1fe3d507
DL
2868
2869 (edebug-outside-unread-command-char unread-command-char)
c820ffeb 2870 (edebug-outside-current-prefix-arg current-prefix-arg)
1fe3d507
DL
2871
2872 (edebug-outside-last-input-event last-input-event)
2873 (edebug-outside-last-command-event last-command-event)
1fe3d507
DL
2874 (edebug-outside-last-event-frame last-event-frame)
2875 (edebug-outside-last-nonmenu-event last-nonmenu-event)
2876 (edebug-outside-track-mouse track-mouse)
84fc2cfa
ER
2877 )
2878
84fc2cfa 2879 (unwind-protect
88668147
DL
2880 (let (
2881 ;; Declare global values local but using the same global value.
2882 ;; We could set these to the values for previous edebug call.
2883 (last-command-char last-command-char)
a1506d29 2884 (last-command last-command)
88668147
DL
2885 (this-command this-command)
2886 (last-input-char last-input-char)
2887
2888 ;; Assume no edebug command sets unread-command-char.
2889 (unread-command-char -1)
c820ffeb 2890 (current-prefix-arg nil)
88668147
DL
2891
2892 ;; More for Emacs 19
2893 (last-input-event nil)
2894 (last-command-event nil)
88668147
DL
2895 (last-event-frame nil)
2896 (last-nonmenu-event nil)
2897 (track-mouse nil)
2898
2899 ;; Bind again to outside values.
2900 (debug-on-error edebug-outside-debug-on-error)
2901 (debug-on-quit edebug-outside-debug-on-quit)
2902
2903 ;; Don't keep defining a kbd macro.
a1506d29 2904 (defining-kbd-macro
88668147
DL
2905 (if edebug-continue-kbd-macro defining-kbd-macro))
2906
2907 ;; others??
2908 )
2909
88668147
DL
2910 (if (and (eq edebug-execution-mode 'go)
2911 (not (memq edebug-arg-mode '(after error))))
2912 (message "Break"))
2913
2914 (setq buffer-read-only t)
1e3ab67b 2915 (setq signal-hook-function nil)
88668147
DL
2916
2917 (edebug-mode)
2918 (unwind-protect
2919 (recursive-edit) ; <<<<<<<<<< Recursive edit
2920
2921 ;; Do the following, even if quit occurs.
1e3ab67b 2922 (setq signal-hook-function 'edebug-signal)
88668147
DL
2923 (if edebug-backtrace-buffer
2924 (kill-buffer edebug-backtrace-buffer))
2925 ;; Could be an option to keep eval display up.
2926 (if edebug-eval-buffer (kill-buffer edebug-eval-buffer))
2927
2928 ;; Remember selected-window after recursive-edit.
2929 ;; (setq edebug-inside-window (selected-window))
2930
ccb61a97 2931 (set-match-data edebug-outside-match-data)
88668147
DL
2932
2933 ;; Recursive edit may have changed buffers,
2934 ;; so set it back before exiting let.
2935 (if (buffer-name edebug-buffer) ; if it still exists
2936 (progn
2937 (set-buffer edebug-buffer)
2938 (if (memq edebug-execution-mode '(go Go-nonstop))
2939 (edebug-overlay-arrow))
2940 (setq buffer-read-only edebug-buffer-read-only)
2941 (use-local-map edebug-outside-map)
2942 )
2943 ;; gotta have a buffer to let its buffer local variables be set
2944 (get-buffer-create " bogus edebug buffer"))
2945 ));; inner let
2946
2947 ;; Reset global vars to outside values, in case they have been changed.
a1506d29 2948 (setq
88668147
DL
2949 last-command-char edebug-outside-last-command-char
2950 last-command-event edebug-outside-last-command-event
2951 last-command edebug-outside-last-command
2952 this-command edebug-outside-this-command
2953 unread-command-char edebug-outside-unread-command-char
c820ffeb 2954 current-prefix-arg edebug-outside-current-prefix-arg
88668147
DL
2955 last-input-char edebug-outside-last-input-char
2956 last-input-event edebug-outside-last-input-event
2957 last-event-frame edebug-outside-last-event-frame
2958 last-nonmenu-event edebug-outside-last-nonmenu-event
2959 track-mouse edebug-outside-track-mouse
2960
2961 standard-output edebug-outside-standard-output
2962 standard-input edebug-outside-standard-input
2963 defining-kbd-macro edebug-outside-defining-kbd-macro
2964 ))
2965 ))
84fc2cfa 2966
1fe3d507
DL
2967
2968;;; Display related functions
84fc2cfa
ER
2969
2970(defun edebug-adjust-window (old-start)
1fe3d507 2971 ;; If pos is not visible, adjust current window to fit following context.
a1506d29 2972;;; (message "window: %s old-start: %s window-start: %s pos: %s"
1fe3d507 2973;;; (selected-window) old-start (window-start) (point)) (sit-for 5)
84fc2cfa
ER
2974 (if (not (pos-visible-in-window-p))
2975 (progn
1fe3d507
DL
2976 ;; First try old-start
2977 (if old-start
2978 (set-window-start (selected-window) old-start))
84fc2cfa 2979 (if (not (pos-visible-in-window-p))
1fe3d507
DL
2980 (progn
2981;; (message "resetting window start") (sit-for 2)
2982 (set-window-start
2983 (selected-window)
2984 (save-excursion
2985 (forward-line
2986 (if (< (point) (window-start)) -1 ; one line before if in back
2987 (- (/ (window-height) 2)) ; center the line moving forward
2988 ))
2989 (beginning-of-line)
2990 (point)))))))
84fc2cfa 2991 (window-start))
a1506d29 2992
84fc2cfa
ER
2993
2994
1fe3d507
DL
2995(defconst edebug-arrow-alist
2996 '((Continue-fast . "=")
2997 (Trace-fast . "-")
2998 (continue . ">")
2999 (trace . "->")
3000 (step . "=>")
3001 (next . "=>")
3002 (go . "<>")
3003 (Go-nonstop . "..") ; not used
3004 )
3005 "Association list of arrows for each edebug mode.")
3006
3007(defun edebug-overlay-arrow ()
3008 ;; Set up the overlay arrow at beginning-of-line in current buffer.
a1506d29 3009 ;; The arrow string is derived from edebug-arrow-alist and
1fe3d507 3010 ;; edebug-execution-mode.
88668147 3011 (let ((pos (save-excursion (beginning-of-line) (point))))
1fe3d507
DL
3012 (setq overlay-arrow-string
3013 (cdr (assq edebug-execution-mode edebug-arrow-alist)))
3014 (setq overlay-arrow-position (make-marker))
3015 (set-marker overlay-arrow-position pos (current-buffer))))
84fc2cfa 3016
1fe3d507
DL
3017
3018(defun edebug-toggle-save-all-windows ()
3019 "Toggle the saving and restoring of all windows.
3020Also, each time you toggle it on, the inside and outside window
3021configurations become the same as the current configuration."
84fc2cfa 3022 (interactive)
1fe3d507
DL
3023 (setq edebug-save-windows (not edebug-save-windows))
3024 (if edebug-save-windows
84fc2cfa
ER
3025 (setq edebug-inside-windows
3026 (setq edebug-outside-windows
1fe3d507
DL
3027 (edebug-current-windows
3028 edebug-save-windows))))
3029 (message "Window saving is %s for all windows."
84fc2cfa
ER
3030 (if edebug-save-windows "on" "off")))
3031
1fe3d507 3032(defmacro edebug-changing-windows (&rest body)
d8f1319a
GM
3033 `(let ((window (selected-window)))
3034 (setq edebug-inside-windows (edebug-current-windows t))
3035 (edebug-set-windows edebug-outside-windows)
3036 ,@body;; Code to change edebug-save-windows
a1506d29 3037 (setq edebug-outside-windows (edebug-current-windows
d8f1319a
GM
3038 edebug-save-windows))
3039 ;; Problem: what about outside windows that are deleted inside?
3040 (edebug-set-windows edebug-inside-windows)))
1fe3d507
DL
3041
3042(defun edebug-toggle-save-selected-window ()
a1506d29 3043 "Toggle the saving and restoring of the selected window.
1fe3d507
DL
3044Also, each time you toggle it on, the inside and outside window
3045configurations become the same as the current configuration."
3046 (interactive)
3047 (cond
3048 ((eq t edebug-save-windows)
3049 ;; Save all outside windows except the selected one.
3050 ;; Remove (selected-window) from outside-windows.
3051 (edebug-changing-windows
3052 (setq edebug-save-windows (delq window (edebug-window-list)))))
3053
3054 ((memq (selected-window) edebug-save-windows)
3055 (setq edebug-outside-windows
3056 (delq (assq (selected-window) edebug-outside-windows)
3057 edebug-outside-windows))
3058 (setq edebug-save-windows
3059 (delq (selected-window) edebug-save-windows)))
3060 (t ; Save a new window.
3061 (edebug-changing-windows
3062 (setq edebug-save-windows (cons window edebug-save-windows)))))
3063
3064 (message "Window saving is %s for %s."
3065 (if (memq (selected-window) edebug-save-windows)
3066 "on" "off")
3067 (selected-window)))
3068
3069(defun edebug-toggle-save-windows (arg)
3070 "Toggle the saving and restoring of windows.
3071With prefix, toggle for just the selected window.
3072Otherwise, toggle for all windows."
3073 (interactive "P")
3074 (if arg
3075 (edebug-toggle-save-selected-window)
3076 (edebug-toggle-save-all-windows)))
3077
84fc2cfa
ER
3078
3079(defun edebug-where ()
3080 "Show the debug windows and where we stopped in the program."
3081 (interactive)
3082 (if (not edebug-active)
1fe3d507
DL
3083 (error "Edebug is not active"))
3084 ;; Restore the window configuration to what it last was inside.
3085 ;; But it is not always set. - experiment
3086 ;;(if edebug-inside-windows
3087 ;; (edebug-set-windows edebug-inside-windows))
84fc2cfa 3088 (edebug-pop-to-buffer edebug-buffer)
1fe3d507 3089 (goto-char edebug-point))
84fc2cfa
ER
3090
3091(defun edebug-view-outside ()
3092 "Change to the outside window configuration."
3093 (interactive)
3094 (if (not edebug-active)
1fe3d507 3095 (error "Edebug is not active"))
a1506d29 3096 (setq edebug-inside-windows
1fe3d507
DL
3097 (edebug-current-windows edebug-save-windows))
3098 (edebug-set-windows edebug-outside-windows)
84fc2cfa 3099 (goto-char edebug-outside-point)
1fe3d507 3100 (message "Window configuration outside of Edebug. Return with %s"
84fc2cfa
ER
3101 (substitute-command-keys "\\<global-map>\\[edebug-where]")))
3102
3103
1fe3d507
DL
3104(defun edebug-bounce-point (arg)
3105 "Bounce the point in the outside current buffer.
3106If prefix arg is supplied, sit for that many seconds before returning.
3107The default is one second."
3108 (interactive "p")
84fc2cfa 3109 (if (not edebug-active)
1fe3d507 3110 (error "Edebug is not active"))
84fc2cfa 3111 (save-excursion
1fe3d507 3112 ;; If the buffer's currently displayed, avoid set-window-configuration.
84fc2cfa
ER
3113 (save-window-excursion
3114 (edebug-pop-to-buffer edebug-outside-buffer)
84fc2cfa 3115 (goto-char edebug-outside-point)
a1506d29
JB
3116 (message "Current buffer: %s Point: %s Mark: %s"
3117 (current-buffer) (point)
1fe3d507
DL
3118 (if (marker-buffer (edebug-mark-marker))
3119 (marker-position (edebug-mark-marker)) "<not set>"))
3120 (edebug-sit-for arg)
3121 (edebug-pop-to-buffer edebug-buffer (car edebug-window-data)))))
84fc2cfa 3122
84fc2cfa 3123
a1506d29 3124;; Joe Wells, here is a start at your idea of adding a buffer to the internal
1fe3d507 3125;; display list. Still need to use this list in edebug-display.
84fc2cfa 3126
1fe3d507
DL
3127'(defvar edebug-display-buffer-list nil
3128 "List of buffers that edebug will display when it is active.")
84fc2cfa 3129
1fe3d507
DL
3130'(defun edebug-display-buffer (buffer)
3131 "Toggle display of a buffer inside of edebug."
3132 (interactive "bBuffer: ")
3133 (let ((already-displaying (memq buffer edebug-display-buffer-list)))
3134 (setq edebug-display-buffer-list
3135 (if already-displaying
3136 (delq buffer edebug-display-buffer-list)
3137 (cons buffer edebug-display-buffer-list)))
3138 (message "Displaying %s %s" buffer
3139 (if already-displaying "off" "on"))))
84fc2cfa 3140
1fe3d507 3141;;; Breakpoint related functions
84fc2cfa
ER
3142
3143(defun edebug-find-stop-point ()
1fe3d507
DL
3144 ;; Return (function . index) of the nearest edebug stop point.
3145 (let* ((edebug-def-name (edebug-form-data-symbol))
84fc2cfa 3146 (edebug-data
1fe3d507
DL
3147 (let ((data (get edebug-def-name 'edebug)))
3148 (if (or (null data) (markerp data))
3149 (error "%s is not instrumented for Edebug" edebug-def-name))
3150 data)) ; we could do it automatically, if data is a marker.
84fc2cfa 3151 ;; pull out parts of edebug-data.
1fe3d507
DL
3152 (edebug-def-mark (car edebug-data))
3153 ;; (edebug-breakpoints (car (cdr edebug-data)))
84fc2cfa 3154
1fe3d507 3155 (offset-vector (nth 2 edebug-data))
84fc2cfa
ER
3156 (offset (- (save-excursion
3157 (if (looking-at "[ \t]")
3158 ;; skip backwards until non-whitespace, or bol
3159 (skip-chars-backward " \t"))
3160 (point))
1fe3d507 3161 edebug-def-mark))
84fc2cfa
ER
3162 len i)
3163 ;; the offsets are in order so we can do a linear search
3164 (setq len (length offset-vector))
3165 (setq i 0)
3166 (while (and (< i len) (> offset (aref offset-vector i)))
3167 (setq i (1+ i)))
3168 (if (and (< i len)
3169 (<= offset (aref offset-vector i)))
3170 ;; return the relevant info
1fe3d507 3171 (cons edebug-def-name i)
84fc2cfa 3172 (message "Point is not on an expression in %s."
1fe3d507 3173 edebug-def-name)
84fc2cfa
ER
3174 )))
3175
3176
3177(defun edebug-next-breakpoint ()
3178 "Move point to the next breakpoint, or first if none past point."
3179 (interactive)
3180 (let ((edebug-stop-point (edebug-find-stop-point)))
3181 (if edebug-stop-point
1fe3d507 3182 (let* ((edebug-def-name (car edebug-stop-point))
84fc2cfa 3183 (index (cdr edebug-stop-point))
1fe3d507 3184 (edebug-data (get edebug-def-name 'edebug))
a1506d29 3185
84fc2cfa 3186 ;; pull out parts of edebug-data
1fe3d507 3187 (edebug-def-mark (car edebug-data))
84fc2cfa 3188 (edebug-breakpoints (car (cdr edebug-data)))
1fe3d507 3189 (offset-vector (nth 2 edebug-data))
84fc2cfa
ER
3190 breakpoint)
3191 (if (not edebug-breakpoints)
3192 (message "No breakpoints in this function.")
3193 (let ((breaks edebug-breakpoints))
3194 (while (and breaks
3195 (<= (car (car breaks)) index))
3196 (setq breaks (cdr breaks)))
3197 (setq breakpoint
3198 (if breaks
3199 (car breaks)
3200 ;; goto the first breakpoint
3201 (car edebug-breakpoints)))
1fe3d507 3202 (goto-char (+ edebug-def-mark
84fc2cfa 3203 (aref offset-vector (car breakpoint))))
a1506d29 3204
f7359658
RS
3205 (message "%s"
3206 (concat (if (nth 2 breakpoint)
84fc2cfa
ER
3207 "Temporary " "")
3208 (if (car (cdr breakpoint))
3209 (format "Condition: %s"
1fe3d507 3210 (edebug-safe-prin1-to-string
84fc2cfa
ER
3211 (car (cdr breakpoint))))
3212 "")))
3213 ))))))
3214
3215
3216(defun edebug-modify-breakpoint (flag &optional condition temporary)
b6386e63
LT
3217 "Modify the breakpoint for the form at point or after it.
3218Set it if FLAG is non-nil, clear it otherwise. Then move to that point.
84fc2cfa 3219If CONDITION or TEMPORARY are non-nil, add those attributes to
a1506d29 3220the breakpoint. "
84fc2cfa
ER
3221 (let ((edebug-stop-point (edebug-find-stop-point)))
3222 (if edebug-stop-point
1fe3d507 3223 (let* ((edebug-def-name (car edebug-stop-point))
84fc2cfa 3224 (index (cdr edebug-stop-point))
1fe3d507 3225 (edebug-data (get edebug-def-name 'edebug))
a1506d29 3226
84fc2cfa 3227 ;; pull out parts of edebug-data
1fe3d507 3228 (edebug-def-mark (car edebug-data))
84fc2cfa 3229 (edebug-breakpoints (car (cdr edebug-data)))
1fe3d507 3230 (offset-vector (nth 2 edebug-data))
84fc2cfa
ER
3231 present)
3232 ;; delete it either way
3233 (setq present (assq index edebug-breakpoints))
3234 (setq edebug-breakpoints (delq present edebug-breakpoints))
3235 (if flag
3236 (progn
3237 ;; add it to the list and resort
3238 (setq edebug-breakpoints
3239 (edebug-sort-alist
3240 (cons
3241 (list index condition temporary)
3242 edebug-breakpoints) '<))
1fe3d507
DL
3243 (if condition
3244 (message "Breakpoint set in %s with condition: %s"
3245 edebug-def-name condition)
3246 (message "Breakpoint set in %s" edebug-def-name)))
84fc2cfa 3247 (if present
1fe3d507
DL
3248 (message "Breakpoint unset in %s" edebug-def-name)
3249 (message "No breakpoint here")))
a1506d29 3250
1fe3d507
DL
3251 (setcar (cdr edebug-data) edebug-breakpoints)
3252 (goto-char (+ edebug-def-mark (aref offset-vector index)))
84fc2cfa
ER
3253 ))))
3254
3255(defun edebug-set-breakpoint (arg)
3256 "Set the breakpoint of nearest sexp.
3257With prefix argument, make it a temporary breakpoint."
3258 (interactive "P")
3259 (edebug-modify-breakpoint t nil arg))
3260
3261(defun edebug-unset-breakpoint ()
3262 "Clear the breakpoint of nearest sexp."
3263 (interactive)
3264 (edebug-modify-breakpoint nil))
3265
1fe3d507 3266
1fe3d507 3267(defun edebug-set-global-break-condition (expression)
20c78df0
JL
3268 (interactive
3269 (list
3270 (let ((initial (and edebug-global-break-condition
3271 (format "%s" edebug-global-break-condition))))
3272 (read-from-minibuffer
3273 "Global Condition: " initial read-expression-map t
3274 (if (equal (car read-expression-history) initial)
3275 '(read-expression-history . 1)
3276 'read-expression-history)))))
1fe3d507
DL
3277 (setq edebug-global-break-condition expression))
3278
3279
3280;;; Mode switching functions
84fc2cfa
ER
3281
3282(defun edebug-set-mode (mode shortmsg msg)
1fe3d507
DL
3283 ;; Set the edebug mode to MODE.
3284 ;; Display SHORTMSG, or MSG if not within edebug.
3285 (if (eq (1+ edebug-recursion-depth) (recursion-depth))
3286 (progn
3287 (setq edebug-execution-mode mode)
3288 (message shortmsg)
3289 ;; Continue execution
3290 (exit-recursive-edit))
3291 ;; This is not terribly useful!!
3292 (setq edebug-next-execution-mode mode)
84fc2cfa
ER
3293 (message msg)))
3294
3295
1fe3d507
DL
3296(defalias 'edebug-step-through-mode 'edebug-step-mode)
3297
3298(defun edebug-step-mode ()
3299 "Proceed to next stop point."
3300 (interactive)
3301 (edebug-set-mode 'step "" "Edebug will stop at next stop point."))
3302
3303(defun edebug-next-mode ()
3304 "Proceed to next `after' stop point."
84fc2cfa 3305 (interactive)
1fe3d507 3306 (edebug-set-mode 'next "" "Edebug will stop after next eval."))
84fc2cfa 3307
1fe3d507 3308(defun edebug-go-mode (arg)
84fc2cfa 3309 "Go, evaluating until break.
1fe3d507 3310With prefix ARG, set temporary break at current point and go."
84fc2cfa
ER
3311 (interactive "P")
3312 (if arg
3313 (edebug-set-breakpoint t))
1fe3d507 3314 (edebug-set-mode 'go "Go..." "Edebug will go until break."))
84fc2cfa 3315
1fe3d507 3316(defun edebug-Go-nonstop-mode ()
84fc2cfa
ER
3317 "Go, evaluating without debugging."
3318 (interactive)
3319 (edebug-set-mode 'Go-nonstop "Go-Nonstop..."
1fe3d507
DL
3320 "Edebug will not stop at breaks."))
3321
3322
3323(defun edebug-trace-mode ()
3324 "Begin trace mode."
3325 (interactive)
3326 (edebug-set-mode 'trace "Tracing..." "Edebug will trace with pause."))
3327
3328(defun edebug-Trace-fast-mode ()
3329 "Trace with no wait at each step."
3330 (interactive)
3331 (edebug-set-mode 'Trace-fast
3332 "Trace fast..." "Edebug will trace without pause."))
3333
3334(defun edebug-continue-mode ()
3335 "Begin continue mode."
3336 (interactive)
3337 (edebug-set-mode 'continue "Continue..."
3338 "Edebug will pause at breakpoints."))
3339
3340(defun edebug-Continue-fast-mode ()
3341 "Trace with no wait at each step."
3342 (interactive)
3343 (edebug-set-mode 'Continue-fast "Continue fast..."
3344 "Edebug will stop and go at breakpoints."))
3345
3346;; ------------------------------------------------------------
3347;; The following use the mode changing commands and breakpoints.
3348
3349
3350(defun edebug-goto-here ()
8a33e9f1 3351 "Proceed to first stop-point at or after current position of point."
1fe3d507
DL
3352 (interactive)
3353 (edebug-go-mode t))
3354
3355
3356(defun edebug-stop ()
3357 "Stop execution and do not continue.
3358Useful for exiting from trace or continue loop."
3359 (interactive)
3360 (message "Stop"))
3361
3362
3363'(defun edebug-forward ()
3364 "Proceed to the exit of the next expression to be evaluated."
3365 (interactive)
a1506d29 3366 (edebug-set-mode
1fe3d507
DL
3367 'forward "Forward"
3368 "Edebug will stop after exiting the next expression."))
3369
84fc2cfa
ER
3370
3371(defun edebug-forward-sexp (arg)
3372 "Proceed from the current point to the end of the ARGth sexp ahead.
3373If there are not ARG sexps ahead, then do edebug-step-out."
3374 (interactive "p")
1fe3d507 3375 (condition-case nil
84fc2cfa
ER
3376 (let ((parse-sexp-ignore-comments t))
3377 ;; Call forward-sexp repeatedly until done or failure.
3378 (forward-sexp arg)
1fe3d507 3379 (edebug-go-mode t))
84fc2cfa
ER
3380 (error
3381 (edebug-step-out)
3382 )))
3383
3384(defun edebug-step-out ()
3385 "Proceed from the current point to the end of the containing sexp.
3386If there is no containing sexp that is not the top level defun,
3387go to the end of the last sexp, or if that is the same point, then step."
3388 (interactive)
1fe3d507 3389 (condition-case nil
84fc2cfa
ER
3390 (let ((parse-sexp-ignore-comments t))
3391 (up-list 1)
3392 (save-excursion
3393 ;; Is there still a containing expression?
3394 (up-list 1))
1fe3d507 3395 (edebug-go-mode t))
84fc2cfa
ER
3396 (error
3397 ;; At top level - 1, so first check if there are more sexps at this level.
3398 (let ((start-point (point)))
3399;; (up-list 1)
3400 (down-list -1)
3401 (if (= (point) start-point)
1fe3d507
DL
3402 (edebug-step-mode) ; No more at this level, so step.
3403 (edebug-go-mode t)
84fc2cfa
ER
3404 )))))
3405
1fe3d507
DL
3406(defun edebug-instrument-function (func)
3407 ;; Func should be a function symbol.
3408 ;; Return the function symbol, or nil if not instrumented.
3ebb8416 3409 (let ((func-marker (get func 'edebug)))
1fe3d507
DL
3410 (cond
3411 ((markerp func-marker)
3412 ;; It is uninstrumented, so instrument it.
3ebb8416 3413 (with-current-buffer (marker-buffer func-marker)
1fe3d507
DL
3414 (goto-char func-marker)
3415 (edebug-eval-top-level-form)
3416 func))
3417 ((consp func-marker)
3418 (message "%s is already instrumented." func)
3419 func)
3ebb8416
SM
3420 (t
3421 (let ((loc (find-function-noselect func)))
fea7b514
RS
3422 (unless (cdr loc)
3423 (error "Could not find the definition in its file"))
3ebb8416
SM
3424 (with-current-buffer (car loc)
3425 (goto-char (cdr loc))
3426 (edebug-eval-top-level-form)
3427 func))))))
1fe3d507
DL
3428
3429(defun edebug-instrument-callee ()
a1506d29 3430 "Instrument the definition of the function or macro about to be called.
1fe3d507
DL
3431Do this when stopped before the form or it will be too late.
3432One side effect of using this command is that the next time the
3433function or macro is called, Edebug will be called there as well."
84fc2cfa 3434 (interactive)
1fe3d507
DL
3435 (if (not (looking-at "\("))
3436 (error "You must be before a list form")
3437 (let ((func
3438 (save-excursion
3439 (down-list 1)
3440 (if (looking-at "\(")
3441 (edebug-form-data-name
3442 (edebug-get-form-data-entry (point)))
88668147 3443 (edebug-original-read (current-buffer))))))
1fe3d507 3444 (edebug-instrument-function func))))
84fc2cfa 3445
84fc2cfa 3446
1fe3d507 3447(defun edebug-step-in ()
a1506d29
JB
3448 "Step into the definition of the function or macro about to be called.
3449This first does `edebug-instrument-callee' to ensure that it is
1fe3d507 3450instrumented. Then it does `edebug-on-entry' and switches to `go' mode."
84fc2cfa 3451 (interactive)
1fe3d507
DL
3452 (let ((func (edebug-instrument-callee)))
3453 (if func
3454 (progn
3455 (edebug-on-entry func 'temp)
3456 (edebug-go-mode nil)))))
84fc2cfa 3457
1fe3d507
DL
3458(defun edebug-on-entry (function &optional flag)
3459 "Cause Edebug to stop when FUNCTION is called.
3460With prefix argument, make this temporary so it is automatically
3461cancelled the first time the function is entered."
3462 (interactive "aEdebug on entry to: \nP")
3463 ;; Could store this in the edebug data instead.
3464 (put function 'edebug-on-entry (if flag 'temp t)))
84fc2cfa 3465
1fe3d507
DL
3466(defun cancel-edebug-on-entry (function)
3467 (interactive "aEdebug on entry to: ")
3468 (put function 'edebug-on-entry nil))
84fc2cfa 3469
a1506d29 3470
88668147
DL
3471(if (not (fboundp 'edebug-original-debug-on-entry))
3472 (fset 'edebug-original-debug-on-entry (symbol-function 'debug-on-entry)))
1fe3d507
DL
3473'(fset 'debug-on-entry 'edebug-debug-on-entry) ;; Should we do this?
3474;; Also need edebug-cancel-debug-on-entry
3475
3476'(defun edebug-debug-on-entry (function)
3477 "Request FUNCTION to invoke debugger each time it is called.
3478If the user continues, FUNCTION's execution proceeds.
3479Works by modifying the definition of FUNCTION,
3480which must be written in Lisp, not predefined.
3481Use `cancel-debug-on-entry' to cancel the effect of this command.
3482Redefining FUNCTION also does that.
3483
3484This version is from Edebug. If the function is instrumented for
6db746da 3485Edebug, it calls `edebug-on-entry'."
1fe3d507
DL
3486 (interactive "aDebug on entry (to function): ")
3487 (let ((func-data (get function 'edebug)))
3488 (if (or (null func-data) (markerp func-data))
88668147 3489 (edebug-original-debug-on-entry function)
1fe3d507
DL
3490 (edebug-on-entry function))))
3491
3492
3493(defun edebug-top-level-nonstop ()
3494 "Set mode to Go-nonstop, and exit to top-level.
3495This is useful for exiting even if unwind-protect code may be executed."
84fc2cfa 3496 (interactive)
1fe3d507
DL
3497 (setq edebug-execution-mode 'Go-nonstop)
3498 (top-level))
84fc2cfa
ER
3499
3500
3501;;(defun edebug-exit-out ()
3502;; "Go until the current function exits."
3503;; (interactive)
3504;; (edebug-set-mode 'exiting "Exit..."))
3505
3506
84fc2cfa
ER
3507;;; The following initial mode setting definitions are not used yet.
3508
1fe3d507 3509'(defconst edebug-initial-mode-alist
84fc2cfa
ER
3510 '((edebug-Continue-fast . Continue-fast)
3511 (edebug-Trace-fast . Trace-fast)
3512 (edebug-continue . continue)
3513 (edebug-trace . trace)
3514 (edebug-go . go)
3515 (edebug-step-through . step)
3516 (edebug-Go-nonstop . Go-nonstop)
3517 )
3518 "Association list between commands and the modes they set.")
3519
3520
1fe3d507 3521'(defun edebug-set-initial-mode ()
84fc2cfa
ER
3522 "Ask for the initial mode of the enclosing function.
3523The mode is requested via the key that would be used to set the mode in
3524edebug-mode."
3525 (interactive)
3526 (let* ((this-function (edebug-which-function))
3527 (keymap (if (eq edebug-mode-map (current-local-map))
3528 edebug-mode-map))
3529 (old-mode (or (get this-function 'edebug-initial-mode)
3530 edebug-initial-mode))
3531 (key (read-key-sequence
3532 (format
3533 "Change initial edebug mode for %s from %s (%s) to (enter key): "
3534 this-function
3535 old-mode
3536 (where-is-internal
3537 (car (rassq old-mode edebug-initial-mode-alist))
3538 keymap 'firstonly
3539 ))))
3540 (mode (cdr (assq (key-binding key) edebug-initial-mode-alist)))
3541 )
3542 (if (and mode
3543 (or (get this-function 'edebug-initial-mode)
3544 (not (eq mode edebug-initial-mode))))
3545 (progn
3546 (put this-function 'edebug-initial-mode mode)
3547 (message "Initial mode for %s is now: %s"
3548 this-function mode))
4897b0a0 3549 (error "Key must map to one of the mode changing commands")
84fc2cfa
ER
3550 )))
3551
1fe3d507 3552;;; Evaluation of expressions
84fc2cfa 3553
1fe3d507 3554(def-edebug-spec edebug-outside-excursion t)
84fc2cfa 3555
1fe3d507
DL
3556(defmacro edebug-outside-excursion (&rest body)
3557 "Evaluate an expression list in the outside context.
3558Return the result of the last expression."
d8f1319a
GM
3559 `(save-excursion ; of current-buffer
3560 (if edebug-save-windows
3561 (progn
a1506d29 3562 ;; After excursion, we will
d8f1319a
GM
3563 ;; restore to current window configuration.
3564 (setq edebug-inside-windows
3565 (edebug-current-windows edebug-save-windows))
3566 ;; Restore outside windows.
3567 (edebug-set-windows edebug-outside-windows)))
3568
3569 (set-buffer edebug-buffer) ; why?
3570 ;; (use-local-map edebug-outside-map)
3571 (set-match-data edebug-outside-match-data)
3572 ;; Restore outside context.
3573 (let (;; (edebug-inside-map (current-local-map)) ;; restore map??
3574 (last-command-char edebug-outside-last-command-char)
3575 (last-command-event edebug-outside-last-command-event)
3576 (last-command edebug-outside-last-command)
3577 (this-command edebug-outside-this-command)
3578 (unread-command-char edebug-outside-unread-command-char)
d8f1319a
GM
3579 (unread-command-events edebug-outside-unread-command-events)
3580 (current-prefix-arg edebug-outside-current-prefix-arg)
3581 (last-input-char edebug-outside-last-input-char)
3582 (last-input-event edebug-outside-last-input-event)
3583 (last-event-frame edebug-outside-last-event-frame)
3584 (last-nonmenu-event edebug-outside-last-nonmenu-event)
3585 (track-mouse edebug-outside-track-mouse)
3586 (standard-output edebug-outside-standard-output)
3587 (standard-input edebug-outside-standard-input)
3588
3589 (executing-kbd-macro edebug-outside-executing-macro)
3590 (defining-kbd-macro edebug-outside-defining-kbd-macro)
5fc58d83
RS
3591 ;; Get the values out of the saved statuses.
3592 (pre-command-hook (cdr edebug-outside-pre-command-hook))
3593 (post-command-hook (cdr edebug-outside-post-command-hook))
d8f1319a
GM
3594
3595 ;; See edebug-display
3596 (overlay-arrow-position edebug-outside-o-a-p)
3597 (overlay-arrow-string edebug-outside-o-a-s)
3598 (cursor-in-echo-area edebug-outside-c-i-e-a)
eb533587 3599 (default-cursor-in-non-selected-windows edebug-outside-d-c-i-n-s-w)
d8f1319a
GM
3600 )
3601 (unwind-protect
3602 (save-excursion ; of edebug-buffer
3603 (set-buffer edebug-outside-buffer)
3604 (goto-char edebug-outside-point)
3605 (if (marker-buffer (edebug-mark-marker))
3606 (set-marker (edebug-mark-marker) edebug-outside-mark))
3607 ,@body)
3608
3609 ;; Back to edebug-buffer. Restore rest of inside context.
3610 ;; (use-local-map edebug-inside-map)
3611 (if edebug-save-windows
3612 ;; Restore inside windows.
3613 (edebug-set-windows edebug-inside-windows))
3614
3615 ;; Save values that may have been changed.
a1506d29 3616 (setq
d8f1319a
GM
3617 edebug-outside-last-command-char last-command-char
3618 edebug-outside-last-command-event last-command-event
3619 edebug-outside-last-command last-command
3620 edebug-outside-this-command this-command
3621 edebug-outside-unread-command-char unread-command-char
d8f1319a
GM
3622 edebug-outside-unread-command-events unread-command-events
3623 edebug-outside-current-prefix-arg current-prefix-arg
3624 edebug-outside-last-input-char last-input-char
3625 edebug-outside-last-input-event last-input-event
3626 edebug-outside-last-event-frame last-event-frame
3627 edebug-outside-last-nonmenu-event last-nonmenu-event
3628 edebug-outside-track-mouse track-mouse
3629 edebug-outside-standard-output standard-output
3630 edebug-outside-standard-input standard-input
3631
3632 edebug-outside-executing-macro executing-kbd-macro
3633 edebug-outside-defining-kbd-macro defining-kbd-macro
d8f1319a
GM
3634
3635 edebug-outside-o-a-p overlay-arrow-position
3636 edebug-outside-o-a-s overlay-arrow-string
3637 edebug-outside-c-i-e-a cursor-in-echo-area
eb533587 3638 edebug-outside-d-c-i-n-s-w default-cursor-in-non-selected-windows
5fc58d83
RS
3639 )
3640
3641 ;; Restore the outside saved values; don't alter
3642 ;; the outside binding loci.
3643 (setcdr edebug-outside-pre-command-hook pre-command-hook)
3644 (setcdr edebug-outside-post-command-hook post-command-hook)
3645
3646 )) ; let
d8f1319a 3647 ))
1fe3d507
DL
3648
3649(defvar cl-debug-env nil) ;; defined in cl; non-nil when lexical env used.
3650
3651(defun edebug-eval (edebug-expr)
3652 ;; Are there cl lexical variables active?
3653 (if cl-debug-env
3654 (eval (cl-macroexpand-all edebug-expr cl-debug-env))
3655 (eval edebug-expr)))
3656
3657(defun edebug-safe-eval (edebug-expr)
a1506d29 3658 ;; Evaluate EXPR safely.
1fe3d507
DL
3659 ;; If there is an error, a string is returned describing the error.
3660 (condition-case edebug-err
3661 (edebug-eval edebug-expr)
a1506d29 3662 (error (edebug-format "%s: %s" ;; could
1fe3d507
DL
3663 (get (car edebug-err) 'error-message)
3664 (car (cdr edebug-err))))))
3665
f7359658
RS
3666;;; Printing
3667
1fe3d507
DL
3668;; Replace printing functions.
3669
3670;; obsolete names
e41acc77
JB
3671(define-obsolete-function-alias 'edebug-install-custom-print-funcs
3672 'edebug-install-custom-print "22.1")
3673(define-obsolete-function-alias 'edebug-reset-print-funcs
3674 'edebug-uninstall-custom-print "22.1")
3675(define-obsolete-function-alias 'edebug-uninstall-custom-print-funcs
3676 'edebug-uninstall-custom-print "22.1")
1fe3d507
DL
3677
3678(defun edebug-install-custom-print ()
3679 "Replace print functions used by Edebug with custom versions."
3680 ;; Modifying the custom print functions, or changing print-length,
3681 ;; print-level, print-circle, custom-print-list or custom-print-vector
3682 ;; have immediate effect.
84fc2cfa 3683 (interactive)
1fe3d507
DL
3684 (require 'cust-print)
3685 (defalias 'edebug-prin1 'custom-prin1)
3686 (defalias 'edebug-print 'custom-print)
3687 (defalias 'edebug-prin1-to-string 'custom-prin1-to-string)
3688 (defalias 'edebug-format 'custom-format)
3689 (defalias 'edebug-message 'custom-message)
3690 "Installed")
3691
3692(eval-and-compile
3693 (defun edebug-uninstall-custom-print ()
3694 "Replace edebug custom print functions with internal versions."
3695 (interactive)
3696 (defalias 'edebug-prin1 'prin1)
3697 (defalias 'edebug-print 'print)
3698 (defalias 'edebug-prin1-to-string 'prin1-to-string)
3699 (defalias 'edebug-format 'format)
3700 (defalias 'edebug-message 'message)
3701 "Uninstalled")
3702
3703 ;; Default print functions are the same as Emacs'.
3704 (edebug-uninstall-custom-print))
3705
3706
3707(defun edebug-report-error (edebug-value)
3708 ;; Print an error message like command level does.
3709 ;; This also prints the error name if it has no error-message.
a1506d29 3710 (message "%s: %s"
1fe3d507
DL
3711 (or (get (car edebug-value) 'error-message)
3712 (format "peculiar error (%s)" (car edebug-value)))
a1506d29 3713 (mapconcat (function (lambda (edebug-arg)
1fe3d507
DL
3714 ;; continuing after an error may
3715 ;; complain about edebug-arg. why??
3716 (prin1-to-string edebug-arg)))
3717 (cdr edebug-value) ", ")))
3718
3719;; Define here in case they are not already defined.
3720(defvar print-level nil)
3721(defvar print-circle nil)
3722(defvar print-readably) ;; defined by lemacs
a1506d29 3723;; Alternatively, we could change the definition of
88668147 3724;; edebug-safe-prin1-to-string to only use these if defined.
1fe3d507
DL
3725
3726(defun edebug-safe-prin1-to-string (value)
84fc2cfa 3727 (let ((print-escape-newlines t)
1fe3d507
DL
3728 (print-length (or edebug-print-length print-length))
3729 (print-level (or edebug-print-level print-level))
3730 (print-circle (or edebug-print-circle print-circle))
3731 (print-readably nil)) ;; lemacs uses this.
14e7cb94
CY
3732 (condition-case nil
3733 (edebug-prin1-to-string value)
3734 (error "#Apparently circular structure#"))))
1fe3d507
DL
3735
3736(defun edebug-compute-previous-result (edebug-previous-value)
e409c527
SM
3737 (if edebug-unwrap-results
3738 (setq edebug-previous-value
3739 (edebug-unwrap* edebug-previous-value)))
1fe3d507 3740 (setq edebug-previous-result
e409c527
SM
3741 (concat "Result: "
3742 (edebug-safe-prin1-to-string edebug-previous-value)
50a27de2 3743 (eval-expression-print-format edebug-previous-value))))
84fc2cfa 3744
1fe3d507
DL
3745(defun edebug-previous-result ()
3746 "Print the previous result."
3747 (interactive)
3748 (message "%s" edebug-previous-result))
84fc2cfa 3749
f7359658 3750;;; Read, Eval and Print
84fc2cfa 3751
1fe3d507 3752(defun edebug-eval-expression (edebug-expr)
a1506d29 3753 "Evaluate an expression in the outside environment.
1fe3d507 3754If interactive, prompt for the expression.
84fc2cfa 3755Print result in minibuffer."
a1506d29 3756 (interactive (list (read-from-minibuffer
10b088c6
RS
3757 "Eval: " nil read-expression-map t
3758 'read-expression-history)))
1fe3d507
DL
3759 (princ
3760 (edebug-outside-excursion
3761 (setq values (cons (edebug-eval edebug-expr) values))
50a27de2
JL
3762 (concat (edebug-safe-prin1-to-string (car values))
3763 (eval-expression-print-format (car values))))))
84fc2cfa
ER
3764
3765(defun edebug-eval-last-sexp ()
b6386e63
LT
3766 "Evaluate sexp before point in the outside environment.
3767Print value in minibuffer."
84fc2cfa 3768 (interactive)
1fe3d507 3769 (edebug-eval-expression (edebug-last-sexp)))
84fc2cfa
ER
3770
3771(defun edebug-eval-print-last-sexp ()
b6386e63 3772 "Evaluate sexp before point in outside environment; insert value.
5fc58d83 3773This prints the value into current buffer."
84fc2cfa 3774 (interactive)
1fe3d507
DL
3775 (let* ((edebug-form (edebug-last-sexp))
3776 (edebug-result-string
a1506d29 3777 (edebug-outside-excursion
1fe3d507
DL
3778 (edebug-safe-prin1-to-string (edebug-safe-eval edebug-form))))
3779 (standard-output (current-buffer)))
3780 (princ "\n")
3781 ;; princ the string to get rid of quotes.
3782 (princ edebug-result-string)
3783 (princ "\n")
3784 ))
3785
a1506d29 3786;;; Edebug Minor Mode
84fc2cfa 3787
5fc58d83
RS
3788(defvar gud-inhibit-global-bindings
3789 "*Non-nil means don't do global rebindings of C-x C-a subcommands.")
a1506d29 3790
5fc58d83
RS
3791;; Global GUD bindings for all emacs-lisp-mode buffers.
3792(unless gud-inhibit-global-bindings
3793 (define-key emacs-lisp-mode-map "\C-x\C-a\C-s" 'edebug-step-mode)
3794 (define-key emacs-lisp-mode-map "\C-x\C-a\C-n" 'edebug-next-mode)
3795 (define-key emacs-lisp-mode-map "\C-x\C-a\C-c" 'edebug-go-mode)
3796 (define-key emacs-lisp-mode-map "\C-x\C-a\C-l" 'edebug-where))
84fc2cfa 3797
d778509c
SM
3798(defvar edebug-mode-map
3799 (let ((map (copy-keymap emacs-lisp-mode-map)))
84fc2cfa 3800 ;; control
d778509c
SM
3801 (define-key map " " 'edebug-step-mode)
3802 (define-key map "n" 'edebug-next-mode)
3803 (define-key map "g" 'edebug-go-mode)
3804 (define-key map "G" 'edebug-Go-nonstop-mode)
3805 (define-key map "t" 'edebug-trace-mode)
3806 (define-key map "T" 'edebug-Trace-fast-mode)
3807 (define-key map "c" 'edebug-continue-mode)
3808 (define-key map "C" 'edebug-Continue-fast-mode)
3809
3810 ;;(define-key map "f" 'edebug-forward) not implemented
3811 (define-key map "f" 'edebug-forward-sexp)
3812 (define-key map "h" 'edebug-goto-here)
3813
3814 (define-key map "I" 'edebug-instrument-callee)
3815 (define-key map "i" 'edebug-step-in)
3816 (define-key map "o" 'edebug-step-out)
a1506d29 3817
1fe3d507 3818 ;; quitting and stopping
d778509c
SM
3819 (define-key map "q" 'top-level)
3820 (define-key map "Q" 'edebug-top-level-nonstop)
3821 (define-key map "a" 'abort-recursive-edit)
3822 (define-key map "S" 'edebug-stop)
84fc2cfa
ER
3823
3824 ;; breakpoints
d778509c
SM
3825 (define-key map "b" 'edebug-set-breakpoint)
3826 (define-key map "u" 'edebug-unset-breakpoint)
3827 (define-key map "B" 'edebug-next-breakpoint)
3828 (define-key map "x" 'edebug-set-conditional-breakpoint)
3829 (define-key map "X" 'edebug-set-global-break-condition)
a1506d29 3830
84fc2cfa 3831 ;; evaluation
d778509c
SM
3832 (define-key map "r" 'edebug-previous-result)
3833 (define-key map "e" 'edebug-eval-expression)
3834 (define-key map "\C-x\C-e" 'edebug-eval-last-sexp)
3835 (define-key map "E" 'edebug-visit-eval-list)
a1506d29 3836
84fc2cfa 3837 ;; views
d778509c
SM
3838 (define-key map "w" 'edebug-where)
3839 (define-key map "v" 'edebug-view-outside) ;; maybe obsolete??
3840 (define-key map "p" 'edebug-bounce-point)
3841 (define-key map "P" 'edebug-view-outside) ;; same as v
3842 (define-key map "W" 'edebug-toggle-save-windows)
1fe3d507 3843
84fc2cfa 3844 ;; misc
d778509c
SM
3845 (define-key map "?" 'edebug-help)
3846 (define-key map "d" 'edebug-backtrace)
a1506d29 3847
d778509c 3848 (define-key map "-" 'negative-argument)
1fe3d507
DL
3849
3850 ;; statistics
d778509c 3851 (define-key map "=" 'edebug-temp-display-freq-count)
1fe3d507
DL
3852
3853 ;; GUD bindings
d778509c
SM
3854 (define-key map "\C-c\C-s" 'edebug-step-mode)
3855 (define-key map "\C-c\C-n" 'edebug-next-mode)
3856 (define-key map "\C-c\C-c" 'edebug-go-mode)
3857
3858 (define-key map "\C-x " 'edebug-set-breakpoint)
3859 (define-key map "\C-c\C-d" 'edebug-unset-breakpoint)
3860 (define-key map "\C-c\C-t"
3861 (lambda () (interactive) (edebug-set-breakpoint t)))
3862 (define-key map "\C-c\C-l" 'edebug-where)
3863 map))
84fc2cfa 3864
1fe3d507
DL
3865;; Autoloading these global bindings doesn't make sense because
3866;; they cannot be used anyway unless Edebug is already loaded and active.
3867
84fc2cfa
ER
3868(defvar global-edebug-prefix "\^XX"
3869 "Prefix key for global edebug commands, available from any buffer.")
3870
d778509c
SM
3871(defvar global-edebug-map
3872 (let ((map (make-sparse-keymap)))
3873
3874 (define-key map " " 'edebug-step-mode)
3875 (define-key map "g" 'edebug-go-mode)
3876 (define-key map "G" 'edebug-Go-nonstop-mode)
3877 (define-key map "t" 'edebug-trace-mode)
3878 (define-key map "T" 'edebug-Trace-fast-mode)
3879 (define-key map "c" 'edebug-continue-mode)
3880 (define-key map "C" 'edebug-Continue-fast-mode)
3881
3882 ;; breakpoints
3883 (define-key map "b" 'edebug-set-breakpoint)
3884 (define-key map "u" 'edebug-unset-breakpoint)
3885 (define-key map "x" 'edebug-set-conditional-breakpoint)
3886 (define-key map "X" 'edebug-set-global-break-condition)
3887
3888 ;; views
3889 (define-key map "w" 'edebug-where)
3890 (define-key map "W" 'edebug-toggle-save-windows)
3891
3892 ;; quitting
3893 (define-key map "q" 'top-level)
3894 (define-key map "Q" 'edebug-top-level-nonstop)
3895 (define-key map "a" 'abort-recursive-edit)
3896
3897 ;; statistics
3898 (define-key map "=" 'edebug-display-freq-count)
3899 map)
84fc2cfa
ER
3900 "Global map of edebug commands, available from any buffer.")
3901
d778509c
SM
3902(global-unset-key global-edebug-prefix)
3903(global-set-key global-edebug-prefix global-edebug-map)
3904
84fc2cfa
ER
3905
3906(defun edebug-help ()
3907 (interactive)
3908 (describe-function 'edebug-mode))
3909
84fc2cfa 3910(defun edebug-mode ()
1fe3d507
DL
3911 "Mode for Emacs Lisp buffers while in Edebug.
3912
3913In addition to all Emacs Lisp commands (except those that modify the
3914buffer) there are local and global key bindings to several Edebug
a1506d29 3915specific commands. E.g. `edebug-step-mode' is bound to \\[edebug-step-mode]
1fe3d507 3916in the Edebug buffer and \\<global-map>\\[edebug-step-mode] in any buffer.
84fc2cfa 3917
eb533587 3918Also see bindings for the eval list buffer *edebug* in `edebug-eval-mode'.
84fc2cfa 3919
1fe3d507 3920The edebug buffer commands:
84fc2cfa
ER
3921\\{edebug-mode-map}
3922
1fe3d507 3923Global commands prefixed by `global-edebug-prefix':
84fc2cfa
ER
3924\\{global-edebug-map}
3925
3926Options:
1fe3d507
DL
3927edebug-setup-hook
3928edebug-all-defs
3929edebug-all-forms
84fc2cfa 3930edebug-save-windows
1fe3d507 3931edebug-save-displayed-buffer-points
84fc2cfa
ER
3932edebug-initial-mode
3933edebug-trace
1fe3d507
DL
3934edebug-test-coverage
3935edebug-continue-kbd-macro
3936edebug-print-length
3937edebug-print-level
3938edebug-print-circle
3939edebug-on-error
3940edebug-on-quit
3941edebug-on-signal
3942edebug-unwrap-results
3943edebug-global-break-condition
84fc2cfa
ER
3944"
3945 (use-local-map edebug-mode-map))
3946
f7359658 3947;;; edebug eval list mode
84fc2cfa 3948
1fe3d507 3949;; A list of expressions and their evaluations is displayed in *edebug*.
84fc2cfa
ER
3950
3951(defun edebug-eval-result-list ()
3952 "Return a list of evaluations of edebug-eval-list"
3953 ;; Assumes in outside environment.
88668147
DL
3954 ;; Don't do any edebug things now.
3955 (let ((edebug-execution-mode 'Go-nonstop)
a1506d29 3956 (edebug-trace nil))
88668147 3957 (mapcar 'edebug-safe-eval edebug-eval-list)))
84fc2cfa
ER
3958
3959(defun edebug-eval-display-list (edebug-eval-result-list)
3960 ;; Assumes edebug-eval-buffer exists.
3961 (let ((edebug-eval-list-temp edebug-eval-list)
3962 (standard-output edebug-eval-buffer)
1fe3d507 3963 (edebug-comment-line
84fc2cfa 3964 (format ";%s\n" (make-string (- (window-width) 2) ?-))))
1fe3d507 3965 (set-buffer edebug-eval-buffer)
84fc2cfa
ER
3966 (erase-buffer)
3967 (while edebug-eval-list-temp
3968 (prin1 (car edebug-eval-list-temp)) (terpri)
3969 (prin1 (car edebug-eval-result-list)) (terpri)
1fe3d507 3970 (princ edebug-comment-line)
84fc2cfa
ER
3971 (setq edebug-eval-list-temp (cdr edebug-eval-list-temp))
3972 (setq edebug-eval-result-list (cdr edebug-eval-result-list)))
1fe3d507 3973 (edebug-pop-to-buffer edebug-eval-buffer)
84fc2cfa
ER
3974 ))
3975
3976(defun edebug-create-eval-buffer ()
3977 (if (not (and edebug-eval-buffer (buffer-name edebug-eval-buffer)))
3978 (progn
3979 (set-buffer (setq edebug-eval-buffer (get-buffer-create "*edebug*")))
3980 (edebug-eval-mode))))
3981
3982;; Should generalize this to be callable outside of edebug
3983;; with calls in user functions, e.g. (edebug-eval-display)
3984
3985(defun edebug-eval-display (edebug-eval-result-list)
3986 "Display expressions and evaluations in EVAL-LIST.
3987It modifies the context by popping up the eval display."
3988 (if edebug-eval-result-list
3989 (progn
3990 (edebug-create-eval-buffer)
84fc2cfa
ER
3991 (edebug-eval-display-list edebug-eval-result-list)
3992 )))
3993
3994(defun edebug-eval-redisplay ()
3995 "Redisplay eval list in outside environment.
3996May only be called from within edebug-recursive-edit."
3997 (edebug-create-eval-buffer)
84fc2cfa
ER
3998 (edebug-outside-excursion
3999 (edebug-eval-display-list (edebug-eval-result-list))
4000 ))
4001
4002(defun edebug-visit-eval-list ()
4003 (interactive)
4004 (edebug-eval-redisplay)
4005 (edebug-pop-to-buffer edebug-eval-buffer))
4006
4007
4008(defun edebug-update-eval-list ()
4009 "Replace the evaluation list with the sexps now in the eval buffer."
4010 (interactive)
4011 (let ((starting-point (point))
4012 new-list)
4013 (goto-char (point-min))
4014 ;; get the first expression
4015 (edebug-skip-whitespace)
4016 (if (not (eobp))
4017 (progn
4018 (forward-sexp 1)
4019 (setq new-list (cons (edebug-last-sexp) new-list))))
a1506d29 4020
84fc2cfa
ER
4021 (while (re-search-forward "^;" nil t)
4022 (forward-line 1)
4023 (skip-chars-forward " \t\n\r")
4024 (if (and (/= ?\; (following-char))
4025 (not (eobp)))
4026 (progn
4027 (forward-sexp 1)
4028 (setq new-list (cons (edebug-last-sexp) new-list)))))
a1506d29 4029
84fc2cfa
ER
4030 (setq edebug-eval-list (nreverse new-list))
4031 (edebug-eval-redisplay)
4032 (goto-char starting-point)))
4033
4034
4035(defun edebug-delete-eval-item ()
4036 "Delete the item under point and redisplay."
4037 ;; could add arg to do repeatedly
4038 (interactive)
4039 (if (re-search-backward "^;" nil 'nofail)
4040 (forward-line 1))
4041 (delete-region
4042 (point) (progn (re-search-forward "^;" nil 'nofail)
4043 (beginning-of-line)
4044 (point)))
4045 (edebug-update-eval-list))
4046
4047
4048
4049(defvar edebug-eval-mode-map nil
6392137f 4050 "Keymap for Edebug Eval mode. Superset of Lisp Interaction mode.")
84fc2cfa 4051
e5d79aa5
LK
4052(unless edebug-eval-mode-map
4053 (setq edebug-eval-mode-map (make-sparse-keymap))
4054 (set-keymap-parent edebug-eval-mode-map lisp-interaction-mode-map)
a1506d29 4055
84fc2cfa
ER
4056 (define-key edebug-eval-mode-map "\C-c\C-w" 'edebug-where)
4057 (define-key edebug-eval-mode-map "\C-c\C-d" 'edebug-delete-eval-item)
4058 (define-key edebug-eval-mode-map "\C-c\C-u" 'edebug-update-eval-list)
4059 (define-key edebug-eval-mode-map "\C-x\C-e" 'edebug-eval-last-sexp)
e5d79aa5 4060 (define-key edebug-eval-mode-map "\C-j" 'edebug-eval-print-last-sexp))
84fc2cfa 4061
b7414395 4062(put 'edebug-eval-mode 'mode-class 'special)
84fc2cfa 4063
e5d79aa5 4064(define-derived-mode edebug-eval-mode lisp-interaction-mode "Edebug Eval"
1fe3d507
DL
4065 "Mode for evaluation list buffer while in Edebug.
4066
4067In addition to all Interactive Emacs Lisp commands there are local and
4068global key bindings to several Edebug specific commands. E.g.
4069`edebug-step-mode' is bound to \\[edebug-step-mode] in the Edebug
4070buffer and \\<global-map>\\[edebug-step-mode] in any buffer.
84fc2cfa
ER
4071
4072Eval list buffer commands:
4073\\{edebug-eval-mode-map}
4074
eb533587 4075Global commands prefixed by `global-edebug-prefix':
e5d79aa5 4076\\{global-edebug-map}")
84fc2cfa 4077
f7359658 4078;;; Interface with standard debugger.
84fc2cfa 4079
1fe3d507
DL
4080;; (setq debugger 'edebug) ; to use the edebug debugger
4081;; (setq debugger 'debug) ; use the standard debugger
84fc2cfa 4082
1fe3d507
DL
4083;; Note that debug and its utilities must be byte-compiled to work,
4084;; since they depend on the backtrace looking a certain way. But
4085;; edebug is not dependent on this, yet.
84fc2cfa 4086
1fe3d507 4087(defun edebug (&optional edebug-arg-mode &rest debugger-args)
a1506d29 4088 "Replacement for debug.
1fe3d507 4089If we are running an edebugged function,
84fc2cfa 4090show where we last were. Otherwise call debug normally."
1fe3d507
DL
4091;; (message "entered: %s depth: %s edebug-recursion-depth: %s"
4092;; edebug-entered (recursion-depth) edebug-recursion-depth) (sit-for 1)
4093 (if (and edebug-entered ; anything active?
4094 (eq (recursion-depth) edebug-recursion-depth))
4095 (let (;; Where were we before the error occurred?
4096 (edebug-offset-index (car edebug-offset-indices))
4097 ;; Bind variables required by edebug-display
4098 (edebug-value (car debugger-args))
4099 edebug-breakpoints
4100 edebug-break-data
4101 edebug-break-condition
4102 edebug-global-break
4103 (edebug-break (null edebug-arg-mode)) ;; if called explicitly
4104 )
84fc2cfa 4105 (edebug-display)
a1506d29 4106 (if (eq edebug-arg-mode 'error)
1fe3d507
DL
4107 nil
4108 edebug-value))
84fc2cfa
ER
4109
4110 ;; Otherwise call debug normally.
4111 ;; Still need to remove extraneous edebug calls from stack.
1fe3d507 4112 (apply 'debug edebug-arg-mode debugger-args)
84fc2cfa
ER
4113 ))
4114
4115
4116(defun edebug-backtrace ()
4117 "Display a non-working backtrace. Better than nothing..."
4118 (interactive)
1fe3d507
DL
4119 (if (or (not edebug-backtrace-buffer)
4120 (null (buffer-name edebug-backtrace-buffer)))
4121 (setq edebug-backtrace-buffer
4122 (generate-new-buffer "*Backtrace*"))
4123 ;; else, could just display edebug-backtrace-buffer
4124 )
4125 (with-output-to-temp-buffer (buffer-name edebug-backtrace-buffer)
4126 (setq edebug-backtrace-buffer standard-output)
4127 (let ((print-escape-newlines t)
84fc2cfa 4128 (print-length 50)
1fe3d507 4129 last-ok-point)
84fc2cfa
ER
4130 (backtrace)
4131
a1506d29 4132 ;; Clean up the backtrace.
1fe3d507
DL
4133 ;; Not quite right for current edebug scheme.
4134 (set-buffer edebug-backtrace-buffer)
4135 (setq truncate-lines t)
84fc2cfa 4136 (goto-char (point-min))
84fc2cfa 4137 (setq last-ok-point (point))
1fe3d507 4138 (if t (progn
84fc2cfa
ER
4139
4140 ;; Delete interspersed edebug internals.
1fe3d507
DL
4141 (while (re-search-forward "^ \(?edebug" nil t)
4142 (beginning-of-line)
a1506d29 4143 (cond
1fe3d507
DL
4144 ((looking-at "^ \(edebug-after")
4145 ;; Previous lines may contain code, so just delete this line
4146 (setq last-ok-point (point))
4147 (forward-line 1)
4148 (delete-region last-ok-point (point)))
4149
4150 ((looking-at "^ edebug")
4151 (forward-line 1)
4152 (delete-region last-ok-point (point))
4153 )))
4154 )))))
84fc2cfa
ER
4155
4156\f
f7359658 4157;;; Trace display
84fc2cfa
ER
4158
4159(defun edebug-trace-display (buf-name fmt &rest args)
4160 "In buffer BUF-NAME, display FMT and ARGS at the end and make it visible.
4161The buffer is created if it does not exist.
1fe3d507
DL
4162You must include newlines in FMT to break lines, but one newline is appended."
4163;; e.g.
4164;; (edebug-trace-display "*trace-point*"
4165;; "saving: point = %s window-start = %s"
4166;; (point) (window-start))
dc0e03f3
RS
4167 (let* ((oldbuf (current-buffer))
4168 (selected-window (selected-window))
84fc2cfa 4169 (buffer (get-buffer-create buf-name))
1fe3d507
DL
4170 buf-window)
4171;; (message "before pop-to-buffer") (sit-for 1)
84fc2cfa 4172 (edebug-pop-to-buffer buffer)
1fe3d507
DL
4173 (setq truncate-lines t)
4174 (setq buf-window (selected-window))
4175 (goto-char (point-max))
4176 (insert (apply 'edebug-format fmt args) "\n")
4177 ;; Make it visible.
4178 (vertical-motion (- 1 (window-height)))
4179 (set-window-start buf-window (point))
4180 (goto-char (point-max))
4181;; (set-window-point buf-window (point))
4182;; (edebug-sit-for 0)
4183 (bury-buffer buffer)
dc0e03f3
RS
4184 (select-window selected-window)
4185 (set-buffer oldbuf))
1fe3d507
DL
4186 buf-name)
4187
4188
4189(defun edebug-trace (fmt &rest args)
4190 "Convenience call to edebug-trace-display using edebug-trace-buffer"
4191 (apply 'edebug-trace-display edebug-trace-buffer fmt args))
4192
4193\f
f7359658 4194;;; Frequency count and coverage
1fe3d507
DL
4195
4196(defun edebug-display-freq-count ()
1ae7cf5e
RS
4197 "Display the frequency count data for each line of the current definition.
4198The frequency counts are inserted as comment lines after
1fe3d507
DL
4199each line, and you can undo all insertions with one `undo' command.
4200
4201The counts are inserted starting under the `(' before an expression
4202or the `)' after an expression, or on the last char of a symbol.
4203The counts are only displayed when they differ from previous counts on
4204the same line.
4205
4206If coverage is being tested, whenever all known results of an expression
4207are `eq', the char `=' will be appended after the count
4208for that expression. Note that this is always the case for an
4209expression only evaluated once.
4210
4211To clear the frequency count and coverage data for a definition,
4212reinstrument it."
4213 (interactive)
4214 (let* ((function (edebug-form-data-symbol))
4215 (counts (get function 'edebug-freq-count))
4216 (coverages (get function 'edebug-coverage))
4217 (data (get function 'edebug))
4218 (def-mark (car data)) ; mark at def start
4219 (edebug-points (nth 2 data))
4220 (i (1- (length edebug-points)))
4221 (last-index)
4222 (first-index)
4223 (start-of-line)
4224 (start-of-count-line)
4225 (last-count)
4226 )
84fc2cfa 4227 (save-excursion
1fe3d507
DL
4228 ;; Traverse in reverse order so offsets are correct.
4229 (while (<= 0 i)
4230 ;; Start at last expression in line.
4231 (goto-char (+ def-mark (aref edebug-points i)))
4232 (beginning-of-line)
4233 (setq start-of-line (- (point) def-mark)
4234 last-index i)
4235
4236 ;; Find all indexes on same line.
a1506d29 4237 (while (and (<= 0 (setq i (1- i)))
1fe3d507
DL
4238 (<= start-of-line (aref edebug-points i))))
4239 ;; Insert all the indices for this line.
4240 (forward-line 1)
4241 (setq start-of-count-line (point)
4242 first-index i ; really last index for line above this one.
4243 last-count -1) ; cause first count to always appear.
4244 (insert ";#")
4245 ;; i == first-index still
4246 (while (<= (setq i (1+ i)) last-index)
4247 (let ((count (aref counts i))
4248 (coverage (aref coverages i))
4249 (col (save-excursion
4250 (goto-char (+ (aref edebug-points i) def-mark))
4251 (- (current-column)
4252 (if (= ?\( (following-char)) 0 1)))))
a1506d29 4253 (insert (make-string
ea400c88 4254 (max 0 (- col (- (point) start-of-count-line))) ?\s)
1fe3d507 4255 (if (and (< 0 count)
a1506d29 4256 (not (memq coverage
1fe3d507
DL
4257 '(unknown ok-coverage))))
4258 "=" "")
4259 (if (= count last-count) "" (int-to-string count))
4260 " ")
4261 (setq last-count count)))
4262 (insert "\n")
4263 (setq i first-index)))))
4264
4265(defun edebug-temp-display-freq-count ()
4266 "Temporarily display the frequency count data for the current definition.
4267It is removed when you hit any char."
4268 ;; This seems not to work with Emacs 18.59. It undoes too far.
4269 (interactive)
4270 (let ((buffer-read-only nil))
4271 (undo-boundary)
4272 (edebug-display-freq-count)
4273 (setq unread-command-char (read-char))
4274 (undo)))
4275
4276\f
f7359658 4277;;; Menus
1fe3d507
DL
4278
4279(defun edebug-toggle (variable)
4280 (set variable (not (eval variable)))
4281 (message "%s: %s" variable (eval variable)))
4282
4283;; We have to require easymenu (even for Emacs 18) just so
4284;; the easy-menu-define macro call is compiled correctly.
4285(require 'easymenu)
4286
4287(defconst edebug-mode-menus
4288 '("Edebug"
1fe3d507
DL
4289 ["Stop" edebug-stop t]
4290 ["Step" edebug-step-mode t]
4291 ["Next" edebug-next-mode t]
4292 ["Trace" edebug-trace-mode t]
4293 ["Trace Fast" edebug-Trace-fast-mode t]
4294 ["Continue" edebug-continue-mode t]
4295 ["Continue Fast" edebug-Continue-fast-mode t]
4296 ["Go" edebug-go-mode t]
4297 ["Go Nonstop" edebug-Go-nonstop-mode t]
4298 "----"
4299 ["Help" edebug-help t]
4300 ["Abort" abort-recursive-edit t]
4301 ["Quit to Top Level" top-level t]
4302 ["Quit Nonstop" edebug-top-level-nonstop t]
4303 "----"
4304 ("Jumps"
4305 ["Forward Sexp" edebug-forward-sexp t]
4306 ["Step In" edebug-step-in t]
4307 ["Step Out" edebug-step-out t]
4308 ["Goto Here" edebug-goto-here t])
4309
4310 ("Breaks"
4311 ["Set Breakpoint" edebug-set-breakpoint t]
4312 ["Unset Breakpoint" edebug-unset-breakpoint t]
4313 ["Set Conditional Breakpoint" edebug-set-conditional-breakpoint t]
4314 ["Set Global Break Condition" edebug-set-global-break-condition t]
4315 ["Show Next Breakpoint" edebug-next-breakpoint t])
4316
4317 ("Views"
4318 ["Where am I?" edebug-where t]
4319 ["Bounce to Current Point" edebug-bounce-point t]
4320 ["View Outside Windows" edebug-view-outside t]
4321 ["Previous Result" edebug-previous-result t]
4322 ["Show Backtrace" edebug-backtrace t]
4323 ["Display Freq Count" edebug-display-freq-count t])
4324
4325 ("Eval"
4326 ["Expression" edebug-eval-expression t]
4327 ["Last Sexp" edebug-eval-last-sexp t]
4328 ["Visit Eval List" edebug-visit-eval-list t])
4329
4330 ("Options"
6db746da
DL
4331 ["Edebug All Defs" edebug-all-defs
4332 :style toggle :selected edebug-all-defs]
4333 ["Edebug All Forms" edebug-all-forms
4334 :style toggle :selected edebug-all-forms]
1fe3d507 4335 "----"
6db746da
DL
4336 ["Tracing" (edebug-toggle 'edebug-trace)
4337 :style toggle :selected edebug-trace]
4338 ["Test Coverage" (edebug-toggle 'edebug-test-coverage)
4339 :style toggle :selected edebug-test-coverage]
4340 ["Save Windows" edebug-toggle-save-windows
4341 :style toggle :selected edebug-save-windows]
a1506d29 4342 ["Save Point"
6db746da
DL
4343 (edebug-toggle 'edebug-save-displayed-buffer-points)
4344 :style toggle :selected edebug-save-displayed-buffer-points]
1fe3d507 4345 ))
6db746da 4346 "Menus for Edebug.")
1fe3d507
DL
4347
4348\f
f7359658
RS
4349;;; Emacs version specific code
4350
10b088c6 4351(defalias 'edebug-window-live-p 'window-live-p)
1fe3d507 4352
10b088c6 4353(defun edebug-mark ()
f5c9c551 4354 (mark t))
10b088c6
RS
4355
4356(defun edebug-set-conditional-breakpoint (arg condition)
4357 "Set a conditional breakpoint at nearest sexp.
4358The condition is evaluated in the outside context.
4359With prefix argument, make it a temporary breakpoint."
4360 ;; (interactive "P\nxCondition: ")
a1506d29 4361 (interactive
10b088c6
RS
4362 (list
4363 current-prefix-arg
20c78df0 4364 ;; Read condition as follows; getting previous condition is cumbersome:
10b088c6
RS
4365 (let ((edebug-stop-point (edebug-find-stop-point)))
4366 (if edebug-stop-point
4367 (let* ((edebug-def-name (car edebug-stop-point))
4368 (index (cdr edebug-stop-point))
4369 (edebug-data (get edebug-def-name 'edebug))
4370 (edebug-breakpoints (car (cdr edebug-data)))
4371 (edebug-break-data (assq index edebug-breakpoints))
4372 (edebug-break-condition (car (cdr edebug-break-data)))
20c78df0
JL
4373 (initial (and edebug-break-condition
4374 (format "%s" edebug-break-condition))))
4375 (read-from-minibuffer
4376 "Condition: " initial read-expression-map t
4377 (if (equal (car read-expression-history) initial)
4378 '(read-expression-history . 1)
4379 'read-expression-history)))))))
10b088c6
RS
4380 (edebug-modify-breakpoint t condition arg))
4381
0b936a1e 4382(easy-menu-define edebug-menu edebug-mode-map "Edebug menus" edebug-mode-menus)
1fe3d507 4383\f
f7359658
RS
4384;;; Byte-compiler
4385
1fe3d507
DL
4386;; Extension for bytecomp to resolve undefined function references.
4387;; Requires new byte compiler.
4388
4389;; Reenable byte compiler warnings about unread-command-char and -event.
4390;; Disabled before edebug-recursive-edit.
4391(eval-when-compile
4392 (if edebug-unread-command-char-warning
a1506d29 4393 (put 'unread-command-char 'byte-obsolete-variable
6db746da 4394 edebug-unread-command-char-warning)))
1fe3d507
DL
4395
4396(eval-when-compile
4397 ;; The body of eval-when-compile seems to get evaluated with eval-defun.
4398 ;; We only want to evaluate when actually byte compiling.
4399 ;; But it is OK to evaluate as long as byte-compiler has been loaded.
4400 (if (featurep 'byte-compile) (progn
4401
4402 (defun byte-compile-resolve-functions (funcs)
4403 "Say it is OK for the named functions to be unresolved."
a1506d29
JB
4404 (mapcar
4405 (function
1fe3d507
DL
4406 (lambda (func)
4407 (setq byte-compile-unresolved-functions
4408 (delq (assq func byte-compile-unresolved-functions)
4409 byte-compile-unresolved-functions))))
4410 funcs)
4411 nil)
a1506d29 4412
1fe3d507
DL
4413 '(defun byte-compile-resolve-free-references (vars)
4414 "Say it is OK for the named variables to be referenced."
a1506d29
JB
4415 (mapcar
4416 (function
1fe3d507
DL
4417 (lambda (var)
4418 (setq byte-compile-free-references
4419 (delq var byte-compile-free-references))))
4420 vars)
4421 nil)
4422
4423 '(defun byte-compile-resolve-free-assignments (vars)
4424 "Say it is OK for the named variables to be assigned."
a1506d29
JB
4425 (mapcar
4426 (function
1fe3d507
DL
4427 (lambda (var)
4428 (setq byte-compile-free-assignments
4429 (delq var byte-compile-free-assignments))))
4430 vars)
4431 nil)
4432
a1506d29
JB
4433 (byte-compile-resolve-functions
4434 '(reporter-submit-bug-report
f7359658 4435 edebug-gensym ;; also in cl.el
1fe3d507 4436 ;; Interfaces to standard functions.
a1506d29 4437 edebug-original-eval-defun
1fe3d507
DL
4438 edebug-original-read
4439 edebug-get-buffer-window
4440 edebug-mark
4441 edebug-mark-marker
a1506d29 4442 edebug-input-pending-p
1fe3d507 4443 edebug-sit-for
a1506d29 4444 edebug-prin1-to-string
1fe3d507 4445 edebug-format
1fe3d507
DL
4446 ;; lemacs
4447 zmacs-deactivate-region
4448 popup-menu
4449 ;; CL
4450 cl-macroexpand-all
f7359658 4451 ;; And believe it or not, the byte compiler doesn't know about:
1fe3d507
DL
4452 byte-compile-resolve-functions
4453 ))
4454
4455 '(byte-compile-resolve-free-references
4456 '(read-expression-history
4457 read-expression-map))
4458
4459 '(byte-compile-resolve-free-assignments
4460 '(read-expression-history))
4461
4462 )))
4463
4464\f
f7359658 4465;;; Autoloading of Edebug accessories
1fe3d507
DL
4466
4467(if (featurep 'cl)
4468 (add-hook 'edebug-setup-hook
4469 (function (lambda () (require 'cl-specs))))
4470 ;; The following causes cl-specs to be loaded if you load cl.el.
4471 (add-hook 'cl-load-hook
4472 (function (lambda () (require 'cl-specs)))))
4473
a1506d29 4474;;; edebug-cl-read and cl-read are available from liberte@cs.uiuc.edu
1fe3d507
DL
4475(if (featurep 'cl-read)
4476 (add-hook 'edebug-setup-hook
4477 (function (lambda () (require 'edebug-cl-read))))
4478 ;; The following causes edebug-cl-read to be loaded when you load cl-read.el.
4479 (add-hook 'cl-read-load-hooks
4480 (function (lambda () (require 'edebug-cl-read)))))
4481
4482\f
f7359658 4483;;; Finalize Loading
1fe3d507
DL
4484
4485;;; Finally, hook edebug into the rest of Emacs.
4486;;; There are probably some other things that could go here.
4487
4488;; Install edebug read and eval functions.
4489(edebug-install-read-eval-functions)
84fc2cfa 4490
e8544af2
RS
4491(provide 'edebug)
4492
ab5796a9 4493;;; arch-tag: 19c8d05c-4554-426e-ac72-e0fa1fcb0808
84fc2cfa 4494;;; edebug.el ends here