]> git.eshelyaron.com Git - emacs.git/commit
Don't rely on LLDB output format
authorGerd Möllmann <gerd.moellmann@gmail.com>
Thu, 19 Oct 2023 08:28:15 +0000 (10:28 +0200)
committerGerd Möllmann <gerd.moellmann@gmail.com>
Thu, 19 Oct 2023 09:25:50 +0000 (11:25 +0200)
commitf2ae1996f74320a0fbefa66cb7acc88fe4c163e3
tree4edac50e9398778120031ee55310142f3f9f26e2
parente84e0cfb38282921eadbf0e4a1e08466ab787235
Don't rely on LLDB output format

Let Gud define its own frame format that is easily parseable,
and also contains the full source file path.

* lisp/progmodes/gud.el (gud-lldb-stop): New function.
(gud-lldb-marker-filter): Support new frame-format.
(gud-lldb-frame-format): variable for frame-format.
(gud-lldb-initialize): Set frame-format.
lisp/progmodes/gud.el