Skip to content

[lldb] Change GetStartSymbol to GetStartAddress in DynamicLoader #8997

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

Merged

Conversation

medismailben
Copy link

On linux, the start address doesn't necessarily have a symbol attached to it.

This is why this patch replaces DynamicLoader::GetStartSymbol with DynamicLoader::GetStartAddress instead to make it more generic.

Signed-off-by: Med Ismail Bennani [email protected]
(cherry picked from commit bb8a740)

…m#99909)

On linux, the start address doesn't necessarily have a symbol attached
to it.

This is why this patch replaces `DynamicLoader::GetStartSymbol` with
`DynamicLoader::GetStartAddress` instead to make it more generic.

Signed-off-by: Med Ismail Bennani <[email protected]>
(cherry picked from commit bb8a740)
@medismailben
Copy link
Author

@swift-ci test

@JDevlieghere JDevlieghere merged commit 06f3297 into swiftlang:swift/release/6.0 Jul 22, 2024
3 checks passed
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