]> git.eshelyaron.com Git - emacs.git/commit
Stop highlighting current line when debuggee is running
authorDiancheng Wang <diancheng_wang@163.com>
Tue, 8 Oct 2024 03:11:24 +0000 (11:11 +0800)
committerEshel Yaron <me@eshelyaron.com>
Mon, 14 Oct 2024 17:39:43 +0000 (19:39 +0200)
commit27647f5e53f7ae7a2571cce22cb3975c1fe3026c
tree116b6983bf68589dde7aefb0403907bf8eeb42b5
parent58227b6041abee4dcbb7facf668ca57828815407
Stop highlighting current line when debuggee is running

* lisp/progmodes/gud.el (gud-hide-current-line-indicator): New
function.
(gud-sentinel):
* lisp/progmodes/gdb-mi.el (gdb-starting): Use it.  (Bug#73687)

(cherry picked from commit bd5d84e5d3311e7ab4a7d0091d6c98365927d17a)
lisp/progmodes/gdb-mi.el
lisp/progmodes/gud.el