[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: |
Sat, 21 Oct 2023 12:50:38 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Mattias Engdegård <mattias.engdegard@gmail.com> writes:
> 20 okt. 2023 kl. 19.28 skrev Gerd Möllmann <gerd.moellmann@gmail.com>:
>
>> Look at these escape sequences that suddenly appear when attaching to a
>> process! I don't even know what "<esc>[1G" and "<esc>[8G" do.
>
> Fascinating! We should probably look into the source code producing it
> (libedit probably) but I wrote the attached monstrosity and
> it... seems to work. (Proof of concept only.)
Yeah, I've actually looked at the sources :-). There is an EditLine.cpp
which has functions for this sort of stuff, but I couldn't find out
where in LLDB it is actually called in the offending case.
> It attempts to edit out the part of strings jumped over by CHA (CSI
> G), and it also edits out ED (CSI J) which is in this case just used
> to do exactly that immediately after CHA.
H, don't know. SHould we really do that? I mean, I don't oppose it,
es. if someone else does it :-). It just feels weird...
- bug#66604: [PATCH] Gud LLDB completions, (continued)
- bug#66604: [PATCH] Gud LLDB completions, Mattias Engdegård, 2023/10/20
- bug#66604: [PATCH] Gud LLDB completions, Gerd Möllmann, 2023/10/20
- bug#66604: [PATCH] Gud LLDB completions, Mattias Engdegård, 2023/10/20
- bug#66604: [PATCH] Gud LLDB completions, Gerd Möllmann, 2023/10/20
- bug#66604: [PATCH] Gud LLDB completions, Gerd Möllmann, 2023/10/20
- bug#66604: [PATCH] Gud LLDB completions, Gerd Möllmann, 2023/10/20
- bug#66604: [PATCH] Gud LLDB completions, Gerd Möllmann, 2023/10/21
- bug#66604: [PATCH] Gud LLDB completions, Mattias Engdegård, 2023/10/21
- bug#66604: [PATCH] Gud LLDB completions, Gerd Möllmann, 2023/10/21
- bug#66604: [PATCH] Gud LLDB completions, Mattias Engdegård, 2023/10/21
- bug#66604: [PATCH] Gud LLDB completions,
Gerd Möllmann <=
- bug#66604: [PATCH] Gud LLDB completions, Gerd Möllmann, 2023/10/23
- bug#66604: [PATCH] Gud LLDB completions, Mattias Engdegård, 2023/10/23
- bug#66604: [PATCH] Gud LLDB completions, Gerd Möllmann, 2023/10/23
- bug#66604: [PATCH] Gud LLDB completions, Mattias Engdegård, 2023/10/23
- bug#66604: [PATCH] Gud LLDB completions, Gerd Möllmann, 2023/10/24
- bug#66604: [PATCH] Gud LLDB completions, Mattias Engdegård, 2023/10/24
- bug#66604: [PATCH] Gud LLDB completions, Gerd Möllmann, 2023/10/24
- bug#66604: [PATCH] Gud LLDB completions, Mattias Engdegård, 2023/10/24
- bug#66604: [PATCH] Gud LLDB completions, Gerd Möllmann, 2023/10/24
- bug#66604: [PATCH] Gud LLDB completions, Mattias Engdegård, 2023/10/24