jimingham wrote:

I tried running this lldb on a vt100 terminal, and ran lldb under lldb, but 
doing:

(top-lldb) env TERM=vt100
(top-lldb) run

in case it was switching the terminal that was causing the issue.

We don't work wonderfully in a vt100 terminal, for instance if you do:

```
(lldb) breakpoint command add
> bt
> list<UP_ARROW>

```
on a vt100 terminal, that inserts the up arrow control character rather than 
going to the previous line. But the same thing happens with and without this 
workaround.

https://github.com/llvm/llvm-project/pull/93714
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to