]> git.eshelyaron.com Git - emacs.git/commit
Improve Tramp traces
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 13 May 2021 14:46:17 +0000 (16:46 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 13 May 2021 14:46:17 +0000 (16:46 +0200)
commitc9773379c1a598493aafcf18e4b2f2ebe579937b
tree62dbe9d9bc367a16cd3e820255a4a7fa88d4aff0
parent5be26b43f441e429dadbf7c8beccb351a84f1275
Improve Tramp traces

* lisp/net/tramp-cmds.el (tramp-list-tramp-buffers):
List also trace buffers.

* lisp/net/tramp.el (tramp-buffer-name):
Add `tramp-suppress-trace' property.
(tramp-get-debug-file-name): Fix docstring.
(tramp-trace-buffer-name): New defun.
(tramp-trace-functions): New defvar.
(tramp-debug-message): Obey also `tramp-trace-functions'.

* test/lisp/net/tramp-tests.el (tramp--test-instrument-test-case):
Handle trace buffer accordingly.
lisp/net/tramp-cmds.el
lisp/net/tramp.el
test/lisp/net/tramp-tests.el