[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: |
Wed, 18 Oct 2023 16:42:46 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Mattias Engdegård <mattias.engdegard@gmail.com> writes:
> then it works. (This means that it no longer needs to be a single line
> and can use indentation and stuff.)
Thanks for looking at this!
Your solution works here, too, with lldb 17. What a fiddly mess. The
last lines in the LLDB buffer then look like
exit()
... >>> (lldb)
So, in the attached patch, I've sent something in addition after that,
to make it look a bit prettier.
> Another thing that is a bit annoying with the new lldb support is that every
> command sent to lldb is echoed:
>
> (lldb) b exec_byte_code
> b exec_byte_code <--- echo
> Breakpoint 1: where = emacs`exec_byte_code ...
>
> Surely that wasn't intended?
Should be fixed in the attached patch. If I guess that right, it's
comint that echoes. I have that turned off globally here for M-x shell.
0001-Gud-LLDB-completions-bug-66604.patch
Description: patch v2
- bug#66604: [PATCH] Gud LLDB completions, Gerd Möllmann, 2023/10/18
- bug#66604: [PATCH] Gud LLDB completions, Mattias Engdegård, 2023/10/18
- bug#66604: [PATCH] Gud LLDB completions,
Gerd Möllmann <=
- bug#66604: [PATCH] Gud LLDB completions, Mattias Engdegård, 2023/10/18
- bug#66604: [PATCH] Gud LLDB completions, Gerd Möllmann, 2023/10/18
- bug#66604: [PATCH] Gud LLDB completions, Mattias Engdegård, 2023/10/18
- bug#66604: [PATCH] Gud LLDB completions, Gerd Möllmann, 2023/10/18
- bug#66604: [PATCH] Gud LLDB completions, Gerd Möllmann, 2023/10/18
- bug#66604: [PATCH] Gud LLDB completions, Mattias Engdegård, 2023/10/19
- bug#66604: [PATCH] Gud LLDB completions, Gerd Möllmann, 2023/10/19
- bug#66604: [PATCH] Gud LLDB completions, Mattias Engdegård, 2023/10/19
- bug#66604: [PATCH] Gud LLDB completions, Gerd Möllmann, 2023/10/19
- bug#66604: [PATCH] Gud LLDB completions, Mattias Engdegård, 2023/10/19