]> git.eshelyaron.com Git - emacs.git/commit
Gud support for column numbers
authorGerd Möllmann <gerd.moellmann@gmail.com>
Thu, 19 Oct 2023 09:27:14 +0000 (11:27 +0200)
committerGerd Möllmann <gerd.moellmann@gmail.com>
Thu, 19 Oct 2023 09:27:14 +0000 (11:27 +0200)
commit0fd7f785e76c9f2eea1baa40aed6ee327f68a993
treec58d3dc7721ad9bc551d11312dc39c34f44a529a
parentf2ae1996f74320a0fbefa66cb7acc88fe4c163e3
Gud support for column numbers

Allow gud-last-frame to be of the form (FILE LINE COLUMN).

* lisp/progmodes/gud.el (gud-display-frame): Support column numbers.
(gud-display-line): New optional parameter for column number.  Move
point to that column, if set.
(gud-lldb-marker-filter): Set column number.
lisp/progmodes/gud.el