]> git.eshelyaron.com Git - emacs.git/commit
Add "forward history" support for some debuggers
authorPaul Nelson <ultrono@gmail.com>
Mon, 21 Apr 2025 20:14:53 +0000 (22:14 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 26 Apr 2025 17:37:01 +0000 (19:37 +0200)
commit45143fe3e360ac3b2d5cbffc5804f5d5db0d6d7b
tree81db6c95e2171c53056f67f45e31a00da68739ca
parenta5b920a604737d3a0b6812acf97c30e4200d33ab
Add "forward history" support for some debuggers

* lisp/progmodes/gud.el (gud-query-cmdline): Add an optional
default-list parameter to allow passing a list of "forward
history" suggestions to the minibuffer.
(perldb, pdb, guiler): Use buffer file name to suggest a default
debugging command via "forward history".

* doc/emacs/building.texi (Starting GUD): Document the new
feature.

(Bug#77989)

(cherry picked from commit f808f637f57eb0fe87fdc2ea7c2a1fd9e2f9d912)
doc/emacs/building.texi
lisp/progmodes/gud.el