bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#66604: [PATCH] Gud LLDB completions


From: Gerd Möllmann
Subject: bug#66604: [PATCH] Gud LLDB completions
Date: Fri, 20 Oct 2023 13:12:38 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Mattias Engdegård <mattias.engdegard@gmail.com> writes:

> 20 okt. 2023 kl. 08.04 skrev Gerd Möllmann <gerd.moellmann@gmail.com>:
>
>> I don't seem to be able to reproduce this with emacs -Q.
>> 
>> Here is what I do:
>> 
>>  cd emacs/master/src
>>  ,/emacs -Q # this is a build with -O0 -g
>>  M-x lldb RET emacs RET
>
> What I did:
>
>   DIR/emacs -Q   # built with -O2 -g
>   M-x lldb RET lldb -p ‹PID› RET
>   b redisplay_internal
>   c
>
> and the oddities show up when it stops.

That's interesting, the -p PID seems to make the difference.  Could you
please confirm?  No idea what to make of that, ATM.

> This is on an x86-64 Mac (running 11.7 which is the newest supported version).
>
> I prefer not building newer tools because the machine is a bit short
> on both cpu and disk space, and LLVM builds are known for their
> voracious appetite for both commodities.

FWIW, Homebrew doesn't build it here when I install LLVM, du -h
/usr/local/Cellar/llvm says it's 1.8G.

>
>> - There is a problem with the code in master if completion candidates
>> contain ')', like function names.  I have fixed that here.
>
> Good to hear!

It's now on master.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]