Skip to content

[NFC][lldb] Adapt LLDB to RemoteInspection's RemoteAddress changes #10981

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

Draft
wants to merge 3 commits into
base: swift/release/6.2
Choose a base branch
from

Conversation

augusto2112
Copy link

No description provided.

adrian-prantl and others added 2 commits July 10, 2025 14:10
Adapts LLDB to the new field in RemoteAddress. This is an NFC that
maintains the current behavior. A follow up patch will be introduced
later that takes advantage of the new behavior to fix a bug in reading
metadata from files instead of the process.

rdar://148361743
(cherry picked from commit 12f429a)
@augusto2112
Copy link
Author

swiftlang/swift#82972
@swift-ci test

Now that RemoteAddress carries its address space, instead of using a
high bit to turn on the filecache optimization, use that instead. This
way we are guaranteed to not clash with any pointer authentication
masks.

rdar://148361743
(cherry picked from commit b283038e2aad625ff455a10f2590ed2501c987eb)
@augusto2112
Copy link
Author

swiftlang/swift#82972
@swift-ci test

@augusto2112
Copy link
Author

swiftlang/swift#82997
@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.

2 participants