
* lisp/woman.el (woman-file-name): * lisp/wid-edit.el (widget-file-prompt-value) (widget-coding-system-prompt-value): * lisp/w32-fns.el (w32-set-system-coding-system): * lisp/vc/vc.el (vc-print-root-log): * lisp/vc/vc-annotate.el (vc-annotate): * lisp/vc/emerge.el (emerge-read-file-name): * lisp/vc/ediff.el (ediff-directories) (ediff-directory-revisions, ediff-directories3) (ediff-merge-directories, ) (ediff-merge-directories-with-ancestor) (ediff-merge-directory-revisions) (ediff-merge-directory-revisions-with-ancestor) (ediff-merge-revisions, ediff-merge-revisions-with-ancestor) (ediff-revision): * lisp/vc/ediff-util.el (ediff-toggle-regexp-match): * lisp/vc/ediff-mult.el (ediff-filegroup-action): * lisp/vc/add-log.el (prompt-for-change-log-name): * lisp/textmodes/table.el (table-insert-row-column) (table-span-cell, table-split-cell-horizontally) (table-split-cell, table-justify, table-generate-source) (table-insert-sequence, table-capture) (table--read-from-minibuffer, table--query-justification): * lisp/textmodes/sgml-mode.el (sgml-tag, sgml-tag-help): * lisp/textmodes/reftex-ref.el (reftex-goto-label): * lisp/textmodes/refer.el (refer-get-bib-files): * lisp/textmodes/css-mode.el (css-lookup-symbol): * lisp/term.el (serial-read-name, serial-read-speed): * lisp/speedbar.el (speedbar-change-initial-expansion-list): * lisp/simple.el (previous-matching-history-element) (set-variable): * lisp/ses.el (ses-read-cell, ses-set-column-width): * lisp/replace.el (query-replace-read-from) (occur-read-primary-args): * lisp/rect.el (string-rectangle, string-insert-rectangle): * lisp/progmodes/tcl.el (tcl-help-on-word): * lisp/progmodes/sh-script.el (sh-set-shell): * lisp/progmodes/python.el (python-eldoc-at-point): * lisp/progmodes/octave.el (octave-completing-read) (octave-update-function-file-comment, octave-insert-defun): * lisp/progmodes/inf-lisp.el (lisp-symprompt): * lisp/progmodes/cperl-mode.el (cperl-info-on-command) (cperl-perldoc): * lisp/progmodes/compile.el (compilation-find-file): * lisp/net/rcirc.el (rcirc-prompt-for-encryption): * lisp/net/eww.el (eww): * lisp/net/browse-url.el (browse-url-with-browser-kind): * lisp/man.el (man): * lisp/mail/sendmail.el (sendmail-query-user-about-smtp): * lisp/mail/mailalias.el (build-mail-aliases): * lisp/mail/mailabbrev.el (merge-mail-abbrevs) (rebuild-mail-abbrevs): * lisp/locate.el (locate-prompt-for-search-string): * lisp/isearch.el (isearch-occur): * lisp/international/ogonek.el (ogonek-read-encoding) (ogonek-read-prefix): * lisp/international/mule.el (read-buffer-file-coding-system) (set-terminal-coding-system, set-keyboard-coding-system) (set-next-selection-coding-system, recode-region): * lisp/international/mule-cmds.el () (universal-coding-system-argument, search-unencodable-char) (select-safe-coding-system-interactively): * lisp/info.el (Info-search, Info-search-backward, Info-menu): * lisp/info-look.el (info-lookup-interactive-arguments): * lisp/imenu.el (imenu--completion-buffer): * lisp/ibuf-ext.el (mode, used-mode, ibuffer-mark-by-mode): * lisp/hi-lock.el (hi-lock-unface-buffer) (hi-lock-read-face-name): * lisp/help.el (view-emacs-news, where-is): * lisp/help-fns.el (describe-variable, describe-symbol) (describe-keymap): * lisp/gnus/mm-decode.el (mm-save-part): * lisp/gnus/gnus-sum.el (gnus-summary-browse-url): * lisp/gnus/gnus-group.el (gnus-group--read-bug-ids) (gnus-group-set-current-level): * lisp/frame.el (make-frame-on-monitor) (close-display-connection, select-frame-by-name): * lisp/format.el (format-encode-buffer, format-encode-region): * lisp/files.el (recode-file-name): * lisp/files-x.el (read-file-local-variable) (read-file-local-variable-value, ) (read-file-local-variable-mode): * lisp/ffap.el (ffap-menu-ask): * lisp/faces.el (face-read-string): * lisp/facemenu.el (facemenu-set-charset): * lisp/erc/erc-dcc.el (erc-dcc-do-GET-command): * lisp/emulation/edt-mapper.el (edt-mapper): * lisp/emacs-lisp/trace.el (trace--read-args) (trace-function-foreground, trace-function-background): * lisp/emacs-lisp/smie.el (smie-config-set-indent): * lisp/emacs-lisp/re-builder.el (reb-change-syntax): * lisp/emacs-lisp/package.el (describe-package): * lisp/emacs-lisp/find-func.el (read-library-name) (find-function-read): * lisp/emacs-lisp/ert.el (ert-read-test-name) (ert-run-tests-interactively): * lisp/emacs-lisp/disass.el (disassemble): * lisp/emacs-lisp/debug.el (debug-on-entry) (debug-on-variable-change): * lisp/emacs-lisp/advice.el (ad-read-advised-function) (ad-read-advice-class, ad-read-advice-name, ad-read-regexp): * lisp/dired-x.el (dired--mark-suffix-interactive-spec): * lisp/dired-aux.el (dired-diff): * lisp/cus-edit.el (custom-variable-prompt, customize-mode) (customize-changed-options): * lisp/completion.el (interactive-completion-string-reader): * lisp/calendar/timeclock.el (timeclock-ask-for-project): * lisp/calc/calcalg3.el (calc-get-fit-variables): * lisp/calc/calc-store.el (calc-edit-variable): * lisp/calc/calc-bin.el (calc-word-size): * lisp/bookmark.el (bookmark-set-internal): * lisp/abbrev.el (read-abbrev-file): Use `format-prompt' for prompting (bug#12443).
335 lines
12 KiB
EmacsLisp
335 lines
12 KiB
EmacsLisp
;;; trace.el --- tracing facility for Emacs Lisp functions -*- lexical-binding: t -*-
|
|
|
|
;; Copyright (C) 1993, 1998, 2000-2020 Free Software Foundation, Inc.
|
|
|
|
;; Author: Hans Chalupsky <hans@cs.buffalo.edu>
|
|
;; Maintainer: emacs-devel@gnu.org
|
|
;; Created: 15 Dec 1992
|
|
;; Keywords: tools, lisp
|
|
|
|
;; This file is part of GNU Emacs.
|
|
|
|
;; GNU Emacs is free software: you can redistribute it and/or modify
|
|
;; it under the terms of the GNU General Public License as published by
|
|
;; the Free Software Foundation, either version 3 of the License, or
|
|
;; (at your option) any later version.
|
|
|
|
;; GNU Emacs is distributed in the hope that it will be useful,
|
|
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
;; GNU General Public License for more details.
|
|
|
|
;; You should have received a copy of the GNU General Public License
|
|
;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
|
|
|
|
;; LCD Archive Entry:
|
|
;; trace|Hans Chalupsky|hans@cs.buffalo.edu|
|
|
;; Tracing facility for Emacs Lisp functions|
|
|
;; 1993/05/18 00:41:16|2.0|~/packages/trace.el.Z|
|
|
|
|
|
|
;;; Commentary:
|
|
|
|
;; Introduction:
|
|
;; =============
|
|
;; A simple trace package that utilizes nadvice.el. It generates trace
|
|
;; information in a Lisp-style fashion and inserts it into a trace output
|
|
;; buffer. Tracing can be done in the background (or silently) so that
|
|
;; generation of trace output won't interfere with what you are currently
|
|
;; doing.
|
|
|
|
;; Restrictions:
|
|
;; =============
|
|
;; - Traced subrs when called interactively will always show nil as the
|
|
;; value of their arguments.
|
|
;; - Only functions/macros/subrs that are called via their function cell will
|
|
;; generate trace output, hence, you won't get trace output for:
|
|
;; + Subrs called directly from other subrs/C-code
|
|
;; + Compiled calls to subrs that have special byte-codes associated
|
|
;; with them (e.g., car, cdr, ...)
|
|
;; + Macros that were expanded during compilation
|
|
;; - All the restrictions that apply to nadvice.el
|
|
|
|
;; Usage:
|
|
;; ======
|
|
;; - To trace a function say `M-x trace-function', which will ask you for the
|
|
;; name of the function/subr/macro to trace.
|
|
;; - If you want to trace a function that switches buffers or does other
|
|
;; display oriented stuff use `M-x trace-function-background', which will
|
|
;; generate the trace output silently in the background without popping
|
|
;; up windows and doing other irritating stuff.
|
|
;; - To untrace a function say `M-x untrace-function'.
|
|
;; - To untrace all currently traced functions say `M-x untrace-all'.
|
|
|
|
;; Examples:
|
|
;; =========
|
|
;;
|
|
;; (defun fact (n)
|
|
;; (if (= n 0) 1
|
|
;; (* n (fact (1- n)))))
|
|
;; fact
|
|
;;
|
|
;; (trace-function 'fact)
|
|
;; fact
|
|
;;
|
|
;; Now, evaluating this...
|
|
;;
|
|
;; (fact 4)
|
|
;; 24
|
|
;;
|
|
;; ...will generate the following in *trace-buffer*:
|
|
;;
|
|
;; 1 -> fact: n=4
|
|
;; | 2 -> fact: n=3
|
|
;; | | 3 -> fact: n=2
|
|
;; | | | 4 -> fact: n=1
|
|
;; | | | | 5 -> fact: n=0
|
|
;; | | | | 5 <- fact: 1
|
|
;; | | | 4 <- fact: 1
|
|
;; | | 3 <- fact: 2
|
|
;; | 2 <- fact: 6
|
|
;; 1 <- fact: 24
|
|
;;
|
|
;;
|
|
;; (defun ack (x y z)
|
|
;; (if (= x 0)
|
|
;; (+ y z)
|
|
;; (if (and (<= x 2) (= z 0))
|
|
;; (1- x)
|
|
;; (if (and (> x 2) (= z 0))
|
|
;; y
|
|
;; (ack (1- x) y (ack x y (1- z)))))))
|
|
;; ack
|
|
;;
|
|
;; (trace-function 'ack)
|
|
;; ack
|
|
;;
|
|
;; Try this for some interesting trace output:
|
|
;;
|
|
;; (ack 3 3 1)
|
|
;; 27
|
|
;;
|
|
;;
|
|
;; The following does something similar to the functionality of the package
|
|
;; log-message.el by Robert Potter, which is giving you a chance to look at
|
|
;; messages that might have whizzed by too quickly (you won't see subr
|
|
;; generated messages though):
|
|
;;
|
|
;; (trace-function-background 'message "*Message Log*")
|
|
|
|
|
|
;;; Change Log:
|
|
|
|
;; Revision 2.0 1993/05/18 00:41:16 hans
|
|
;; * Adapted for advice.el 2.0; it now also works
|
|
;; for GNU Emacs-19 and Lemacs
|
|
;; * Separate function `trace-function-background'
|
|
;; * Separate pieces of advice for foreground and background tracing
|
|
;; * Less insane handling of interactive trace buffer specification
|
|
;; * String arguments and values are now printed properly
|
|
;;
|
|
;; Revision 1.1 1992/12/15 22:45:15 hans
|
|
;; * Created, first public release
|
|
|
|
|
|
;;; Code:
|
|
|
|
(defgroup trace nil
|
|
"Tracing facility for Emacs Lisp functions."
|
|
:prefix "trace-"
|
|
:group 'lisp)
|
|
|
|
;;;###autoload
|
|
(defcustom trace-buffer "*trace-output*"
|
|
"Trace output will by default go to that buffer."
|
|
:type 'string)
|
|
|
|
;; Current level of traced function invocation:
|
|
(defvar trace-level 0)
|
|
|
|
;; Semi-cryptic name used for a piece of trace advice:
|
|
(defvar trace-advice-name 'trace-function\ )
|
|
|
|
;; Used to separate new trace output from previous traced runs:
|
|
(defvar trace-separator (format "%s\n" (make-string 70 ?=)))
|
|
|
|
(defvar inhibit-trace nil
|
|
"If non-nil, all tracing is temporarily inhibited.")
|
|
|
|
;;;###autoload
|
|
(defun trace-values (&rest values)
|
|
"Helper function to get internal values.
|
|
You can call this function to add internal values in the trace buffer."
|
|
(unless inhibit-trace
|
|
(with-current-buffer trace-buffer
|
|
(goto-char (point-max))
|
|
(insert
|
|
(trace-entry-message
|
|
'trace-values trace-level values "")))))
|
|
|
|
(defun trace-entry-message (function level args context)
|
|
"Generate a string that describes that FUNCTION has been entered.
|
|
LEVEL is the trace level, ARGS is the list of arguments passed to FUNCTION,
|
|
and CONTEXT is a string describing the dynamic context (e.g. values of
|
|
some global variables)."
|
|
(let ((print-circle t))
|
|
(format "%s%s%d -> %S%s\n"
|
|
(mapconcat 'char-to-string (make-string (1- level) ?|) " ")
|
|
(if (> level 1) " " "")
|
|
level
|
|
;; FIXME: Make it so we can click the function name to jump to its
|
|
;; definition and/or untrace it.
|
|
(cons function args)
|
|
context)))
|
|
|
|
(defun trace-exit-message (function level value context)
|
|
"Generate a string that describes that FUNCTION has exited.
|
|
LEVEL is the trace level, VALUE value returned by FUNCTION,
|
|
and CONTEXT is a string describing the dynamic context (e.g. values of
|
|
some global variables)."
|
|
(let ((print-circle t))
|
|
(format "%s%s%d <- %s: %S%s\n"
|
|
(mapconcat 'char-to-string (make-string (1- level) ?|) " ")
|
|
(if (> level 1) " " "")
|
|
level
|
|
function
|
|
;; Do this so we'll see strings:
|
|
value
|
|
context)))
|
|
|
|
(defvar trace--timer nil)
|
|
|
|
(defun trace--display-buffer (buf)
|
|
(unless (or trace--timer
|
|
(get-buffer-window buf 'visible))
|
|
(setq trace--timer
|
|
;; Postpone the display to some later time, in case we
|
|
;; can't actually do it now.
|
|
(run-with-timer 0 nil
|
|
(lambda ()
|
|
(setq trace--timer nil)
|
|
(display-buffer buf nil 0))))))
|
|
|
|
|
|
(defun trace-make-advice (function buffer background context)
|
|
"Build the piece of advice to be added to trace FUNCTION.
|
|
FUNCTION is the name of the traced function.
|
|
BUFFER is the buffer where the trace should be printed.
|
|
BACKGROUND if nil means to display BUFFER.
|
|
CONTEXT if non-nil should be a function that returns extra info that should
|
|
be printed along with the arguments in the trace."
|
|
(lambda (body &rest args)
|
|
(let ((trace-level (1+ trace-level))
|
|
(trace-buffer (get-buffer-create buffer))
|
|
(deactivate-mark nil) ;Protect deactivate-mark.
|
|
(ctx (funcall context)))
|
|
(unless inhibit-trace
|
|
(with-current-buffer trace-buffer
|
|
(set (make-local-variable 'window-point-insertion-type) t)
|
|
(unless background (trace--display-buffer trace-buffer))
|
|
(goto-char (point-max))
|
|
;; Insert a separator from previous trace output:
|
|
(if (= trace-level 1) (insert trace-separator))
|
|
(insert
|
|
(trace-entry-message
|
|
function trace-level args ctx))))
|
|
(let ((result))
|
|
(unwind-protect
|
|
(setq result (list (apply body args)))
|
|
(unless inhibit-trace
|
|
(let ((ctx (funcall context)))
|
|
(with-current-buffer trace-buffer
|
|
(unless background (trace--display-buffer trace-buffer))
|
|
(goto-char (point-max))
|
|
(insert
|
|
(trace-exit-message
|
|
function
|
|
trace-level
|
|
(if result (car result) '\!non-local\ exit\!)
|
|
ctx))))))
|
|
(car result)))))
|
|
|
|
(defun trace-function-internal (function buffer background context)
|
|
"Add trace advice for FUNCTION."
|
|
(advice-add
|
|
function :around
|
|
(trace-make-advice function (or buffer trace-buffer) background
|
|
(or context (lambda () "")))
|
|
`((name . ,trace-advice-name) (depth . -100))))
|
|
|
|
(defun trace-is-traced (function)
|
|
(advice-member-p trace-advice-name function))
|
|
|
|
(defun trace--read-args (prompt)
|
|
"Read a function name, prompting with string PROMPT.
|
|
If `current-prefix-arg' is non-nil, also read a buffer and a \"context\"
|
|
\(Lisp expression). Return (FUNCTION BUFFER FUNCTION-CONTEXT)."
|
|
(cons
|
|
(let ((default (function-called-at-point)))
|
|
(intern (completing-read (format-prompt prompt default)
|
|
obarray 'fboundp t nil nil
|
|
(if default (symbol-name default)))))
|
|
(when current-prefix-arg
|
|
(list
|
|
(read-buffer (format-prompt "Output to buffer" trace-buffer))
|
|
(let ((exp
|
|
(let ((minibuffer-completing-symbol t))
|
|
(read-from-minibuffer "Context expression: "
|
|
nil read-expression-map t
|
|
'read-expression-history))))
|
|
(lambda ()
|
|
(let ((print-circle t))
|
|
(concat " [" (prin1-to-string (eval exp t)) "]"))))))))
|
|
|
|
;;;###autoload
|
|
(defun trace-function-foreground (function &optional buffer context)
|
|
"Trace calls to function FUNCTION.
|
|
With a prefix argument, also prompt for the trace buffer (default
|
|
`trace-buffer'), and a Lisp expression CONTEXT. When called from
|
|
Lisp, CONTEXT should be a function of no arguments which returns
|
|
a value to insert into BUFFER during the trace.
|
|
|
|
Tracing a function causes every call to that function to insert
|
|
into BUFFER Lisp-style trace messages that display the function's
|
|
arguments and return values. It also evaluates CONTEXT, if that is
|
|
non-nil, and inserts its value too. For example, you can use this
|
|
to track the current buffer, or position of point.
|
|
|
|
This function creates BUFFER if it does not exist. This buffer will
|
|
popup whenever FUNCTION is called. Do not use this function to trace
|
|
functions that switch buffers, or do any other display-oriented
|
|
stuff - use `trace-function-background' instead.
|
|
|
|
To stop tracing a function, use `untrace-function' or `untrace-all'."
|
|
(interactive (trace--read-args "Trace function"))
|
|
(trace-function-internal function buffer nil context))
|
|
|
|
;;;###autoload
|
|
(defun trace-function-background (function &optional buffer context)
|
|
"Trace calls to function FUNCTION, quietly.
|
|
This is like `trace-function-foreground', but without popping up
|
|
the output buffer or changing the window configuration."
|
|
(interactive (trace--read-args "Trace function in background"))
|
|
(trace-function-internal function buffer t context))
|
|
|
|
;;;###autoload
|
|
(defalias 'trace-function 'trace-function-foreground)
|
|
|
|
(defun untrace-function (function)
|
|
"Untraces FUNCTION and possibly activates all remaining advice.
|
|
Activation is performed with `ad-update', hence remaining advice will get
|
|
activated only if the advice of FUNCTION is currently active. If FUNCTION
|
|
was not traced this is a noop."
|
|
(interactive
|
|
(list (intern (completing-read "Untrace function: "
|
|
obarray #'trace-is-traced t))))
|
|
(advice-remove function trace-advice-name))
|
|
|
|
(defun untrace-all ()
|
|
"Untraces all currently traced functions."
|
|
(interactive)
|
|
(mapatoms #'untrace-function))
|
|
|
|
(provide 'trace)
|
|
|
|
;;; trace.el ends here
|