[Lldb-commits] [lldb] [lldb] Implement a statusline in LLDB (PR #121860)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 10 09:10:34 PST 2025
JDevlieghere wrote:
> Looks like `lldb/test/API/functionalities/progress_reporting/TestTrimmedProgressReporting.py` was deleted entirely. Was this intentional?
Yes, because this replaces the old in-line progress printing. The statusline still trims messages that don't fit and progress isn't any special. I can add a test to the statusline for that, but because PExpect is line-oriented it's going to be pretty heavy-weight (i.e. duplicate the existing test in a smaller window).
https://github.com/llvm/llvm-project/pull/121860
More information about the lldb-commits
mailing list