Skip to content

[LLDB][Swift] Use the new mangleNode() return type correctly. #3234

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

Closed
wants to merge 1 commit into from

Conversation

al45tair
Copy link

@al45tair al45tair commented Sep 8, 2021

The return type of mangleNode() is changing to allow the remanglers to report errors to the caller. Change the LLDB plugin to account for that, and try to handle errors more reasonably (previously they would have resulted in program termination).

See also swiftlang/swift#39187

rdar://79725187

The return type of `mangleNode()` is changing to allow the remanglers to
report errors to the caller.  Change the LLDB plugin to account for that,
and try to handle errors more reasonably (previously they would have
resulted in program termination).

See also swiftlang/swift#39187

rdar://79725187
@al45tair al45tair changed the base branch from next to swift/main September 8, 2021 13:46
@al45tair al45tair changed the base branch from swift/main to next September 8, 2021 13:46
@al45tair al45tair closed this Sep 8, 2021
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.

1 participant