[Lldb-commits] [lldb] [WIP] [lldb][Progress] Report progress when completing types from DWARF (PR #91452)
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Fri May 17 16:43:29 PDT 2024
adrian-prantl wrote:
> 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.
@JDevlieghere I know we discussed this in the past and it made sense to me, but I'm right now failing to connect the dots. Why couldn't the same single-line interface be used to print nested events something like this?
```
Evaluating expression > Type Checking > Importing "vector<int>" > Finding "begin" in Foo.o
```
https://github.com/llvm/llvm-project/pull/91452
More information about the lldb-commits
mailing list