Skip to content

[lldb/Swift] Add progress report callback when loading a module #4773

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

medismailben
Copy link

@medismailben medismailben commented May 31, 2022

This patch introduces a new ReportModuleLoadingProgress callback that
gets invoked by the Swift AST Context when loading new modules and
module overlays.

This patch also updates TestSwiftProgressReporting to check that these
new progress reports are broadcasted correctly.

rdar://94165195

Signed-off-by: Med Ismail Bennani [email protected]

@medismailben
Copy link
Author

This requires apple:swift/59181

@medismailben medismailben force-pushed the module-loading-callbacks branch 2 times, most recently from 051cbb4 to b57cd31 Compare June 2, 2022 21:54
@medismailben medismailben force-pushed the module-loading-callbacks branch from b57cd31 to 678fc19 Compare June 7, 2022 23:23
@medismailben medismailben force-pushed the module-loading-callbacks branch 2 times, most recently from 7002416 to e779691 Compare June 14, 2022 22:20
This patch introduces a new ReportModuleLoadingProgress callback that
gets invoked by the Swift AST Context when loading new modules and
module overlays.

This patch also updates TestSwiftProgressReporting to check that these
new progress reports are broadcasted correctly.

rdar://94165195

Signed-off-by: Med Ismail Bennani <[email protected]>
@medismailben medismailben force-pushed the module-loading-callbacks branch from e779691 to 4aadd73 Compare June 15, 2022 03:07
@medismailben
Copy link
Author

@swift-ci test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants