This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Don't report progress in the REPL
ClosedPublic

Authored by JDevlieghere on Apr 8 2022, 3:35 PM.

Details

Summary

Don't report progress events in the REPL. Most of the progress events
are very debugger specific which are very useful when you're debugging,
but not so much when you're waiting for the next line to be executed.

This patch disables reporting of progress events when in REPL mode.

rdar://91502950

Diff Detail

Event Timeline

JDevlieghere created this revision.Apr 8 2022, 3:35 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 8 2022, 3:35 PM
JDevlieghere requested review of this revision.Apr 8 2022, 3:35 PM
aprantl accepted this revision.Apr 9 2022, 11:12 AM
This revision is now accepted and ready to land.Apr 9 2022, 11:12 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptApr 11 2022, 1:06 PM