bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#1343: bug#27397: [PATCH] New commands for bulk tracing of elisp func


From: Phil Sainty
Subject: bug#1343: bug#27397: [PATCH] New commands for bulk tracing of elisp functions
Date: Fri, 15 Jul 2022 16:08:46 +1200
User-agent: Orcon Webmail

After a brief hiatus, I've resumed (maybe completed) my work on this.

The branch scratch/bulk-tracing contains the updated code for Emacs 29
(rebased over master).

NEWS is:

*** New commands 'trace-package', 'trace-regexp', and 'trace-library'
(and their counterparts 'untrace-package', 'untrace-regexp', and
'untrace-library') allow for the bulk tracing of calls to functions
with names matching a specified prefix or regexp, or functions defined
by a specified file.  New command 'trace-currently-traced' lists the
traced function symbols.


-Phil






reply via email to

[Prev in Thread] Current Thread [Next in Thread]