[Lldb-commits] [lldb] [lldb] Implement a statusline in LLDB (PR #121860)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 17 17:32:21 PST 2025


JDevlieghere wrote:

Moving this out of Draft as I think I've addressed all the RFC feedback and I'd like to get some input on the code. I've broken out the changes that can stand on their own into separate PRs. 

The only outstanding blocker that I'm aware of is the use of an ansi escape code in Editline that that clears everything on the screen (including the statusline) but that can (and should) be fixed in a separate PR anyway. 

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


More information about the lldb-commits mailing list