Skip to content

[lldb] Fix tagged-pointer info address parsing (#134123) #10409

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

Change objc tagged-pointer info to call
OptionArgParser::ToRawAddress.

Previously ToAddress was used, but it calls FixCodeAddress, which
can erroneously mutate the bits of a tagged pointer.

(cherry picked from commit 93d3775)

Change `objc tagged-pointer info` to call
`OptionArgParser::ToRawAddress`.

Previously `ToAddress` was used, but it calls `FixCodeAddress`, which
can erroneously mutate the bits of a tagged pointer.

(cherry picked from commit 93d3775)
@kastiglione
Copy link
Author

@swift-ci test

@kastiglione kastiglione requested a review from a team as a code owner April 2, 2025 22:26
@kastiglione kastiglione merged commit 3f3fde0 into stable/20240723 Apr 3, 2025
2 of 3 checks passed
@kastiglione kastiglione deleted the dl/lldb-Fix-tagged-pointer-info-address-parsing-134123 branch April 3, 2025 01:32
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