[Lldb-commits] [lldb] [WIP] [lldb][Progress] Report progress when completing types from DWARF (PR #91452)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Fri May 17 09:13:12 PDT 2024


JDevlieghere wrote:

> @JDevlieghere @adrian-prantl are there plans to change the presentation layer to prevent this kind of shadowing in the future? Would be nice if all we needed to do was report progress, and not worry about other progress events in the debugger being in-flight

No, on the terminal it works that way by design. Unless you switch to something that takes full control of your screen (like curses) there's no good way to display multiple progress events at the same time and not doing the shadowing (i.e. letting more recent progress events through) defeats the purpose of highlighting long running operations. 

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


More information about the lldb-commits mailing list