[Lldb-commits] [PATCH] D120972: [lldb] Show progress events in the command line driver
Jim Ingham via lldb-commits
lldb-commits at lists.llvm.org
Wed Mar 9 13:20:11 PST 2022
That's certainly good enough for users.
If you were the developer of another client, I think you'd want to keep people from inadvertently turning this back on. But that's probably a minor concern. And there isn't an equivalent good way to turn off the stop description from being printed if we ever make our way to HandleProgressEvent.
Jim
> On Mar 9, 2022, at 12:48 PM, Pavel Labath via Phabricator <reviews at reviews.llvm.org> wrote:
>
> labath added a comment.
>
> In D120972#3370850 <https://reviews.llvm.org/D120972#3370850>, @jingham wrote:
>
>> But using the standard event loop and "I want to handle async notifications by hand" seem like they should be separable choices.
>
> Is the `show-progress` setting not enough of separation?
>
>
> Repository:
> rG LLVM Github Monorepo
>
> CHANGES SINCE LAST ACTION
> https://reviews.llvm.org/D120972/new/
>
> https://reviews.llvm.org/D120972
>
More information about the lldb-commits
mailing list