[Lldb-commits] [lldb] [llvm] [lldb] Real-time console pane for output in lldb tui (PR #177160)

Nagesh Nazare via lldb-commits lldb-commits at lists.llvm.org
Tue May 12 03:21:19 PDT 2026


nageshnnazare wrote:

> The dimensions are actually rows / columns, which is like height / width. I thought it was the other way around.
> 
> 
> 
> When I zoom my terminal out a bunch and get it to roughly those dimensions I see that the output window has scrolled to the bottom:
> 
> <img width="306" height="265" alt="Screenshot from 2026-05-08 11-34-01" src="https://github.com/user-attachments/assets/34ec3e9d-a5df-4d69-acbc-c948d2cf5c51" />
> 
> 
> 
> Which makes sense, newest output at the bottom, but it has hidden the string the test is looking for. If I page up on that tab, it is there at the top.
> 
> 
> 
> I'll leave it to you to fix it because I'm not sure of the intent of the check. Perhaps it would be as simple as issuing a bunch of "page up" to get the oldest lines into view? Or perhaps you should be checking for "Large output line 99..." to check that it does put the newest last.

@DavidSpickett Thanks for looking into it. 
You're right, the test may be stalling because it is trying to get the line 0 - which doesn't make sense here. Let me delete this line from the test and validate on my end.

https://github.com/llvm/llvm-project/pull/177160


More information about the lldb-commits mailing list