You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #11727 from swiftlang/cherrypick-22d2f7f
[lldb] Emit a progress event from the source manager (llvm#165802)
Reading a source file might take a while, for example because it's located on a virtual file system that's fetching the data on demand.
This PR emits a progress event to convey this to the user when reading the file exceeds a certain threshold (500ms). Although it doesn't speed up the operation, it still greatly improves the user experience by helping them understand what's going on.
rdar://163750392
(cherry picked from commit 22d2f7f)
0 commit comments