Skip to content

[lldb] Be aware of async functions in the form of closures #4971

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

kastiglione
Copy link

Recognize async closures as being async, in IsSwiftAsyncFunctionSymbol. Like static functions, this requires peeling off a wrapper node to get to the Function node.

rdar://94840584

(cherry-picked from commit ed878fe)

Recognize async closures as being async, in `IsSwiftAsyncFunctionSymbol`. Like `static` functions, this requires peeling off a wrapper node to get to the `Function` node.

rdar://94840584

(cherry-picked from commit ed878fe)
@kastiglione
Copy link
Author

@swift-ci test

@kastiglione kastiglione merged commit d5f117e into swift/release/5.7 Jul 15, 2022
@kastiglione kastiglione deleted the lldb-Be-aware-of-async-functions-in-the-form-of-closures-4966-swift-release-5.7 branch July 15, 2022 23:36
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.

2 participants