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: Mattias Engdegård
Subject: bug#66604: [PATCH] Gud LLDB completions
Date: Sat, 21 Oct 2023 12:37:12 +0200

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.)

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.

Attachment: lldb-filter-cha.diff
Description: Binary data


reply via email to

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