[Lldb-commits] [lldb] [lldb] Remove setupterm workaround on macOS (PR #93714)
via lldb-commits
lldb-commits at lists.llvm.org
Wed May 29 12:04:42 PDT 2024
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
More information about the lldb-commits
mailing list