]> git.eshelyaron.com Git - emacs.git/commit
Fix Gud LLDB completion for function names
authorGerd Möllmann <gerd.moellmann@gmail.com>
Thu, 19 Oct 2023 14:24:53 +0000 (16:24 +0200)
committerGerd Möllmann <gerd.moellmann@gmail.com>
Fri, 20 Oct 2023 09:34:54 +0000 (11:34 +0200)
commitfeba0dd457cf69168efe7501070124b35f0a5373
tree112a9bf3c8f1be57df0839b03b4ca6d80d265950
parent90bfb1075d1615da7f80432d6c3465210bb96f0d
Fix Gud LLDB completion for function names

LLDB completion candidates can contain parentheses.

* lisp/progmodes/gud.el (gud-lldb-fetch-completions): Use unique
completion list delimiters. Add timeout to accept-process-input.
(gud-lldb-def-python-completion-function): Use new completion
list delimiters.
(lldb): Add hint about completions to doc string.
(gud-lldb-marker-filter): Don't use eval.
lisp/progmodes/gud.el